.about-experience-story {
    margin-bottom: 34px;
}

.about-experience-story-title {
    margin: 0 0 10px 0;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
}

.about-experience-story-text {
    width: min(100%, 700px);
    font-size: 22px;
    line-height: 1.45;
}

.about-experience-story-btn-wrap {
    margin-top: 20px;
    width: 100%;
    justify-content: flex-start;
}

.about-experience-story-btn-wrap .main-btn {
    width: min(100%, 350px);
    padding-left: 24px;
    padding-right: 24px;
}

.about-experience-section {
    padding-top: 56px;
    padding-bottom: 84px;
}

.about-experience-row {
    display: flex;
    align-items: stretch;
    gap: 40px;
}

.about-experience-text {
    flex: 1 1 auto;
}

.about-experience-title {
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
}

.about-experience-description {
    width: min(100%, 700px);
    font-size: 22px;
    line-height: 1.45;
}

.about-experience-description + .about-experience-description {
    margin-top: 18px;
}

.about-experience-media {
    flex: 0 0 min(42%, 440px);
    border-radius: 20px;
    overflow: hidden;
}

.about-experience-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-cta-section {
    padding-top: 18px;
    padding-bottom: 84px;
    background-color: var(--bg-second);
}

.about-cta-head .head-text {
    width: min(100%, 760px);
}

.about-cta-btn-wrap {
    margin-top: 28px;
    width: 100%;
    justify-content: center;
}

.about-help-section {
    padding-top: 40px;
    padding-bottom: 56px;
    background-color: var(--bg-second);
}

.about-help-container {
    width: min(100%, 1280px);
}

.about-help-title {
    margin-bottom: 54px;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    text-align: center;
}

.about-help-grid {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 48px 42px;
}

.about-help-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.about-help-icon-wrap {
    width: 90px;
    height: 90px;
    display: block;
    margin-bottom: 15px;
}

.about-help-icon {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-help-card-title {
    margin: 0 0 10px 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
}

.about-help-card-text {
    margin: 0;
    max-width: 260px;
    font-size: 19px;
    line-height: 1.45;
}

.about-workflow-section {
    padding-top: 44px;
    padding-bottom: 92px;
    background-color: var(--bg-main);
}

.about-workflow-container {
    width: 100%;
}

.about-workflow-layout {
    display: flex;
    align-items: stretch;
    gap: 20px;
}

.about-workflow-left {
    flex: 1 1 auto;
    min-width: 0;
}

.about-workflow-title {
    margin: 0 0 48px;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    text-align: center;
}

.about-workflow-steps-wrap {
    position: relative;
}

.about-workflow-steps {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: clamp(84px, 8vw, 128px);
}

.about-workflow-step:nth-child(even) {
    margin-left: clamp(96px, 9vw, 150px);
}

.about-workflow-step {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 22px;
}

.about-workflow-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: calc(100% + clamp(16px, 1.5vw, 24px));
    width: clamp(92px, 8.2vw, 120px);
    height: 1px;
    background-color: rgba(52, 170, 223, 0.92);
    pointer-events: none;
    transform-origin: left center;
}

.about-workflow-step:nth-child(odd)::after {
    left: 52px;
    transform: rotate(45deg);
}

.about-workflow-step:nth-child(even)::after {
    left: -10px;
    transform: rotate(135deg);
}

.about-workflow-step-text-wrap {
    width: min(100%, 30ch);
    max-width: 100%;
}

.about-workflow-step-title {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
}

.about-workflow-step-text {
    margin: 0;
    font-size: 20px;
    line-height: 1.45;
    width: 100%;
}

.about-workflow-step-num {
    display: inline-block;
    width: 40px;
    flex: 0 0 40px;
    font-weight: 700;
    font-size: 72px;
    line-height: 0.82;
    color: var(--primary);
    text-align: center;
}

.about-workflow-line {
    display: none;
}

.about-workflow-photo {
    flex: 0 0 min(52%, 720px);
    min-width: 560px;
    position: relative;
    align-self: stretch;
    border-radius: 20px;
    overflow: hidden;
}

