.sts_department_sect .col {
    box-sizing: border-box;
}
.sts_department_sect .col:not(:last-child) {
    margin-bottom: 3em;
}
.sts_department_sect .col:nth-child(2) {
    padding: 1em;
    background-color: #000000;
    color: #ffffff;
    border-radius: 1.125em;
    background-image: linear-gradient(90deg, #000 0%, #737373 100%);
}
.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: 3.25em 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: 3.25em;
    left: 0;
}
.sts_department_sect .right_title {
    font-family: ReformaGroteskMediumC, sans-serif;
    font-size: 4em;
    text-transform: uppercase;
}
.sts_department_sect .right_description {
    font-weight: 500;
}
.sts_department_sect .right_description:not(:last-child) {
    margin-bottom: 1.375em;
}
.sts_department_sect .butt {
    width: 100%;
}