.banner-who-we-are-container {
    background: linear-gradient(180deg, #D8F0D2 0%, #F3FCE4 100%);
    border-radius: 0px 0px 48px 0px;
    height: 658px;
  }

  .banner-who-we-are-container h1,
  .banner-sustainability-container h1 {
    min-height: 210px;
    max-height: 478px;
    min-width: 210px;
    max-width: 360px;
    height: auto;
    word-wrap: break-word;
    color: #004207;
    font-weight: 300;
    font-size: 56px;
    line-height: 125%;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin-bottom: 24px;
    margin-top: 32.5px;
    display: flex;
    flex-direction: column-reverse;
  }
  .banner-sustainability-container h1 {
    margin-top: 0;
  }

  .banner-who-we-are-container p,
  .banner-sustainability-container p {
    word-wrap: break-word;
    font-size: 14px;
    line-height: 175%;
    margin-bottom: 24px;
    max-width: 456px;
    width: 100%;
    height: 75px;
    top: 94px;
    color: #004207;
  }
  .banner-sustainability-container p {
    width: 80%;
  }

  .banner-who-we-are-container .img-top,
  .banner-sustainability-container .img-top {
    max-width: 552px;
    width: 100%;
    height: auto;
    border-radius: 120px 0px;
    float: right;
    margin-bottom: 58px;
    margin-top: 58px;
  }

  .banner-who-we-are-container .card-anchor {
    background-color: #004207;
    border-radius: 0px 24px;
    width: 363px;
    height: 117px;
    padding: 36px 50px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    position: relative;
    top: -104px;
    left: 473px;
  }

  .banner-who-we-are-container .card-anchor a {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    padding: 16px;
    border: 1px solid #CFE1C0;
    box-sizing: border-box;
    border-radius: 24px;
    margin-right: 24px;
    color: #FFFFFF;
    text-decoration: none;
  }

  .banner-who-we-are-container .card-anchor .material-icons {
    color: #FFFFFF;
    vertical-align: middle;
  }

  .banner-who-we-are-container .card-anchor p {
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
  }

.font-temp-small {
    color: #666666;
    font-weight: normal;
    font-size: 14px !important;
    line-height: 175%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    height: 150px;
}
.font-temp-strong strong{
    color: #222222;
    font-weight: 600;
    font-size: 16px;
    line-height: 175%;
}
.font-temp-link > a {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
}
.font-temp-link > a .material-icons {
    margin-left: 9px;
    font-size: 16px;
}
.font-temp-link {
    margin-top: 24px !important;
}
  @media only screen and (max-width: 540px) {
    .banner-who-we-are-container,
    .banner-sustainability-container {
      height: fit-content;
    }
    #banner-img {
      display: none !important;
    }
    .banner-who-we-are-container h1,
    .banner-sustainability-container h1 {
      min-height: unset;
      font-size: 32px;
      margin-top: 64px;
    }
    .banner-who-we-are-container p,
    .banner-sustainability-container p {
      font-size: 14px;
      width: 100%;
    }
    .banner-who-we-are-container .card-anchor,
    .banner-sustainability-container .card-anchor {
      position: inherit;
      margin-left: -47px;
    }
  }

.content-who-we-are-container {
    background-color: #FFFFFF;
  }

  .content-who-we-are-container h6 {
    font-weight: bold;
    font-size: 12px;
    line-height: 175%;
    color: #A0A0A0;
    text-transform: uppercase;
    margin-top: 120px;
  }

  .content-who-we-are-container h2 {
    font-weight: 300;
    font-size: 40px;
    line-height: 125%;
    margin-top: 16px;
  }

  .content-who-we-are-container p {
    font-size: 18px;
    line-height: 200%;
    color: #666666;
    margin-top: 48px;
  }

  .content-who-we-are-container br {
    margin-bottom: 25px;
  }

  .content-who-we-are-container h3 {
    font-weight: 300;
    font-size: 32px;
    line-height: 150%;
    margin-top: 72px;
  }

  .content-who-we-are-container img {
    margin-top: 88px;
    width: 100%;
  }

  .content-who-we-are-container a,
   .content-who-we-are-container button {
    background-color: transparent;
    border: 1px solid #3C7C00;
    box-sizing: border-box;
    border-radius: 12px;
    color: #3C7C00;
    font-weight: 600;
    padding: 8px 24px;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-right: 10px;
    text-decoration: none;
  }

  .content-who-we-are-container a .material-icons {
    margin-left: 10px;
  }

  .content-who-we-are-container button .material-icons {
    margin-right: 10px;
  }

  .content-who-we-are-container h4 {
    font-weight: 300;
    font-size: 28px;
    line-height: 150%;
    margin-top: 136px;
  }

  .content-who-we-are-container iframe {
    width: 100%;
    height: 480px;
    margin-top: 41px;
    border-radius: 8px;
  }

  .content-who-we-are-container iframe:first-of-type {
    margin-top: 48px;
  }

  .content-who-we-are-container h5 {
    font-size: 20px;
    line-height: 175%;
    margin-top: 48px;
  }

  @media (max-width: 1024px) {
    .banner-who-we-are-container .card-anchor {
        top: -44px;
        left: 300px;
    }
  }

  .container-fluid.banner-who-we-are-container.banner-top-new {
    padding-top: 70px;
    height: 655px!important;
  }
  @media only screen and (max-width: 540px) {
  .container-fluid.banner-who-we-are-container.banner-top-new {
    padding-top: 0;
    height:550px!important;
    }
  }

  @media (max-width: 764px) {
    .banner-who-we-are-container .card-anchor {
        top: 120px;
    }
    .content-who-we-are-container .content-who-we-are-position {
      display: block;
    }
    .content-who-we-are-container h6 {
      margin-top: 64px;
    }
    .content-who-we-are-container h2 {
      font-size: 28px;
    }
    .content-who-we-are-container p {
      margin-top: 16px;
    }
    .content-who-we-are-container h3 {
      font-size: 24px;
    }
    .content-who-we-are-container img {
      margin-top: 32px;
    }
    .content-who-we-are-container h4 {
      font-size: 20px;
      margin-top: 64px;
    }
    .content-who-we-are-container iframe {
      width: 100%;
      height: 203.58px;
    }
    .content-who-we-are-container h5 {
      font-size: 16px;
      margin-top: 32px;
    }
    .banner-who-we-are-container .img-top {
      display: none;
    }
    .banner-who-we-are-container .card-anchor {
      left: 0;
      top: -8px!important;
    }
  }

  @media (max-width: 540px) {
    .border-on {
        margin-top: 20px;
    }
    .banner-who-we-are-container .card-anchor {
      width: 315px;
    }
  }

    @media (max-width: 320px){
    .font-temp-link > a .material-icons {
      font-size: 11px;
    }
    }

  @media (max-width: 280px) {
    .font-temp-link > a .material-icons {
      font-size: 10px;
    }
    .banner-who-we-are-container .card-anchor {
      width: 290px;
    }
    .banner-who-we-are-container p {
      margin-bottom: 70px;
    }
  }
