.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}
.subtitle {
    position: relative;
    color: var(--black, #2E3349);
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
}
.subtitle-icon {
    padding-left: 100px;
}
.subtitle-icon::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    border-radius: 16px;
    display: block;
    background: url('/i/img/order-execution-speed/forex-icon.svg');
}
.promo {
    background: url('/i/img/order-execution-speed/banner.jpg') center center/cover no-repeat;
    padding: 160px 0 140px;
}
.promo__title {
    color: var(--white, #FFF);
    font-size: 48px;
    font-weight: 550;
    line-height: 120%;
}
.promo__descr {
    margin-top: 10px;
    color: var(--white, #FFF);
    font-size: 20px;
    line-height: 130%;
    max-width: 470px;
}
.promo__btn {
    display: inline-block;
    margin-top: 20px;
    padding: 13px 24px;
    box-sizing: border-box;
    border-radius: 6px;
    background: var(--green, #479F4C);
    text-decoration: none;
    color: var(--white, #FFF);
    text-align: center;
    font-size: 16px;
    font-weight: 550;
}
.order-note {
    color: var(--black, #2E3349);
    font-size: 20px;
    line-height: 130%;
    margin: 80px 0 56px;
}
.order-info__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.order-info-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 24px;
    width: 49%;
    border-radius: 20px;
    box-sizing: border-box;
    background: var(--grey-table-back, #F7F8FA);
    padding: 30px;
}
.order-info-item__title {
    color: var(--black, #2E3349);
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    text-transform: none;
}
.order-info-item__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #E6E6E6;
    padding-top: 25px;
    margin-top: 25px;
}
.order-info-item_bt {
    display: block;
}
.order-info-item__text {
    color: var(--black, #2E3349);
    font-size: 20px;
    line-height: 130%;
}
.order-info-item_average {
    font-size: 16px;
}
.order-info-item__note {
    border-top: 1px solid #E6E6E6;
    padding-top: 25px;
    margin-top: 25px;
    color:rgba(46, 51, 73, 0.5);
    font-size: 16px;
    line-height: 130%;
}
.order-info-item__note span {
    font-weight: 700;
}
.order-execution-speed__four-teasers {
    margin-top: 80px;
    margin-bottom: 80px;
}
@media screen and (max-width: 767.98px) {
    .order-info-item {
        width: 100%;
    }
}