body.home.page {
  margin: 0 !important;
}

.ph_hero {
  /* background-image: url(../images/hero.jpg); */
  position: relative;
  background-position: top center;
  width: 100%;
  height: 100vh;
  background-size: cover;
}

.ph_hero .hero_wrapper {
  /* z-index: 9;
  position: relative;
  max-width: 49.063rem; */
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .ph_hero .hero_wrapper {
    max-width: 25rem;
    margin: auto;
  }
}

.ph_hero .hero_wrapper h1 {
  color: var(--white-color);
  text-align: start;
  font-size: var(--h4);
  line-height: 1.46;
  animation: fd-down 1.5s cubic-bezier(0.56, 0.15, 0, 0.92) 1s forwards;
  transform: translateY(-100%);
  opacity: 0;
  font-weight: 500;
}

.ph_hero .imges_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 2.5rem;
  margin-top: 130px;
}

@media (max-width: 768px) {
  .ph_hero .imges_wrapper {
    margin-top: 20px;
  }
}

.ph_hero .imges_wrapper .imges_wrapper-health-01 {
  z-index: 9;
}

.ph_hero .imges_wrapper .imges_wrapper-health-01 img {
  max-width: 250px;
}

@media (max-width: 768px) {
  .ph_hero .imges_wrapper .imges_wrapper-health-01 img {
    max-width: 120px;
  }
}

@media (max-width: 425px) {
  .ph_hero .imges_wrapper .imges_wrapper-health-01 img {
    max-width: 80px;
  }
}

.ph_hero .imges_wrapper .imges_wrapper-health-02 {
  z-index: 9;
  margin-bottom: 10px;
}

.ph_hero .imges_wrapper .imges_wrapper-health-02 img {
  max-width: 230px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .ph_hero .imges_wrapper .imges_wrapper-health-02 img {
    max-width: 140px;
  }
}

.ph_about {
  padding: 0.625rem 0;
  position: relative;
  background-position: center center;
  background-color: var(--blue-color);
}

.ph_about .container {
  position: relative;
}

.ph_about .bg-img-vec {
  position: absolute;
  position: absolute;
  left: -80px;
  width: 62%;
  transform: translate(10px, 10px);
  transform: translateY(-50%) !important;
  top: 50%;
  z-index: -1;
}

.ph_about .row.about_row {
  align-items: center;
}

@media (max-width: 1024px) {
  .ph_about .row.about_row {
    flex-direction: column;
    margin-top: 0;
  }

  .ph_science .row.about_row {
    margin-top: 0;
    margin-bottom: 3rem;
  }
}

.ph_about_bg {
  position: absolute;
  width: 52%;
  height: 100%;
  left: 0;
  top: 65px;
  object-fit: contain;
}

@media (max-width: 1280px) {
  .ph_about .bg-img-vec {
    width: 65%;
  }
}

.ph_about .title_row {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 3.125rem;
  left: 0;
}

@media (max-width: 1024px) {
  .ph_about .title_row {
    top: 2rem;
  }
}

.ph_about .about_row h5 {
  line-height: 1.46;
  text-align: justify;
}

.ph_about .about_row p {
  font-size: var(--text-xl);
  text-align: justify;
  font-weight: 400;
  letter-spacing: -0.3px;
  margin-bottom: 0;
  font-weight: 400;
}

.ph_about .about_row p:not(:last-child) {
  margin-bottom: 2rem;
}

@media (max-width: 992px) {
  .ph_about .about_row p:not(:last-child) {
    margin-bottom: 1rem;
  }
}

@media (max-width: 1280px) {
  .ph_about .about_row p {
    letter-spacing: -0.2px;
  }
}

/* .ph_about .contet-wrapper {
  padding-top: 8.438rem;
  padding-right: 2rem;
} */

/* .ph_about .about_con {
  background-image: url(../images/bg-about.svg);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 3rem;
  margin-bottom: 3rem;
} */

.ph_about .contet-wrapper h2 {
  font-size: var(--h2);
  line-height: 1.4;
  max-width: 43.75rem;
  color: var(--white-color);
  border-bottom: 3px solid var(--green-color);
  width: fit-content;
  margin-bottom: 1.875rem;
  font-weight: var(--font-weight-bold);
}

.ph_about .contet-wrapper h3 {
  font-size: var(--h2);
  line-height: 1.4;
  max-width: 44.688rem;
  color: var(--white-color);
  margin-bottom: 3.75rem;
  font-weight: var(--font-weight-bold);
}


.ph_about .contet-wrapper p {
  font-size: var(--text-xxl);
  line-height: 1.6;
  max-width: 44.75rem;
  color: var(--white-color);
}

