.offset-section {
    margin: -120px auto 50px;
}


#responsability-container h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 30px
}

#responsability-container h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;
    margin: 15px 0;
    color: #233E99
}

#responsability-container p,
#responsability-container li {
    font-size: 14px;
    line-height: 22px;
    padding-block: 5px
}

#responsability-container li {

    padding-left: 5px;
}

#responsability-container .features-list p {
    font-weight: 600
}


@media screen and (max-width: 1000px) {
    div#responsability-container {
        margin-bottom: 200px;
    }
}

@media screen and (max-width: 768px) {
    div#responsability-container {
        margin-bottom: 150px;
    }

    /* First Offset section */
    #responsability-container h2 {
        margin-bottom: 0px
    }

}


@media screen and (max-width: 490px) {
    div#responsability-container {
        margin-bottom: 100px;
    }

}