.attention-wrapper{
    background: #F25321;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media(min-width: 992px) {
    .attention-wrapper{
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

.attention-item{
    gap: 6px 16px;
    color: #fff;
    text-align: center;
}

@media(min-width: 1200px) {
    .attention-item{
        gap: 6px 110px;
    }
}

.attention-item-title{
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
}

.attention-item-desc{
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}

@media(min-width: 992px) {
    .attention-item-desc{
        font-size: 14px;
        line-height: 16px;
    }
}