.sts_steps_sect {
    background-color: #F5F5F5;
}
.sts_steps_sect .title_and_description {
    display: flex;
    align-items: center;
}
.sts_steps_sect .title_and_description:not(:last-child) {
    margin-bottom: 2.5em;
}
.sts_steps_sect .sect_title {
    margin: 0;
}
.sts_steps_sect .sect_description {
    margin: 0;
}
.sts_steps_sect .sect_description:not(:first-child) {
    margin-left: 2em;
}
.sts_steps_sect .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -1.25em;
}
.sts_steps_sect .item {
    margin: 1.25em;
    width: calc(100%/4 - 2.5em);
    background-image: none !important;
}
.sts_steps_sect .item_image {
    position: relative;
    background-color: #000000;
    border-radius: 1.5em;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    z-index: 1;
}
.sts_steps_sect .item_image:before {
    content: '';
    display: block;
    padding: 50% 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.sts_steps_sect .item_image:not(:last-child) {
    margin-bottom: 1.75em;
}
.sts_steps_sect .item_num {
    position: absolute;
    color: #FF5F25;
    line-height: 1;
    font-size: 12.5em;
    font-family: ReformaGroteskMediumC, sans-serif;
    left: 0em;
    bottom: -0.1em;
}
.sts_steps_sect .item_title {
    font-size: 1.25em;
    font-weight: 600;
}
.sts_steps_sect .item_title:not(:last-child) {
    margin-bottom: 0.65em;
}
.sts_steps_sect .item_description {
    opacity: 0.5;
    font-weight: 500;
}