.ph_about .contet-wrapper .col {
  padding-left: 0;
  padding-right: 0;
}

.about_con {
  padding-right: 1.875rem;
}

@media (max-width: 1279px) {
  .ph_about .contet-wrapper {
    padding-right: 1rem;
  }
}

@media (max-width: 1024px) {
  .ph_about .contet-wrapper {
    /* padding-top: 5.75rem; */
    max-width: 100%;
  }

  .ph_about .contet-wrapper h3,
  .ph_about .contet-wrapper p {
    max-width: 100%;
  }
}

@media (min-width: 1280px) {
  .ph_about .col {
    padding-left: 0;
  }
}

@media (max-width: 1279px) {
  .ph_about .contet-wrapper h3 {
    font-size: 1.5rem;
    max-width: 100%;
    margin-bottom: 2rem;
  }

  .ph_about .contet-wrapper p {
    font-size: 1.125rem !important;
  }

  .ph_about .about_con {
    margin: 5rem 0;
    padding-right: 0;
  }

}

.ph_about .image_wrapper {
  padding-left: 0rem;
}

@media (max-width: 1024px) {
  .ph_about .image_wrapper {
    padding-top: 0;
    padding-bottom: 5rem;
  }

  .ph_about .contet-wrapper h2 {
    font-size: 1.875rem;
  }

}


@media (max-width: 991px) {
  .ph_about .contet-wrapper h3 {
    font-size: 1.5rem;
    max-width: 100%;
    margin-bottom: 2rem;
  }

  .ph_about .contet-wrapper p {
    font-size: 1.125rem !important;
  }

  .ph_about .contet-wrapper {
    padding-top: 0;
  }

  .ph_about .about_con {
    margin: 5rem 0;
    padding-right: 0;
  }
}


  
  @media (max-width: 576px) {
    .ph_about .image_wrapper {
      padding-top: 3rem;
    }
  }

.ph_about .image_clip-wrapper {
  max-width: calc(100% + (100vw - 80rem) / 2 - 10px);
  width: calc(100% + (100vw - 80rem) / 2 - 10px);
  height: 100%;
}

@media (max-width: 1279px) {

  /* .ph_about .image_clip-wrapper {
    max-width: calc(100% + (100vw - 50rem) / 2 - 10px);
    width: calc(100% + (100vw - 50rem) / 2 - 10px);
  } */
  .ph_about .image_clip-wrapper {
    max-width: calc(100% + (100vw - 50rem) / 2 - 10px);
    width: calc(100% + (100vw - 50rem) / 2 - 10px);
  }
}

@media (max-width: 991px) {
  .ph_about .image_clip-wrapper {
    max-width: 50%;
    width: 50%;
    padding-top: 0%;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .ph_about .image_clip-wrapper {
    max-width: 100%;
    width: 100%;
  }
}

.ph_about .image_clip-wrapper .image_clip {
  -webkit-mask-image: url(../images/clip.png);
  mask-image: url(../images/clip.png);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  height: 100%;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 100%;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .ph_about .image_clip-wrapper .image_clip {
    /* -webkit-mask-size: 130%;
    mask-size: 130%; */
    mask-size: 100%;
  }
}

@media (max-width: 1024px) {
  .ph_about .image_clip-wrapper .image_clip {
    -webkit-mask-size: 100%;
    mask-size: 100%;
  }
}

.ph_about .image_clip-wrapper .image_clip img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-clip-path: circle(120% at center);
  clip-path: circle(120% at center);
}

@media (max-width: 768px) {

  .image_wrapper,
  .image_wrapper {
    display: flex;
    justify-content: center;
  }
}

.ph_team {
  position: relative;
  padding: 6.25rem 0 11.563rem;
  background-position: center center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ph_team::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--blue-color);
  opacity: 0.7;
}

.ph_team .ph_team-title h2 {
  width: fit-content;
  margin: auto;
  border-bottom: 3px solid var(--green-color);
  color: var(--white-color);
  padding: 0 3rem 1.563rem;
  font-size: 2.25rem;
}

/* .ph_team-title h2:after {
  border-top: 3px solid var(--green-color);
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 100%;
  left: -50px;
  right: 0;
  bottom: 0;
  width: 400px;
  z-index: -1;
} */

.ph_team .container {
  padding: 0 30px;
}

/* @media (min-width: 1280px) {
  .ph_team .container {
    padding: 0 5.625rem;
  }
} */

.ph_team .ph_team-title,
.ph_team .card_team,
.ph_team .card_body {
  position: relative;
  z-index: 9;
}

