.sts_contacts_sect .title_and_description {
    position: relative;
    z-index: 1;
    padding-top: 3.25em;
}
.sts_contacts_sect .title_and_description:not(:last-child) {
    margin-bottom: 2em;
}
.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;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    position: absolute;
    z-index: -1;
    font-size: 10.75em;
    font-family: ReformaGroteskMediumC, sans-serif;
}
.sts_contacts_sect .title1 {
    font-weight: 600;
    font-size: 1em;
    color: #FF5F25;
}
.sts_contacts_sect .title1:not(:last-child) {
    margin-bottom: 0.5em;
}
.sts_contacts_sect .title2 {
    font-family: ReformaGroteskMediumC, sans-serif;
    font-size: 4em;
    margin: 0;
    font-weight: 400;
    line-height: 1;
}
.sts_contacts_sect .title2:not(:last-child) {
    margin-bottom: 0.15em;
}
.sts_contacts_sect .description {
    font-weight: 500;
    font-size: 0.875em;
}
.sts_contacts_sect .description:not(:last-child) {
    margin-bottom: 2.43em;
}
.sts_contacts_sect .items {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5em;
    justify-content: center;
}
.sts_contacts_sect .item {
    margin: 0.5em;
    max-width: calc(100% - 1em);
    width: 26.25em;
    border-radius: 1.125em;
    border: 0.125em solid rgba(0, 0, 0, 0.18);
    background: #D9D9D9;
    padding: 1em 1em 1em 9.625em;
    box-sizing: border-box;
    min-height: 9.625em;
    display: flex;
    flex-direction: column;
    position: relative;
}
.sts_contacts_sect .item_icon_wrap {
    width: 7.625em;
    height: 7.625em;
    top: 1em;
    left: 1em;
    border-radius: 1.125em;
    background-color: #000000;
    position: absolute;
    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 {
    font-weight: 500;
    font-size: 1.25em;
}
.sts_contacts_sect .item_title:not(:last-child) {
    margin-bottom: 0.5em;
}
.sts_contacts_sect .item_contacts {
    font-weight: 500;
    margin-top: auto;
}
.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%);
}