@media (max-width: 1440px) {
    .intro-heading-text .intro-heading__title {
        line-height: 0.6;
    }
}

.intro-heading-text .intro-heading__subtitle {
    margin-bottom: 30px;
}

.service-card .service__name {
    min-height: 91px;
}

.service-card .service__description {
    min-height: 106px;
}

.testimonial-card {
    min-height: 163px;
}

.list-space-sm {
    color: #fff;
}

@supports (-webkit-touch-callout: none) {
  /* iOS Safari only */
  .atbs-block__inner.padding-left-container {
    background-attachment: scroll;
  }
}

.intro-heading-text .intro-heading__title {
    font-size: 6rem;
    line-height: 0.5;
}

@media (max-width: 480px) { 
    .intro-heading-text .intro-heading__title {
        font-size: 3.5rem;
        line-height: 0.6;
    }
    .intro-heading-text .intro-heading__subtitle {
        font-size: 2em;
    }
}
@media (max-width: 480px) { 
    .block-heading_style-1 .block-heading__title {
        font-size: 2.9rem;
    }
}

.atbs-featured-module-3 .flex-box-4i > * {
    display: flex;
}


.author-box .author-avatar img {
    border-radius: 0;
}
