.sts_steps_sect {
    background-color: #F5F5F5;
}
.sts_steps_sect .title_and_description:not(:last-child) {
    margin-bottom: 2em;
}
.sts_steps_sect .items {
    display: flex;
    flex-wrap: wrap;
    margin: -1em;
    justify-content: center;
}
.sts_steps_sect .item {
    margin: 1em;
    background-position: center;
    background-size: cover;
    width: calc(100% - 2em);
    min-height: 10.625em;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 1.125em;
    padding: 1em 1em 1em 9em;
    box-sizing: border-box;
    background-color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
}
.sts_steps_sect .item_image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sts_steps_sect .item_image:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.sts_steps_sect .item_num {
    position: absolute;
    color: #FF5F25;
    line-height: 1;
    font-size: 11.25em;
    font-family: ReformaGroteskMediumC, sans-serif;
    left: 0.05em;
    top: 50%;
    transform: translateY(-50%);
}
.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 {
    font-weight: 500;
}