.image-and-text_title {
  max-width: 560px;
  margin: 0 auto 30px;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 130%;
  text-align: center;
  color: var(--color-black);
}
.image-and-text_description {
  max-width: 620px;
  margin: 0 auto 60px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  color: var(--color-dark-gray);
}
.image-and-text__text a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.image-and-text__links {
  display: flex;
  gap: 16px;
  margin-top: 32px;
}
.image-and-text__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 18px 22px;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-blue);
  letter-spacing: 0.3px;
  text-transform: uppercase;
  height: 52px;
}
.image-and-text__link-icon {
  width: 14px;
  height: 12px;
}
.image-and-text__link-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.image-and-text__link.blue {
  background-color: var(--color-blue);
  color: #fff;
  transition: background-color 0.5s;
}
.image-and-text__items {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 140px;
}
.image-and-text__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(25% - 50px);
  flex: 1 0 calc(25% - 50px);
}
.image-and-text__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 20px;
  background-color: var(--color-yellow);
}
.image-and-text__item-icon svg {
  width: 35px;
  height: 35px;
}
.image-and-text__item-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--color-black);
}
.image-and-text__item-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 155%;
  text-align: center;
}
.image-and-text {
  margin: 140px 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .image-and-text {
    margin: 110px 0;
  }
}
@media only screen and (max-width: 768px) {
  .image-and-text {
    margin: 70px 0;
  }
}
@media only screen and (max-width: 575px) {
  .image-and-text {
    margin: 55px 0;
  }
}
.image-and-text__decor {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 64.375vw;
  right: -22.7vw;
  top: calc(100% + 72px);
}
@media only screen and (max-width: 1366px) {
  .image-and-text__decor {
    max-width: 760px;
    top: calc(100% + 36px);
  }
}
@media only screen and (max-width: 1200px) {
  .image-and-text__decor {
    max-width: 620px;
    top: calc(100% + 25px);
  }
}
@media only screen and (max-width: 991px) {
  .image-and-text__decor {
    display: none;
  }
}
.image-and-text .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px 120px;
  width: 100%;
  max-width: 100%;
  padding: 0 40px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1366px) {
  .image-and-text .wrapper {
    padding: 0;
    gap: 25px 60px;
  }
}
.image-and-text .wrapper:last-child {
  margin-bottom: 0;
}
.image-and-text .revers {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1200px) {
  .image-and-text .wrapper {
    gap: 25px;
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .image-and-text .wrapper,
  .image-and-text .revers {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.image-and-text__img {
  width: 100%;
  max-width: 560px;
  aspect-ratio: 560 / 600;
}
.image-and-text__img img {
  display: block;
}
@media only screen and (max-width: 1200px) {
  .image-and-text__img {
    max-width: 420px;
  }
}
@media only screen and (max-width: 1024px) {
  .image-and-text__img {
    max-width: 360px;
  }
}
@media only screen and (max-width: 991px) {
  .image-and-text__img {
    max-width: 320px;
  }
}
.image-and-text__discr {
  flex: 1;
  position: relative;
}
.image-and-text__discr.padded {
  margin-bottom: 112px;
}
@media only screen and (max-width: 1366px) {
  .image-and-text__discr.padded {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 1200px) {
  .image-and-text__discr.padded {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .image-and-text__discr.padded {
    margin-bottom: 0;
  }
}
.image-and-text__title {
  width: max-content;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  color: #3593ff;
  margin-bottom: 32px;
  background-color: #c8e1ff;
  border-radius: 80px;
  padding: 8px 20px;
}
@media only screen and (max-width: 1200px) {
  .image-and-text__title {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .image-and-text__title {
    margin: 0 auto 20px;
  }
}
.image-and-text__text {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.125;
  color: var(--color-gray-blue);
}
@media only screen and (max-width: 1200px) {
  .image-and-text__text {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991px) {
  .image-and-text__text {
    max-width: 620px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .image-and-text__text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .image-and-text__text {
    font-size: 16px;
  }
}
