.function-pharm-complete {
}

.function-pharm-complete-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.08;
  text-align: center;
  margin-block: 25px;
}

.function-pharm-complete-content {
  display: flex;
  box-sizing: border-box;
  padding: 20px;
  gap: 37px;
  background-color: #f5f8fe;
  border-radius: 15px;
}

.function-pharm-complete-img {
}

.function-pharm-complete-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 37px;
}

.function-pharm-complete-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 27px;
  width: calc(50% - 37px / 2);
  background-color: #fff;
  box-sizing: border-box;
  padding: 37px;
  border-radius: 20px;
}

.function-pharm-complete-card-img {
}

.function-pharm-complete-card-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
}

@media (max-width: 1264px) {
  .function-pharm-complete-img {
    width: 50%;
  }

  .function-pharm-complete-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 30% 0;
  }

  .function-pharm-complete-cards {
    width: 50%;
  }

  .function-pharm-complete-card {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .function-pharm-complete-title {
    font-size: 24px;
  }

  .function-pharm-complete-content {
    flex-direction: column;
  }

  .function-pharm-complete-img {
    width: 100%;
    max-height: 1000px;
    height: 1000px;
  }

  .function-pharm-complete-cards {
    width: 100%;
  }
}

.advantages-pharm-complete {
}

.advantages-pharm-complete-text {
  display: flex;
  gap: 60px;
  margin-block: 30px;
  box-sizing: border-box;
}

.advantages-pharm-complete-desc {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.08;
  text-align: right;
  width: 50%;
  box-sizing: border-box;
}

.advantages-pharm-complete-titles {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 50%;
}

.advantages-pharm-complete-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
}

.advantages-pharm-complete-subtitle {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: #326ea3;
}

.advantages-pharm-complete-cards {
  display: flex;
  flex-wrap: wrap;
  column-gap: 74px;
  row-gap: 27px;
  background-color: #e1e5ed;
  border-radius: 50px;
  padding: 35px 80px;
}

.advantages-pharm-complete-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px 35px;
  width: calc((100% - 2 * 74px) / 3);
  border-radius: 20px;
}

.advantages-pharm-complete-card-img {
}

.advantages-pharm-complete-card-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
}

.advantages-pharm-complete-card-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
}

.advantages-pharm-complete-img {
  width: 100%;
  margin-top: 50px;
}

.advantages-pharm-complete-img img {
  width: 100%;
}

@media (max-width: 1168px) {
  .advantages-pharm-complete-cards {
    padding: 35px;
    gap: 35px;
  }

  .advantages-pharm-complete-card {
    width: calc(50% - 1 / 2 * 35px);
  }
}

@media (max-width: 960px) {
  .advantages-pharm-complete-text {
    flex-direction: column;
    text-align: center;
  }

  .advantages-pharm-complete-desc {
    width: 100%;
    padding-inline: 10px;
    text-align: center;
  }

  .advantages-pharm-complete-titles {
    width: 100%;
    padding-inline: 10px;
    text-align: center;
  }

  .advantages-pharm-complete-title {
    width: 100%;
    padding-inline: 10px;
  }

  .advantages-pharm-complete-subtitle {
    width: 100%;
    padding-inline: 10px;
  }
}

@media (max-width: 640px) {
  .advantages-pharm-complete-card {
    width: 100%;
  }
}
