.sts_links_sect .title_and_description:not(:last-child) {
    margin-bottom: 1.5em;
}
.sts_links_sect .tabs_wrap {
    overflow-x: auto;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
}
.sts_links_sect .tabs_wrap:not(:last-child) {
    margin-bottom: 1.5em;
}
.sts_links_sect .tabs {
    display: flex;
    width: max-content;
}
.sts_links_sect .tab {
    box-sizing: border-box;
    padding: 0 1em;
    height: 2.5em;
    border-radius: 1.25em;
    display: flex;
    background-color: #DEDEDE;
    color: #000000;
    border: none;
    align-items: center;
    cursor: pointer;
}
.sts_links_sect .tab:not(:last-child) {
    margin-right: 0.5em;
}
.sts_links_sect .tab.active {
    background-color: #FF5F25;
    color: #ffffff;
}
.sts_links_sect .tab_label {
    font-weight: 500;
}
.sts_links_sect .tab_links {
    column-count: 2;
    column-gap: 1.25em;
    margin: 0;
    list-style-type: none;
    padding:0;
}
.sts_links_sect .tab_link:not(:last-child) {
    margin-bottom: 1em;
}
.sts_links_sect .tab_link a {
    font-size: 1em;
    font-weight: 500;
    color: inherit;
    text-decoration: none;
}
.sts_links_sect .tab_link a:hover {
    text-decoration: underline;
}
.sts_links_sect .tab_content:not(.active) {
    display: none;
}