.service-how-it-works {
  padding-top: 114px;
  padding-bottom: 78px; }
  .service-how-it-works .service-works-container {
    max-width: 1366px;
    margin: 0 auto; }
  .service-how-it-works .service-works-header h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 48px;
    font-family: ProximaNova-Bold;
    line-height: 54px;
    max-width: 891px;
    margin-inline: auto; }
  .service-how-it-works .service-steps-grid {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px; }
  .service-how-it-works .service-step-item {
    flex: 1;
    max-width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative; }
  .service-how-it-works .service-step-arrow {
    margin-top: 60px;
    flex-shrink: 0; }
  .service-how-it-works .service-step-text h3 {
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; }
  .service-how-it-works .service-step-2 {
    max-width: 356px;
    flex: 1.5; }

@media screen and (max-width: 1024px) {
  .service-how-it-works .service-steps-grid {
    gap: 10px; }
  .service-how-it-works .service-icon-circle img {
    width: 140px;
    height: 140px; }
  .service-how-it-works .service-step-arrow {
    margin-top: 50px; }
    .service-how-it-works .service-step-arrow img {
      width: 50px; }
  .service-how-it-works .service-step-text h3 {
    font-size: 22px;
    line-height: normal; } }

@media screen and (max-width: 767px) {
  .service-how-it-works {
    height: auto;
    padding-bottom: 84px;
    padding-top: 50px;
    min-height: auto; }
    .service-how-it-works .service-steps-grid {
      flex-direction: column;
      align-items: center; }
    .service-how-it-works .service-works-container {
      padding: 0 20px; }
    .service-how-it-works .only-mobile {
      display: block; }
    .service-how-it-works .only-desktop {
      display: none; }
    .service-how-it-works .service-works-header h2 {
      font-size: 36px;
      line-height: 46px; }
      .service-how-it-works .service-works-header h2 br {
        display: none; }
    .service-how-it-works .service-step-item {
      max-width: 100%; }
      .service-how-it-works .service-step-item .service-icon-circle img {
        width: 152px;
        height: 152px; }
    .service-how-it-works .service-step-text h3 {
      text-align: center;
      font-size: 25px;
      line-height: normal; }
    .service-how-it-works .service-step-3 br,
    .service-how-it-works .service-text-1 br {
      display: none; }
    .service-how-it-works .service-step-arrow {
      margin: 10px 0; }
      .service-how-it-works .service-step-arrow img {
        width: 16px; } }
