@import url(https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
.ndt-women-landing {
  background-image: url(../../images/contributors/gradient-background.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center;
  background-size: cover;
}

.profile-img-container {
  display: flex;
  align-items: end;
  width: 350px;
}
.profile-img-container img {
  width: 100%;
  height: 100%;
  max-height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}

.landing-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  margin-top: 21px;
}

.landing-content {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
}

.landing-heading {
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
  margin-top: 90px;
}

.landing-desc {
  font-weight: 400;
  font-size: 14px;
  color: #F0F0F0;
  line-height: 24px;
  margin-bottom: 5px;
}

.women-expertise {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #F0F0F0;
  margin-bottom: 25px;
}

.bold-text {
  font-weight: 600;
}

.about-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #103977;
  margin-bottom: 20px;
}

.sub-heading {
  font-size: 18px;
  line-height: 26px;
  color: #505050;
}

.ndt-women-info desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #777777;
}

.social-icons-container {
  align-items: center;
  padding-bottom: 55px;
  gap: 15px;
}
.social-icons-container svg {
  width: 30px;
  height: auto;
}

.main-content {
  padding-top: 70px;
}

@media only screen and (min-width: 768px) {
  .ndt-women-landing {
    background-image: url(../../images/contributors/landing_desktop.png);
  }
}
@media only screen and (min-width: 992px) {
  .landing-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }
  .profile-img-container {
    width: 50%;
    min-height: 440px;
    justify-content: center;
  }
  .landing-content {
    min-height: 440px;
    align-items: left;
    justify-content: center;
  }
  .about-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 25px;
  }
  .sub-heading {
    font-size: 25px;
    line-height: 35px;
  }
  .ndt-women-info {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    width: 70%;
  }
  .landing-desc {
    font-size: 22px;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 15px;
  }
  .women-expertise {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 25px;
  }
  .social-icons-container svg {
    width: 39px;
    height: auto;
  }
  .main-content {
    padding-top: 80px;
  }
}