.ph_team .team-col {
  max-width: 45rem;
  width: 100%;
}

.ph_team .team-col {
  margin-bottom: 8.125rem;
}

.ph_team .team-col:nth-child(5),
.ph_team .team-col:nth-child(6) {
  margin-bottom: 0;
}

@media (max-width: 1279px) {
  .ph_team .team-col {
    max-width: 48%;
    margin-bottom: 4rem;
  }
}

@media (max-width: 991px) {
  .ph_team {
    padding: 6rem 0 5rem;
  }

  .ph_team-title {
    margin-bottom: 5rem !important;
  }

  .ph_team .ph_team-title h2 {
    font-size: 1.875rem;
  }
}

@media (max-width: 768px) {
  .ph_team .team-col:not(:last-child) {
    margin-bottom: 3rem;
  }

  .ph_team .ph_team-title h2 {
    font-size: 1.875rem;
  }

  .ph_team .team-col {
    max-width: 100%;
  }
}


.ph_team .card_team {
  color: var(--white-color);
}

.ph_team .card_team .card_img {
  max-width: 11.75rem;
  margin: 0 auto 1.25rem;
}

.ph_team .card_team .card_img .img_clip {
  border: 3px solid var(--white-color);
  border-radius: 11.75rem;
  width: 11.75rem;
  height: 11.75rem;
  overflow: hidden;
}

.ph_team .card_team .card_img .img_clip img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.ph_team-title {
  margin-bottom: 7.5rem;
  position: relative;
}

.ph_team_list {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 2.188rem;
}

.ph_imgwrap {
  background: var(--white-color);
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--white-color);
}

.ph_team .team-col:nth-child(4) .body_inner {
  height: 68px;
}

@media (max-width: 768px) {
  .ph_team .card_team .card_body {
    padding: 0 0.825rem;
  }
}

@media (max-width: 425px) {
  .ph_team .card_team .card_body {
    padding: 0;
  }
}

/* .ph_team .card_team .card_body .body_inner {
  height: 5rem;
} */

@media (max-width: 768px) {
  .ph_team .card_team .card_body .body_inner {
    height: 7rem;
  }
}

.ph_team .card_team .card_body .body_inner h6 {
  margin-bottom: 0.2rem;
}

.ph_team .card_team .body_inner h6 {
  font-size: 1.375rem;
  margin-bottom: 0.313rem;
  color: var(--white-color);
}

.ph_team .card_team .body_inner p {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--green-color);
  margin: auto;
  margin-bottom: 0;
}

.ph_team .card_team .card_body ul {
  /* list-style: disc; */
  margin-top: 1.25rem;
}

.ph_team .card_team .card_body ul li {
  position: relative;
}

.ph_team .card_team .card_body ul li::before {
  display: inline-block;
  content: '';
  -webkit-border-radius: 0.188rem;
  border-radius: 0.188rem;
  height: 0.188rem;
  width: 0.188rem;
  /* margin-right: 0.5rem; */
  background-color: var(--white-color);
  position: absolute;
  left: 0;
  top: 12px;
}

.ph_team .card_team .card_body ul li {
  font-size: var(--text-xxl);
  line-height: 1.4;
  /* text-align: justify; */
  font-weight: var(--font-weight-regular);
  padding-left: 1.25rem;
}

.ph_team .card_team .card_body ul li:not(:last-child) {
  margin-bottom: 0.625rem;
}

.ph_team .card_body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ph_team .card_team {
  color: var(--white-color);
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1279px) {
  .ph_team .card_team .card_body ul li {
    font-size: 1.125rem;
  }

  .ph_team .card_team .card_body ul li::before {
    left: -15px;
  }
}

@media (min-width: 992px) {
  .ph_team-banner {
    background-attachment: fixed;
  }


}

@media (max-width: 768px) {
  .ph_team .card_team .card_body ul li:not(:last-child) {
    margin-bottom: 1rem;
  }
}

.ph_team-banner {
  background-position: center center;
}



/* science */


.ph_science {
  /* padding-bottom: 5rem; */
  background-image: url(../images/science-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}


.ph_science::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--green-color);
  opacity: 0.7;
}

.ph_science .image_clip-wrapper .image_clip {
  -webkit-mask-image: url(../images/sci-clip.png) !important;
  mask-image: url(../images/sci-clip.png) !important;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  height: 100%;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 100%;
  overflow: hidden;
}


