.inside_cover{
    display: flex;
    background: #FFFFFF;
    box-shadow: 20px 4px 100px rgba(154, 165, 206, 0.2);
}
.vacancies-wrap .vac_block:not(:last-child){
    margin-bottom: 40px;
}
.vacancies-wrap .sec_col{
    padding: 35px 30px 50px 50px;
}
.vacancies-wrap .vac_block{
    padding-top: 50px;
    padding-left: 80px;
}
.subtitle_date_vac{
    display: flex;
    justify-content: space-between;
}
.subtitle_vac{
    background: linear-gradient(88.19deg, #00F0FD -103.94%, #5558A7 106.28%);
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 8px 19px;
    margin-bottom: 20px;
}
.date_vac{
    color: rgba(51, 51, 51, 0.5);
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
}
.title_vac{
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    color: #333333;
    margin-bottom: 15px;
}
.content_vac p{
    font-weight: 500;
    font-size: 16px;
    line-height: 190%;
    color: #4E4E4E;
    margin-bottom: 10px;
}
@media screen and (max-width:991px){
    body .content_vac p{
        font-size: 14px;
    }
}
.trigger{
    background: linear-gradient(88.19deg, #00F0FD -103.94%, #5558A7 106.28%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
}
@media screen and (min-width: 600px) and (max-width: 991px) {
    .sec_col{
        max-width: 60%;
    }
    body .vacancies-wrap .sec_col{
        padding: 25px;
    }
}
@media screen and (min-width: 600px){
    .vacancies-wrap .fir_col{
        margin-top: -50px;
        margin-left: -80px;
    }
}
@media screen and (max-width: 600px){
    .inside_cover{
        flex-direction: column;
        margin-right: 15px;
        margin-left: 15px;
    }
    .fir_col{
        margin-left: -15px;
        width: calc(100% + 30px);
    }
    body .vacancies-wrap .vac_block{
        padding:0;
    }
    body .title_vac{
        font-weight: 800;
        font-size: 18px;
        line-height: 120%;
    }
    .date_vac{
        display: none;
    }
    body .vacancies-wrap .sec_col{
        padding: 30px 20px;
    }
}