@import url("./parts/steps.css");

h2 {
    margin-bottom: 18px;
}

h3 {
    font-weight: 700;
    margin-bottom: 30px;
}

.intro-section {
    margin-top: calc(var(--header-height) + 80px);
    position: relative;
}

.intro-section .intro-text {
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 600;
    line-height: 100%;
    margin-top: 25px;
    margin-bottom: 74px;
}

.intro-section .animated-button {
    position: absolute;
    bottom: 12%;
    left: 50%;
    transform: translateX(-50%);
}

.intro-section .img {
    margin-inline: auto;
}

.about {
    margin-bottom: 70px;
}

.about strong {
    font-size: 24px;
}

.box-with-gradient {
    padding: 8px;
    border-radius: 32px;
}

.white-box {
    border-radius: 24px;
    padding: 28px 26px 26px 33px;
    font-size: 15px;
}

.heading {
    font-size: 15px;
}

.advance-payment {
    color: rgba(31, 31, 41, 0.5);
}

svg {
    mix-blend-mode: color-burn;
    margin-left: 24px;
    margin-right: 32px;
}

.steps-container {
    margin-bottom: 80px;
}

.adaptive-columns {
    gap: 24px;
    align-items: stretch;
}

.adaptive-columns .column {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.adaptive-columns .column .items-list-box {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.adaptive-columns .column .item, .adaptive-columns .column .white-box {
    height: 100%;
    align-content: center;
}

section {
    margin-top: 200px;
}

.begin-partnership-section {
    background: #000 url('../images/partnership/cta_bg.png') top right no-repeat;
    height: 960px;
    margin-bottom: 0;
}

.begin-partnership-section .container {
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 20%, rgba(255, 255, 255, 0));
    height: 100%;
    display: flex;
    align-items: center;
}

.begin-partnership-section .cta-text {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.1;
}

.begin-partnership-section .about {
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
}

.begin-partnership-section .phone-img {
    height: 460px;
    display: none;
}

@media (min-width: 768px) {
    .btn {
        margin-top: 56px;
    }
    .begin-partnership-section .cta-text {
        font-size: 56px;
    }

    .begin-partnership-section .btn {
        height: 64px;
        line-height: 100%;
    }
}

@media (min-width: 1024px) {
    .begin-partnership-section .content {
        width: 680px;
    }

    .begin-partnership-section .phone-img {
        display: block;
    }

    .begin-partnership-section .about {
        font-size: 24px;
    }

    .begin-partnership-section .btn {
        margin-inline: 0;
    }
}