.about-workflow-photo-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}

.about-reasons-section {
    padding-top: 36px;
    padding-bottom: 68px;
    background-color: var(--bg-second);
}

.about-reasons-container {
    width: min(100%, 1280px);
}

.about-reasons-title {
    margin-bottom: 54px;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    text-align: center;
}

.about-reasons-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 48px 42px;
}

@media (min-width: 768px) and (max-width: 1366px) {
    .about-experience-section {
        padding-top: 50px;
        padding-bottom: 70px;
    }

    .about-experience-story {
        margin-bottom: 24px;
    }

    .about-experience-story-title {
        font-size: clamp(30px, 3.8vw, 40px);
        line-height: 1.15;
    }

    .about-experience-story-text {
        width: 100%;
        font-size: clamp(17px, 1.9vw, 20px);
    }

    .about-experience-story-btn-wrap {
        margin-top: 16px;
    }

    .about-experience-row {
        gap: 24px;
    }

    .about-experience-title {
        font-size: clamp(30px, 3.8vw, 40px);
    }

    .about-experience-description {
        width: 100%;
        font-size: clamp(17px, 1.9vw, 20px);
    }

    .about-experience-description + .about-experience-description {
        margin-top: 14px;
    }

    .about-experience-media {
        flex-basis: clamp(260px, 38vw, 360px);
    }

    .about-cta-section {
        padding-top: 14px;
        padding-bottom: 68px;
    }

    .about-cta-head .head-text {
        width: min(100%, 680px);
    }

    .about-help-section {
        padding-top: 34px;
        padding-bottom: 50px;
    }

    .about-help-title {
        margin-bottom: 36px;
        font-size: clamp(30px, 3.8vw, 40px);
    }

    .about-help-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 38px 30px;
    }

    .about-help-icon-wrap {
        width: 90px;
        height: 90px;
        margin-bottom: 15px;
    }

    .about-help-card-title {
        font-size: clamp(20px, 2.1vw, 24px);
    }

    .about-help-card-text {
        font-size: clamp(16px, 1.8vw, 18px);
    }

    .about-workflow-section {
        padding-top: 30px;
        padding-bottom: 72px;
    }

    .about-workflow-layout {
        gap: 20px;
    }

    .about-workflow-title {
        margin-bottom: 34px;
        font-size: clamp(30px, 3.8vw, 40px);
    }

    .about-workflow-steps {
        gap: clamp(64px, 8vw, 88px);
    }

    .about-workflow-step:nth-child(even) {
        margin-left: clamp(54px, 9vw, 100px);
    }

    .about-workflow-step {
        gap: 16px;
    }

    .about-workflow-step-text-wrap {
        width: min(100%, 320px);
    }

    .about-workflow-step-num {
        width: 34px;
        flex-basis: 34px;
        font-size: 62px;
    }

    .about-workflow-step-title {
        font-size: clamp(22px, 2.4vw, 26px);
    }

    .about-workflow-step-text {
        font-size: clamp(17px, 1.9vw, 19px);
        width: 100%;
    }

    .about-workflow-step:not(:last-child)::after {
        top: calc(100% + 14px);
        width: clamp(58px, 6.5vw, 72px);
    }

    .about-workflow-step:nth-child(odd)::after,
    .about-workflow-step:nth-child(even)::after {
        left: 42px;
    }

    .about-workflow-photo {
        flex-basis: clamp(250px, 40vw, 420px);
        min-width: 0;
    }

    .about-reasons-section {
        padding-top: 20px;
        padding-bottom: 56px;
    }

    .about-reasons-title {
        margin-bottom: 36px;
        font-size: clamp(30px, 3.8vw, 40px);
    }

    .about-reasons-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 38px 30px;
    }
}

