.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-xl {
        padding-right: 45px;
        padding-left: 45px;
    }
}

@media (min-width: 1200px) {
    .container-xl {
        max-width: 1200px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.approved-heading {
    margin: 0 0 50px;
}

.approved-heading__title {
    margin: 0;
    padding: 28px 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.35;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #333333;
}

.approved-heading img {
    max-width: 100%;
    overflow: hidden;
}

@media (min-width: 576px) {
    .approved-heading__title {
        font-size: 32px;
    }
}

@media (min-width: 992px) {
    .approved-heading__title {
        font-size: 48px;
    }
}

.approved-section-title {
    margin: 0 0 40px;
    font-weight: bold;
    font-size: 26px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

.approved-descr {
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #CBCBCB;
    font-size: 17px;
    line-height: 1.39;
    color: #757575;
}

.approved-descr strong {
    text-transform: uppercase;
}

.approved-items {
    margin-bottom: 50px;
}

.approved-item {
}

.approved-item__content {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
    padding: 40px 20px;
    color: #757575;
    background: #F6F6F6;
}

.approved-item__title {
    position: relative;
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 20px;
}

.approved-item p {
    position: relative;
}

.approved-item__num {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    font-weight: bold;
    font-size: 341px;
    line-height: 0.78;
    text-align: center;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #FCFCFC;
    overflow: hidden;
}

.approved-item__pic {
    flex: 0 0 20%;
}

.approved-item__pic img {
    width: 100%;
    max-height: 300px;
    height: auto;
    object-fit: cover;
}

@media (min-width: 992px) {
    .approved-item {
        display: flex;
    }

    .approved-item.--right {
        flex-direction: row-reverse;
    }

    .approved-item__content {
        padding: 20px 36px;
        font-size: 16px;
    }

    .approved-item__pic {
        flex: 0 0 50%;
    }

    .approved-item__pic img {
        max-height: none;
    }
}

.approved-cta {
    margin: 0 0 50px;
    text-align: center;
}

.approved-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 270px;
    min-height: 48px;
    padding: 5px 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #000000;
    border-radius: 3px;
    border: 1px solid transparent;
    transition: all .18s;
    cursor: pointer;
}

.approved-cta__btn:hover {
    color: #fff;
    background: #0C121C;
    text-decoration: none;
}
