.services {
  background-color: #fff;
}
.services__bg {
  background-color: #f0f6ff;
  padding: 64px;
  border-radius: 56px 56px 0 0;
  background-image: url("./images/flower.png");
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .services__bg {
    border-radius: 24px 24px 0 0;
    padding: 25px;
  }
}
.services__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.services h2 {
  color: #1e3a5e;
  font-family: Gilroy;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 44px;
}
@media (max-width: 768px) {
  .services h2 {
    font-size: 28px;
    text-align: center;
  }
}
.services__item {
  height: 283px;
  padding: 40px;
  position: relative;
}
@media (max-width: 768px) {
  .services__item {
    padding: 25px;
  }
}
.services__item-title {
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  color: #1e3a5e;
  font-weight: 400;
  line-height: normal;
  max-width: 320px;
}
@media (max-width: 1200px) {
  .services__item-title {
    font-size: 16px;
  }
}
.services__item-title h3 {
  font-family: Gilroy;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .services__item-title h3 {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .services__item-title h3 {
    font-size: 22px;
  }
}
.services__item-btn {
  position: absolute;
  background: none;
  border: none;
  cursor: pointer;
}
.services__item--analyzes {
  border-radius: 24px;
  background: #1e3a5e;
  width: 36%;
  background-image: url("./images/analyzes.png");
  background-position: right top;
  background-repeat: no-repeat;
}
@media (max-width: 1100px) {
  .services__item--analyzes {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .services__item--analyzes {
    width: 100%;
  }
}
.services__item--analyzes .services__item-title {
  color: #fff;
  position: absolute;
  bottom: 40px;
}
.services__item--analyzes .services__item-btn {
  top: 40px;
}
.services__item--diagnostics {
  border-radius: 24px;
  background: #fff;
  width: 29%;
  background-image: url("./images/diagnostics.png");
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media (max-width: 1100px) {
  .services__item--diagnostics {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .services__item--diagnostics {
    width: 100%;
  }
}
.services__item--diagnostics .services__item-btn {
  bottom: 40px;
}
.services__item--quick-results {
  width: 29%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("./images/speedometer.png");
  background-position: 24% 75%;
  background-repeat: no-repeat;
}
@media (max-width: 1100px) {
  .services__item--quick-results {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .services__item--quick-results {
    display: none;
  }
}
.services__item--quick-results .services__item-title {
  max-width: 222px;
  text-align: right;
}
.services__item--all-services {
  display: flex;
  align-items: center;
  border-radius: 24px;
  border: 1px solid #1e3a5e;
  width: 24%;
}
@media (max-width: 1100px) {
  .services__item--all-services {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .services__item--all-services {
    width: 100%;
    height: auto;
    padding-right: 40px;
    order: 1;
  }
}
.services__item--all-services .services__item-btn {
  right: 40px;
  bottom: 40px;
}
@media (max-width: 768px) {
  .services__item--all-services .services__item-btn {
    right: 15px;
    bottom: 29px;
  }
}
.services__item--discount {
  border-radius: 24px;
  background: #fff;
  width: 37%;
  background-image: url("./images/discount.png");
  background-position: 55% 30%;
  background-repeat: no-repeat;
}
@media (max-width: 1100px) {
  .services__item--discount {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .services__item--discount {
    width: 100%;
  }
}
.services__item--discount .services__item-title {
  position: absolute;
  bottom: 40px;
}
.services__item--discount .services__item-title h3 {
  color: #ff8282;
}
.services__item--discount .services__item-btn {
  right: 40px;
  top: 40px;
}
.services__item--massage {
  border-radius: 24px;
  background-color: rgba(187, 213, 251, 0.6);
  width: 33%;
  background-image: url("./images/massage.png");
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media (max-width: 1100px) {
  .services__item--massage {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .services__item--massage {
    width: 100%;
  }
}
.services__item--massage .services__item-btn {
  right: 40px;
  top: 40px;
}/*# sourceMappingURL=style.css.map */