/* ------------------------- Our Pride -------------------------- */
.our_pride {
  margin: 2rem;
  background-color: #d2e8f4;
  padding-bottom: 1rem;
}
.gallery_head {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
}
.gallery_head > img {
  width: 126px;
  height: 110px;
}
.gallery_head > h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 73px;
  color: #0e2d44;
}
.our_pride_container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.our_pride_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
}
.our_pride_card img {
  width: 560px;
  height: 425px;
  object-fit: cover;
}
.our_pride_card h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 26px;
  text-align: center;
  color: #0e2d44;
  margin-top: 1.3rem;
}
@media only screen and (max-width: 991px) {
  .our_pride {
    margin: 0.5rem;
    background-color: #d2e8f4;
    padding-bottom: 1rem;
  }
  .gallery_head {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
  }
  .gallery_head > img {
    width: 70px;
    height: 70px;
  }
  .gallery_head > h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 73px;
    color: #0e2d44;
  }
  .our_pride_container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .our_pride_grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0rem;
  }
  .our_pride_card img {
    width: 370px;
    height: 425px;
    object-fit: cover;
    margin: 0.5rem;
  }
  .our_pride_card h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #0e2d44;
    margin-top: 0.3rem;
  }
}
@media only screen and (max-width: 500px) {
  .our_pride_card img {
    width: 350px;
    height: 282px;
    object-fit: cover;
    margin: 0.5rem;
  }
}
/* ------------------------- Academic -------------------------- */
.academic {
  margin: 2rem;
  background-color: #d2e8f4;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.academy_head {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
}
.academy_head h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 61px;
  color: #0e2d44;
}
.academy_head img {
  width: 126px;
  height: 110px;
}
.academic h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 61px;
  color: #0e2d44;
  text-align: center;
  margin-top: 60px;
}
.academy_img {
  width: 1199px;
  height: 472px;
  margin-top: 35px;
  object-fit: cover;
}
.academy_container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.academy_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1.5rem;
  margin-top: 1.3rem;
}
.academy_card img {
  width: 369px;
  height: 276px;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .academic {
    margin: 0.5rem;
    background-color: #d2e8f4;
    padding-bottom: 1rem;
  }
    .academy_head h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 61px;
        color: #0e2d44;
        margin-left: 10px;
    }
  .academy_head img {
    width: 60px;
    height: 60px;
  }
  .academy_img {
    /* width: 100%;
    height: 472px;
    margin-top: 35px;
    object-fit: cover; */
    display: none;
  }
  .academy_container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .academy_grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    margin-top: 1.3rem;
  }
  .academy_card img {
    width: 345px;
    height: 276px;
    object-fit: cover;
  }
}

.administration {
  margin: 2rem;
  background-color: #d2e8f4;
  padding-bottom: 1rem;
}
.administration > img {
  width: 581px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.administration_card img {
  width: 291px;
  height: 291px;
}
.administration_container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}
.administration_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 8rem;
  grid-row-gap: 1.5rem;
}
.administration_card h2 {
  margin-top: 1.5rem;
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 26px;
  text-align: center;
  color: #0e2d44;
}
.administration_card p {
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 26px;
  text-align: center;
  color: #1a1a1a;
}
@media only screen and (max-width: 991px) {
  .administration {
    margin: 0.5rem;
    background-color: #d2e8f4;
    padding-bottom: 1rem;
  }
  .administration > img {
    width: 300px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  .administration_card img {
    width: 291px;
    height: 291px;
  }
  .administration_container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
  }
  .administration_grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 8rem;
    grid-row-gap: 1.5rem;
  }
  .administration_card h2 {
    margin-top: 1.5rem;
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 26px;
    text-align: center;
    color: #0e2d44;
  }
  .administration_card p {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 26px;
    text-align: center;
    color: #1a1a1a;
  }
}