.main__pageTop__title {
    text-transform: uppercase;
}
.how-order__top-text {
    font-size: 28px;
    font-weight: 300;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0 0 60px;
}
.large-title {
    font-size: 48px;
    font-weight: 300;
    line-height: 120%;
    text-transform: uppercase;
}
.large-title span {
    color: #4E70C4;
}
.border-button {
    font-size: 18px;
    font-weight: 700;
    border: #4E70C4 4px solid;
    border-radius: 50px;
    text-transform: uppercase;
    padding: 18px 20px 16px;
    color: #212121 !important;
    text-decoration: none !important;
    white-space: nowrap;
}
.title-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title-button .large-title {
    padding: 0 30px 0 0;
}
.title-button span {
    display: block;
}
.how-order__top-wholesale {
    font-size: 18px;
    line-height: 140%;
    margin: 0 0 68px;
}
.how-order__top-wholesale a {
    color: #4E70C4;
    text-decoration: underline;
}
.how-order__top-wholesale p {
    max-width: 730px;
    margin: 20px 0 0;
}

@media (max-width: 768px) {
    .how-order__top-text {
        font-size: 22px;
    }
    h1.main__pageTop__title {
        font-size: 40px;
    }
    .large-title {
        font-size: 40px;
    }
    .title-button .large-title {
        padding: 0;
    }
    .title-button {
        display: block;
    }
    .how-order__top-wholesale {
        position: relative;
        padding: 0 0 70px;
        margin: 0 0 60px;
    }
    .border-button {
        font-size: 14px;
        padding: 10px 20px 7px;
    }
    .how-order__top-wholesale .border-button  {
        position: absolute;
        bottom: 0;
        left: 0;
    }
}
@media (max-width: 650px) {
    h1.main__pageTop__title {
        font-size: 30px;
    }
    .how-order__top-text {
        font-size: 18px;
        margin: 0 0 40px;
    }
    .large-title {
        font-size: 32px;
    }
    .how-order__top-wholesale p {
        font-size: 14px;
        line-height: 140%;
    }
    .border-button {
        font-size: 12px;
        padding: 5px 20px 2px;
    }
    .how-order__top-wholesale {
        padding: 0 0 60px;
        margin: 0 0 30px;
    }
}