.services-wrapper {
  border-radius: 46px 46px 0 0;
  padding: 62px 64px;
  background: #f0f6ff;
  display: grid;
  grid-template-columns: 1fr 6fr;
  gap: 100px;
}
@media (max-width: 768px) {
  .services-wrapper {
    padding: 24px 25px;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
.services-wrapper__title {
  padding: 0 64px;
  margin-bottom: 27px;
}
@media (max-width: 768px) {
  .services-wrapper__title {
    padding: 0 25px;
  }
}
.services-wrapper__title h1 {
  color: #1e3a5e;
  font-family: Gilroy;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.section-desc {
  color: #1e3a5e;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
  background: #cfe2fe;
  padding: 39px;
  border-radius: 54px;
}
@media (max-width: 768px) {
  .section-desc {
    border-radius: 24px;
    padding: 25px;
  }
}
.section-desc h2 {
  color: #1e3a5e;
  font-family: Gilroy;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}/*# sourceMappingURL=style.css.map */