@media only screen and (max-width: 600px) {
  .main-page .container .services-list {
    padding-left: 0 !important;
  }
}

@media (max-width: 575.98px) {
  .main-page .services-list {
    flex-direction: row;
  }

  .main-page .services-list__link {
    border-bottom: 0;
    text-decoration: underline;
  }
}

@media (min-width: 768px) {
  .sExpert {
    --sPT: 1.8rem;
    --sPB: 0;
  }

  .sExpert h2,
  .sExpert .h2 {
    margin-bottom: 1.2rem;
    line-height: 1.2;
  }
}
