
.responsibilities_item{
    color: #6C6A72;
    display: flex;
    column-gap: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EFECEC;
}
.responsibilities_text{
    color: #6C6A72;
}
.responsibilities_item svg{
    min-width: 8px;
    margin-top: 9px;
}
.responsibilities_items .responsibilities_item:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}
.responsibilities_items{
    margin-top: 30px;
}
.responsibilities_items .responsibilities_item:first-child{
    padding-top: 0;
}
.responsibilities{
    background: #fff;
}
@media screen and (min-width: 1600px) {
    body div.responsibilities_image{
        width: 50%;
        right: 0;
    }
}
@media screen and (min-width: 1200px) {
    .responsibilities_content{
        padding-right: 660px;
    }
    body .responsibilities_image{
        background-size: cover !important;
        background-repeat:no-repeat !important;
        width: calc(50% + ((100vw - 1200px) / 2));
        position: absolute;
        right: calc(((100vw - 1200px) / -2));
        border-radius: 40px 0 0 40px;
        overflow: hidden;
        top: 0;
        height: 100%;
        background-position: right !important;
        max-width: 1055px;
    }
}
@media screen and (max-width: 1200px) {
    .responsibilities_section{
        padding-top: 0 !important;
    }
}
@media screen and (max-width: 768px){
    body .responsibilities_item{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .responsibilities_back{
        min-height: 330px;
        min-width: calc(100% + 40px);
        margin-left: -20px;
        background-position: top !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .responsibilities_back{
        min-height: 530px;
        background-position: top !important;
    }
}
.responsibilities_back{
    border-radius: 0px 0px 30px 30px;
    overflow: hidden;
    margin-bottom: 30px;
}
.responsibilities .tg-container{
    position: relative;
}