.section-content-boxes {
    background: rgba(19, 9, 17, 1);
    padding-top: 40px;
    padding-bottom: 98px;
}

.section-content-boxes .row:nth-child(even) {
    flex-direction: row-reverse;
}

.content-boxes-title {
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    color: rgba(248, 250, 252, 1);
    margin-bottom: 28px;
}

.content-boxes-des {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: rgba(248, 250, 252, 1);
}

.content-boxes {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-boxes-image {
    position: relative;
}

.content-boxes-image img {
    width: 100%;
}


@media (max-width: 991px) {
    .content-boxes-title {
        font-weight: 500;
        font-style: Medium;
        font-size: 18px;
        line-height: 100%;
        text-align: center;
        margin-bottom: 12px;
    }

    .content-boxes-des {
        font-weight: 400;
        font-size: 14px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 40px;
    }
    .section-content-boxes .row:last-child .content-boxes-des{
        margin-bottom: 0;
    }
    .section-content-boxes{
        padding-bottom: 56px;
        padding-top: 0;
    }
}