.sts_contacts_sect .title_and_description {
    position: relative;
    text-align: center;
    z-index: 1;
}
.sts_contacts_sect .title_and_description:not(:last-child) {
    margin-bottom: 6.75em;
}
.sts_contacts_sect .bg_text {
    opacity: 0.1;
    line-height: 0.75;
    background: linear-gradient(174deg, #000 25.33%, #FFF 75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
    width: max-content;
    top: -0.05em;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: -1;
    font-size: 18.75em;
    font-family: ReformaGroteskMediumC, sans-serif;
}
.sts_contacts_sect .title1 {
    font-weight: 600;
    font-size: 1.25em;
    color: #FF5F25;
}
.sts_contacts_sect .title2 {
    font-family: ReformaGroteskMediumC, sans-serif;
    font-size: 9.375em;
    margin: 0;
    font-weight: 400;
    line-height: 1;
}
.sts_contacts_sect .description {
    font-weight: 500;
}
.sts_contacts_sect .items {
    display: flex;
    flex-wrap: wrap;
    margin: -3.25em;
    justify-content: center;
}
.sts_contacts_sect .item {
    margin: 3.25em;
    width: calc(100%/3 - 6.5em);
    border-radius: 1.125em;
    border: 0.125em solid rgba(0, 0, 0, 0.18);
    background: #D9D9D9;
    padding: 0 2.25em 1.75em;
    box-sizing: border-box;
}
.sts_contacts_sect .item_icon_wrap {
    width: 7em;
    margin: -3.5em auto 1.5em;
    height: 7em;
    border-radius: 1.125em;
    background-color: #000000;
    position: relative;
    background-image: linear-gradient(222deg, #000 0%, #424242 105.63%);
}
.sts_contacts_sect .item_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 40%;
    max-height: 40%;
    transform: translate(-50%, -50%);
}
.sts_contacts_sect .item_title {
    text-align: center;
    font-weight: 500;
    font-size: 1.5em;
}
.sts_contacts_sect .item_contacts {
    padding-top: 1.5em;
    margin-top: 1.5em;
    border-top: 1px dashed rgba(0, 0, 0, 0.2);
    font-weight: 500;
}
.sts_contacts_sect .item_contact {
    position: relative;
    width: max-content;
    box-sizing: border-box;
    padding-left: 2em;
    min-height: 1.25em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    cursor: pointer;
}
.sts_contacts_sect .item_contact:not(:last-child) {
    margin-bottom: 0.5em;
}
.sts_contacts_sect .item_contact:hover {
    text-decoration: underline;
}
.sts_contacts_sect .item_contact_icon {
    position: absolute;
    left: 0.625em;
    top: 0.625em;
    max-width: 1.25em;
    max-height: 1.25em;
    transform: translate(-50%, -50%);
}