.sts_advs_sect {
    background-color: #D9D9D9;
}
.sts_advs_sect .title_and_description {
    display: flex;
    align-items: center;
}
.sts_advs_sect .title_and_description:not(:last-child) {
    margin-bottom: 2.5em;
}
.sts_advs_sect .sect_title {
    margin: 0;
}
.sts_advs_sect .sect_description {
    margin: 0;
}
.sts_advs_sect .sect_description:not(:first-child) {
    margin-left: 2em;
}
.sts_advs_sect .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -3em -5em;
}
.sts_advs_sect .item {
    margin: 3em 5em;
    width: calc(100%/3 - 10em);
}
.sts_advs_sect .item_icon_container {
    position: relative;
    background-color: #000000;
    background-image: linear-gradient(90deg, #2A2626 0%, #000 100%);
    border-radius: 1.125em;
}
.sts_advs_sect .item_icon_container.orange {
    background-color: #DE3B00;
    background-image: linear-gradient(90deg, #FF5F25 0%, #DE3B00 100%);
}
.sts_advs_sect .item_icon_container:before {
    content: '';
    display: block;
    padding: 50% 0;
}
.sts_advs_sect .item_icon_container:not(:last-child) {
    margin-bottom: 1.125em;
}
.sts_advs_sect .item_icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 50%;
    max-height: 50%;
}
.sts_advs_sect .item_title {
    font-size: 1.375em;
    font-weight: 600;
}
.sts_advs_sect .item_title:not(:last-child) {
    margin-bottom: 0.82em;
}
.sts_advs_sect .item_description {
    opacity: 0.5;
    font-weight: 500;
}
/**
Type 2
 */
.sts_advs_sect.type2 {
    background-color: #F5F5F5;
}
.sts_advs_sect.type2 .items {
    margin: -1.5em -1.75em;
}
.sts_advs_sect.type2 .item {
    margin: 1.5em 1.75em;
    width: calc(100%/3 - 3.5em);
}
.sts_advs_sect.type2 .item_icon_container {
    max-width: 7em;
    background-color: rgba(255, 95, 37, 0.1);
    background-image: none;
    border-radius: 1.125em;
}
.sts_advs_sect.type2 .item_description {
    opacity: 1;
}
/**
Type 3
 */
.sts_advs_sect.type3 {
    background-color: #F5F5F5;
}
.sts_advs_sect.type3 .items {
    margin: -1.875em -1em;
}
.sts_advs_sect.type3 .item {
    margin: 1.875em 1em;
    width: calc(100%/3 - 2em);
}
.sts_advs_sect.type3 .item_icon_container {
    max-width: 7em;
    background-color: #000000;
    border-radius: 1.125em;
    background-image: linear-gradient(222deg, #000 0%, #424242 105.63%);
}
.sts_advs_sect.type3 .item_description {
    opacity: 1;
}
.sts_advs_sect.type3 .item_title {
    font-size: 1.25em;
}