.ourteam {
  width: 1000px;
  position: absolute;
  left: 25%;
}


.image-grid {
margin-right: 50px;
position: absolute;
top: 690px;
left: 15%;
        }

        .image-grid img {
            width: 600px; /* Make sure images fill their grid cell */
            height: 700px;
            border-radius: 10%;
            margin-right: 120px;
            transition: transform 0.3s ease; /* Add transition for smooth effect */
            border: solid 2px #7A8BFE;

        }

                .image-grid:hover img {
                    transform: scale(1.1); /* Apply zoom effect on hover */
                }

.profile1 {
  position: absolute;
  top:1500px;
  left: 24%;
  text-align: center;
}

.profile1 h1 {
font-style: italic;
}

.profile1 a {
  text-decoration: none;
  color: #7A8BFE;

}

.profile1 a:hover {
  text-decoration: none;
  color: white;

}

h3 {
  padding-bottom: 70px;
}



.profile2 {
  position: absolute;
  top:1500px;
  left: 60%;
  text-align: center;
}

.profile2 h1 {
font-style: italic;
}

.profile2 a {
  text-decoration: none;
  color: #7A8BFE;

}

.profile2 a:hover {
  text-decoration: none;
  color: white;

}
