/* ШАБЛОННЫЕ СТИЛИ ДЛЯ ВСЕХ СЕКЦИЙ */
.services__title,
.services__title-second {
  position: relative;
  z-index: 3;
}
.services__title-second {
  color: black;
  font-size: 35px;
  font-weight: 700;
  margin-top: 5px;
}
.services__content {
  position: relative;
  z-index: 2;
}
.services__box {
  border-radius: 20px;
  background-color: #fff;
  padding: 30px 25px 30px 30px;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.25);
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
/* иконки на заднем плане*/
.services__box-icon {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.icon-right {
  top: -280px;
  right: -250px;
}
.icon-left {
  top: -280px;
  left: -350px;
}

/*Контент внутри секций*/
.services__text {
  color: #000;
  font-size: 25px;
  line-height: 1.5;
}
.services__more {
  display: flex;
  flex-direction: row;
  justify-content: end;
  margin-top: 20px;
}
.services__link {
  color: #80b3ff;
  font-size: 27px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}
.services__link:hover {
  color: #408cff;
  transform: scale(1.01);
}
/*footer*/
.footer__services {
  position: relative;
  z-index: 20;
}
