.text-col {
  display: flex;
  flex-direction: column;
  justify-content: center; }

#why-is-we {
  padding-top: 44px;
  padding-bottom: 150px;
  background: url("../img/left-bg.png") no-repeat 0% 0%;
  background-size: contain; }
  @media (max-width: 991px) {
    #why-is-we {
      padding-bottom: 50px; } }
  @media (max-width: 991px) {
    #why-is-we {
      padding-top: 50px;
      padding-bottom: 50px; } }
  #why-is-we .image {
    text-align: right; }
    @media (max-width: 991px) {
      #why-is-we .image {
        text-align: center;
        margin-top: 30px; } }
    #why-is-we .image img {
      max-width: 600px;
      width: 100%; }
  #why-is-we .text ul {
    margin-bottom: 0; }
    #why-is-we .text ul li {
      list-style-type: none;
      font-size: clamp(14px, 3vw, 18px) !important;
      line-height: 130%;
      margin-bottom: 20px;
      padding-left: 27px; }
      #why-is-we .text ul li:last-child {
        margin-bottom: 0; }
      #why-is-we .text ul li:before {
        content: " ";
        position: absolute;
        background: url("../img/li-new.svg") no-repeat;
        width: 33px;
        height: 33px;
        margin-left: -44px;
        margin-top: -5px; }
        @media (max-width: 767px) {
          #why-is-we .text ul li:before {
            width: 15px;
            height: 12px;
            margin-left: -32px;
            margin-top: 10px;
            background-size: contain; } }
        @media (max-width: 576px) {
          #why-is-we .text ul li:before {
            margin-top: 5px; } }

#new-goals {
  padding-top: 0;
  padding-bottom: 150px; }
  @media (max-width: 991px) {
    #new-goals {
      padding-bottom: 50px; } }

#new-knowledge {
  padding-bottom: 150px; }
  @media (max-width: 991px) {
    #new-knowledge {
      padding-bottom: 50px; } }
  #new-knowledge .image {
    text-align: right; }
    @media (max-width: 991px) {
      #new-knowledge .image {
        text-align: center;
        margin-top: 30px; } }
    #new-knowledge .image img {
      max-width: 600px;
      width: 100%; }

#values {
  background: url("../img/center-bg.png") no-repeat center center;
  padding-top: 100px; }
  @media (max-width: 991px) {
    #values {
      padding-top: 50px; } }
  #values h2 {
    margin-bottom: 0; }
  #values .values {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 915px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 991px) {
      #values .values {
        justify-content: center; } }
    #values .values .value {
      max-width: 431px;
      background: #eaf6fa;
      background: linear-gradient(90deg, #eaf6fa 0%, #d8e5ff 100%);
      border-radius: 13px;
      padding: 56px 63px;
      margin-top: 55px;
      border: 3px solid #fff; }
      #values .values .value .icon img {
        width: 60px;
        margin-bottom: 20px; }
      #values .values .value .title {
        font-weight: bold;
        font-size: clamp(18px, 3vw, 35px) !important;
        line-height: 130%;
        margin-bottom: 20px; }
      #values .values .value .text p {
        font-size: clamp(14px, 3vw, 18px) !important;
        line-height: 130%; }
        #values .values .value .text p:last-child {
          margin-bottom: 0; }

/*# sourceMappingURL=about.css.map */