.ph_science .image_clip-wrapper {
  /* max-width: 100%;
  width: 100%;
  height: 100%; */
  background: var(--white-color);
  border-radius: 50%;
  width: 730px;
  height: 730px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.ph_science .contet-wrapper p {
  font-size: var(--text-xxl);
  line-height: 1.6;
  max-width: 46.688rem;
  color: var(--white-color);
  letter-spacing: 0;
}

.ph_science .image_wrapper {
  padding-left: 4.25rem;
}


.ph_science .contet-wrapper h2 {
  border-bottom: 3px solid var(--blue-color);
}

.ph_science .image_clip-wrapper {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.ph_science .image_clip-wrapper {
  background: var(--white-color);
  border-radius: 50%;
  /* width: 730px; */
  /* height: 730px; */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}

.ph_science .image_clip-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: none;
  
}
@media (max-width: 1900px) {

.ph_science .image_clip-wrapper img {
  object-fit: contain;
  width: 75%;
  margin: 0 auto;
}
}

@media (max-width: 1024px) {
  .ph_science {
    padding-bottom: 2rem;
  }

  .ph_science .contet-wrapper p {
    max-width: 100%;
  }

  .ph_science .image_wrapper {
    padding: 5.75rem 0 0;
  }

  .ph_science .contet-wrapper {
    padding-top: 5.75rem;
  }

}

.ph_science .about_row {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

@media (max-width: 1024px) {
  /* .ph_science .image_clip-wrapper {
    margin-top: 0rem;
  } */


}

.ph_about.ph_science .contet-wrapper {
  padding-right: 4.5rem;
}

@media (max-width: 991px) {
  .ph_about.ph_science .contet-wrapper {
    padding-right: 1rem;
  }

  .ph_science .about_row {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  /* .ph_science .contet-wrapper {
    padding-top: 0;
  } */

  .ph_science .image_clip-wrapper {
    margin-top: 0rem;
    max-width: 50%;
    padding-top: 50%;
    margin: 0 auto;
  }
}



.ph_contact {
  padding-top: 9.063rem;
  /* padding-bottom: 12.188rem; */
  position: relative;
  background-size: cover;
  height: 100%;
}

.ph_contact::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: var(--green-color);
}

.ph_contact .row {
  position: relative;
  z-index: 1;
}

.ph_contact .ph_contact_title {
  margin-bottom: 10.625rem;
}

.ph_contact_title.text-center h2 {
  border-bottom: 3px solid var(--blue-color);
  width: fit-content;
  margin: auto;
  padding: 0 3rem 1.25rem;
  font-size: 3.25rem;
}

/* .ph_contact_title h2:after {
  border-top: 3px solid var(--blue-color);
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 100%;
  left: -45px;
  right: 0;
  bottom: 0;
  width: 390px;
  z-index: -1;
} */

.ph_contact .contact_info {
  max-width: 480px;
  width: 100%;
  padding-left: 3.125rem;
}

.ph_contact .contact_info .contact-logo {
  margin-bottom: 3.75rem;
}

.contact-logo {
  margin-bottom: 4.063rem;
}

.contact_details p {
  font-size: 1.875rem !important;
  font-weight: var(--font-weight-bold);
  line-height: 1.4;
}

.contact_details img {
  width: 2.188rem;
  height: auto;
}

.ph_contact .contact_details:not(:last-child) {
  margin-bottom: 3.75rem;
}

.ph_contact .contact_details h6 {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.ph_contact form .wpcf7-form-control-wrap input,
.ph_contact form .wpcf7-form-control-wrap textarea {
  border-radius: 0.625rem;
  font-size: 1.125rem;
  color: #414141;
  line-height: 1.4;
  padding: 15px 35px;
}

.ph_contact form .wpcf7-form-control-wrap {
  margin-bottom: 1.25rem;
  display: block;
}

.ph_contact form input[type="submit"] {
  border: 1px solid var(--blue-color);
  border-radius: 0.625rem;
  line-height: 1.4;
  width: 100%;
  height: 70px;
  background: var(--blue-color);
  color: var(--white-color);
  font-size: 1.5rem;
  /* font-weight: var(--font-weight-bold); */
  text-transform: uppercase;

}

.ph_contact form input[type="submit"]:hover {
  background-color: rgb(13 103 213);
  border-color: rgb(13 103 213);
}

.ph_contact form.wpcf7-form {
  max-width: 785px;
  width: 100%;
}

.ph_contact .wpcf7-not-valid-tip {
  color: #c10000;
}

.ph_contact input:focus-visible {
  outline: none;
}

.ph_contact .wpcf7-form.invalid .wpcf7-response-output {
  border-color: #c10000;
  background: transparent;
  background: rgba(255, 255, 255, 0.348);
  color: #c10000;
  text-align: center;
}

.ph_contact .wpcf7-form.sent .wpcf7-response-output {
  border-color: #2e841c;
  background: rgba(255, 255, 255, 0.348);
  color: #2e841c;
  text-align: center;
}

.ph_contact .wpcf7-spinner {
  position: relative;
  top: -50px;
  left: 45%;
  z-index: 22;
}

@media(max-width: 991px) {
  .ph_contact form.wpcf7-form.init {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }

  .ph_contact .ph_contact_title {
    margin-bottom: 5rem;
  }

  .ph_contact .contact_info {
    
    padding-top: 3rem;
  }
}

@media (max-width: 991px) {
  .contact-logo img {
    max-width: 300px;
    width: 100%;
  }

  .ph_contact .copy_text p {
    margin-top: 5rem !important;
  }
}

@media (max-width: 768px) {
  .ph_contact .contact_details h6 {
    font-size: 1.125rem;
  }

  .ph_contact_title.text-center h2 {
    font-size: 1.875rem;
  }


}

.ph_contact .contact_details h6 a {
  color: var(--white-color);
}

.ph_contact .contact_details h6 a:hover {
  color: var(--primary-color);
}

.ph_contact .contact_details p {
  font-size: var(--text-18);
  color: var(--white-color);
}

@media (max-width: 1279px) {
  .ph_contact .contact_details p {
    font-size: 1.125rem !important;
  }
}


@media (max-width: 768px) {
  .ph_contact .contact_details p br {
    display: none;
  }
}

.ph_contact .contact_details .icon {
  margin-bottom: 0.938rem;
}

.contact_details a {
  color: var(--white-color);
  transition: all ease-in-out 0.5s;
}

.contact_details a:hover {
  color: var(--blue-color);
}

.ph_contact .copy_text p {
  font-size: var(--text-14);
  margin-top: 10rem;
  color: var(--white-color);
}

@keyframes fd-down {
  0% {
    max-height: 100%;
  }

  100% {
    max-height: 0%;
  }
}

@keyframes fd-down {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

.ph_team-banner,
.ph_team-banner {
  background-position: top;
  aspect-ratio: 16/9;
  padding-top: 57%;
}



@media (max-width: 1440px) {
  .home_con img {
    max-width: 600px;
    width: 100%;
  }
}

@media (max-width: 1280px) {
  .home_con img {
    max-width: 500px;
    width: 100%;
  }
}




.home_con {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}




/* footer */

.ph_footer {
  background-color: var(--blue-color);
}

.ph_footer_icons {
  display: flex;
  gap: 1.563rem;
  flex-wrap: wrap;
}

.ph_footer_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4.375rem 0 3.438rem;
  background-image: url(../images/bg-about.svg);
  background-position: -40px 30px;
  background-repeat: repeat-x;
  background-size: 52%;
  flex-wrap: wrap;
  gap: 3.125rem;
}

.ph_footer_iconwrap {
  border-radius: 8.625rem;
  background: var(--white-color);
  width: 8.625rem;
  height: 8.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--green-color);
  overflow: hidden;
}

.ph_footer_logo {
  flex: 1;
  /* margin-right: 40px; */
}

.ph_footer_logo img {
  max-width: 500px;
}

@media screen and (max-width: 1440px) and (min-width: 1280px) {
  .ph_footer_logo img {
    width: 400px;
  }
}

@media (max-width: 991px) {
  .ph_footer_icons {
    flex-wrap: wrap;
    justify-content: center;
  }

  .ph_footer_logo img {
    margin: auto;
    max-width: 300px;
  }

  .ph_footer_icons {
    margin: auto;
  }

  .ph_footer_iconwrap {
    width: 6rem;
    height: 6rem;
  }
}


@media (max-width: 767px) {
  .ph_footer_inner {
    flex-direction: column;
    gap: 50px;
  }

  .ph_footer_icons {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .ph_science .image_clip-wrapper{
    margin-top: 0rem;
      max-width: 90%;
      padding-top: 90%;
  }
  .ph_about .image_clip-wrapper {
    margin-top: 3rem;
    width: 90%;
    max-width: 90%;
  }
  .ph_about .image_wrapper {
    padding-right: 0;
    }
  .ph_science .image_clip-wrapper img {
  object-fit: contain;
  }
    .ph_about .about_con {
    margin: 5rem 0 0rem;
    padding-right: 0;
  }
  .ph_science .image_wrapper {
    padding: 2rem 0 0;
  }
  .ph_about .image_wrapper {
    padding-top: 2rem;
}
}
