.who_we {
  padding-top: 99px;
  padding-bottom: 133px;
}

.who_we_cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 45px;
  margin-top: 38px;
}

.who_we_card {
  border-radius: 20px;
  padding: 20px;

  box-shadow: inset 0px 4px 11.6px 0px rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

.who_we_card p {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
}
.who_we_card_m {
  margin-top: 45px;
}
.comp_descs {
  display: flex;
  align-items: center;
  gap: 69px;
  margin-top: 34px;
  margin-bottom: 35px;
}

.comp_descs div {
  border-radius: 20px;
  padding: 15px 19px 15px 19px;
  background: rgba(25, 98, 100, 0.4);
  height: 122px;
}

.comp_descs p {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 11px;
}

.comp_descs h4 {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 34px;
  font-weight: 600;
  line-height: 43px;
  letter-spacing: 0%;
  text-align: left;
}
.comp_descs h5 {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: left;
}

.comp_desc_t p {
  max-width: 807px;
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0%;
  text-align: left;
}

.zinflu_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.zinflu .center {
  margin-top: 30px;
}

.choose_us {
  padding-top: 100px;
  padding-bottom: 100px;
}

.choose_cards {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 45px;
  margin-top: 60px;
}

.choose_card {
  border-radius: 10px;
  padding: 17px;
  background: rgb(13, 29, 41, 0.4);
  padding-bottom: 24px;
}

.choose_card_img {
  border-radius: 10px;
  height: 171px;
  width: 100%;
  background: rgb(20, 36, 42);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 21px;
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  font-size: 83px;
  font-weight: 500;
  line-height: 93.38px;
  letter-spacing: 0%;
  text-align: center;
}

.choose_card p {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: 20.82px;
  letter-spacing: 0%;
  text-align: center;
}
.line {
  border: 2px solid rgb(117, 247, 228);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 94px;
  margin: 13px auto 24px;
}

.choose_card h5 {
  color: rgb(168, 168, 168);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: center;
}

.contact {
  background: url(../assets/images/about-cont-bg.png);
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
  border-radius: 50px;
  padding-bottom: 108px;
  padding-top: 74px;
}

.contact h3 {
  background: linear-gradient(
    0deg,
    rgb(255, 255, 255),
    rgba(255, 255, 255, 0.5)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Montserrat;
  font-size: 60px;
  font-weight: 600;
  line-height: 64px;
  letter-spacing: -2%;
  text-align: center;
}

.contact p {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0%;
  text-align: center;
  max-width: 947px;
  width: 100%;
  margin: 30px auto 30px;
}

@media only screen and (max-width: 1550px) {
  .about_header_img {
    width: 430.09px;
    right: 60px;
  }
  .who_we_cards {
    margin-top: 30px;
    gap: 35px;
  }
  .who_we_card p {
    font-size: 12.67px;
    font-weight: 500;
    line-height: 17.42px;
  }
  .who_we_card_m {
    margin-top: 36px;
  }
  .who_we {

    padding-top: 78px;
    padding-bottom: 100px;
  }
  .zinflu_cards {
    width: 540px;
  }
  .comp_descs {
    gap: 37px;
    margin: 27px 0;
  }
  .comp_descs div {
    height: 96.58px;
    padding: 11.88px 15.04px 11.88px 15.04px;
  }
  .comp_descs p {
    font-size: 14.25px;
    font-weight: 400;
    line-height: 20.58px;
    margin-bottom: 8px;
  }
  .comp_descs h5 {
    font-size: 15.83px;
    font-weight: 500;
    line-height: 20.58px;
  }
  .comp_descs h4 {
    font-size: 26.92px;
    font-weight: 600;
    line-height: 34.04px;
  }
  .comp_desc_t p {
    font-size: 14.25px;
    font-weight: 400;
    line-height: 22.96px;
  }
  .choose_us {
    padding: 80px 0;
  }
  .choose_cards {
    margin-top: 47px;
    gap: 35px;
  }
  .choose_card {
    padding: 13px;
  }
  .choose_card_img {
    margin-bottom: 16px;
    height: 135.38px;
  }
  .choose_card_img img {
    width: 66px;
  }
  .choose_card p {
    font-size: 14px;
  }
  .line {
    width: 74.42px;
    margin-top: 10px;
    margin-bottom: 19px;
  }
  .choose_card h5 {
    font-size: 11.08px;
    font-weight: 500;
    line-height: 14.25px;
  }
  .contact {
    padding-top: 58px;
    padding-bottom: 86px;
  }
  .contact h3 {
    font-size: 47.5px;
    font-weight: 600;
    line-height: 50.67px;
  }
  .contact p {
    font-size: 14.25px;
    font-weight: 400;
    line-height: 24.54px;
    max-width: 823.33px;
  }
}

@media only screen and (max-width: 1000px) {

  .who_we_cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .choose_cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .contact {
    padding-left: 20px;
    padding-right: 20px;
  }
  .zinflu_wrapper {
    flex-direction: column;
  }
  .zinflu_cards {
    width: 100%;
  }
}

.header_left {
  position: relative;
  z-index: 5;
}


@media only screen and (max-width: 550px) {
  .header_img {
    position: static;
  }
  .header_left {
    padding-top: 60px;
  }
  .header_left .header_title h1 {
    max-width: 100%;
    font-size: 30px;
    line-height: 130%;
    margin-bottom: 20px;
  }
  .header_left .header_title p {
    font-size: 17px;
    line-height: 130%;
  }
  .header_content {
    flex-direction: column;
    gap: 30px;
  }
  .header_left a,
  .header_left button {
    width: 100%;
  }
  .header_img {
    width: 100%;
  }
  .page_header {
    padding-bottom: 100px;
  }
  .who_we_cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .who_we_card p {
    padding-left: 20px;
    padding-right: 20px;
  }
  .who_we_card {
    padding-bottom: 20px;
  }

  .who_we {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .comp_descs {
    flex-direction: column;
    gap: 20px;
  }
  .comp_descs div {
    width: 100%;
    height: auto;
  }
  .choose_us {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .choose_cards {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .contact {
    padding: 30px 20px;
    border-radius: 30px;
  }
  .contact h3 {
    font-size: 25px;
    line-height: 130%;
  }
  .contact p {
    font-size: 16px;
  }
}