@media (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
    .about-workflow-step:nth-child(odd)::after {
        left: 42px;
    }

    .about-workflow-step:nth-child(even)::after {
        left: -10px;
    }

    .about-help-grid > .about-help-card:last-child,
    .about-reasons-list > .about-help-card:last-child {
        grid-column: 2 / 3;
    }

    #contact .contact-container {
        align-items: stretch;
    }

    #contact .contact-right-div {
        height: auto;
        align-self: stretch;
    }
}

@media (max-width: 750px), (max-device-width: 750px) {
    .title-main-div {
        padding-bottom: 16px;
    }

    .about-experience-section {
        padding-top: 12px;
        padding-bottom: 52px;
    }

    .about-experience-story {
        margin-bottom: 18px;
    }

    .about-experience-story-title {
        margin-bottom: 8px;
        font-size: 35px;
        line-height: 1.05;
    }

    .about-experience-story-text {
        width: 100%;
        font-size: 19px;
        line-height: 1.45;
    }

    .about-experience-story-btn-wrap {
        margin-top: 14px;
        width: 100%;
    }

    .about-experience-story-btn-wrap .main-btn {
        width: 100%;
    }

    .about-experience-row {
        flex-direction: column;
        gap: 20px;
    }

    .about-experience-title {
        margin-bottom: 12px;
        font-size: 35px;
        line-height: 1.05;
    }

    .about-experience-description {
        width: 100%;
        font-size: 19px;
        line-height: 1.45;
    }

    .about-experience-description + .about-experience-description {
        margin-top: 12px;
    }

    .about-experience-media {
        flex-basis: auto;
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
    }

    .about-experience-image {
        height: auto;
    }

    .about-cta-section {
        padding-top: 8px;
        padding-bottom: 52px;
    }

    .about-cta-head .head-title {
        margin-bottom: 12px;
    }

    .about-cta-head .head-text {
        width: 100%;
        text-align: left;
    }

    .about-cta-btn-wrap {
        margin-top: 20px;
        width: 100%;
    }

    .about-help-section {
        padding-top: 28px;
        padding-bottom: 40px;
    }

    .about-help-title {
        margin-bottom: 28px;
        font-size: 35px;
        line-height: 1.05;
    }

    .about-help-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .about-help-icon-wrap {
        width: 90px;
        height: 90px;
        margin-bottom: 15px;
    }

    .about-help-card-title {
        margin-bottom: 6px;
        font-size: 24px;
        line-height: 1.1;
    }

    .about-help-card-text {
        font-size: 18px;
        line-height: 1.45;
    }

    .about-workflow-section {
        padding-top: 22px;
        padding-bottom: 56px;
    }

    .about-workflow-layout {
        flex-direction: column;
        gap: 24px;
    }

    .about-workflow-title {
        margin-bottom: 24px;
        font-size: 35px;
        line-height: 1.05;
        text-align: center;
    }

    .about-workflow-steps {
        gap: 30px;
    }

    .about-workflow-step:nth-child(even) {
        margin-left: 0;
    }

    .about-workflow-step {
        gap: 12px;
        align-items: center;
        min-height: 96px;
    }

    .about-workflow-step-text-wrap {
        width: 100%;
    }

    .about-workflow-step-title {
        margin-bottom: 0;
        font-size: 25px;
        line-height: 1.2;
    }

    .about-workflow-step-text {
        font-size: 19px;
        line-height: 1.45;
        width: 100%;
    }

    .about-workflow-step-num {
        width: 34px;
        flex-basis: 34px;
        font-size: 54px;
    }

    .about-workflow-line {
        display: none;
    }

    .about-workflow-step::after {
        display: none;
    }

    .about-workflow-photo {
        flex-basis: auto;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        height: auto;
        position: static;
        align-self: auto;
        margin: 0 auto;
    }

    .about-workflow-photo-img {
        position: static;
        inset: auto;
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center center;
    }

    .about-reasons-section {
        padding-top: 16px;
        padding-bottom: 24px;
    }

    .about-reasons-title {
        margin-bottom: 28px;
        font-size: 35px;
        line-height: 1.05;
    }

    .about-reasons-list {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    #contact .contact-container {
        padding-top: 36px;
    }
}
