.sts_department_sect .cols {
    border-top: 0.125em dashed #DEDEDE;
    padding-top: 5em;
    display: flex;
}
.sts_department_sect .col {
    box-sizing: border-box;
}
.sts_department_sect .col:first-child {
    width: 45%;
    padding-right: 4em;
}
.sts_department_sect .col:last-child {
    width: calc(55% + 50vw - 50%);
    margin-right: calc(50% - 50vw);
    padding: 2em calc(50vw - 50%) 2em 4em;
    background-color: #000000;
    color: #ffffff;
    border-radius: 1.125em 0 0 1.125em;
    background-image: linear-gradient(90deg, #000 0%, #737373 100%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.sts_department_sect .title {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}
.sts_department_sect .title:not(:last-child) {
    margin-bottom: 1em;
}
.sts_department_sect .title_row1 {
    display: block;
    font-size: 1.625em;
    font-weight: 600;
    letter-spacing: 0.31em;
}
.sts_department_sect .title_row2 {
    font-size: 5.375em;
    font-family: ReformaGroteskMediumC, sans-serif;
    line-height: 1;
    text-transform: uppercase;
}
.sts_department_sect .description {
    font-weight: 500;
}
.sts_department_sect .description:not(:last-child) {
    margin-bottom: 2.75em;
}
.sts_department_sect .contacts {
    position: relative;
    padding: 4.75em 0 0 9.25em;
}
.sts_department_sect .contacts:before {
    content: '';
    display: block;
    height: 0.25em;
    width: 4.5em;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FF6B00;
}
.sts_department_sect .contact:not(:last-child) {
    margin-bottom: 1em;
}
.sts_department_sect .contact_name {
    opacity: 0.5;
    font-weight: 500;
}
.sts_department_sect .contact_name:not(:last-child) {
    margin-bottom: 0.25em;
}
.sts_department_sect .contact_value {
    font-weight: 500;
}
.sts_department_sect .contacts_icon {
    position: absolute;
    max-width: 7.5em;
    top: 4.75em;
    left: 0;
}
.sts_department_sect .right_title {
    font-family: ReformaGroteskMediumC, sans-serif;
    font-size: 6em;
    text-transform: uppercase;
}
.sts_department_sect .right_description {
    font-weight: 500;
}
.sts_department_sect .right_description:not(:last-child) {
    margin-bottom: 2em;
}
.sts_department_sect .butt {
    margin-top: auto;
}