/*front page style*/


.section-content {
    margin: 20px 0;
}

@media screen and (max-width: 1200px) {
    .section-content {
        margin: 10px 0;
    }
}

@media screen and (max-width: 800px) {
    .section-content {
        margin: 5px 0;
    }
}


/*features*/

.wp-block-columns.top-columns {
    margin-bottom: 0;
}

.features-column {
    margin-left: 10px!important;
    height: 264px;
}

.features {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    color: #fff;
    font-weight: 200;
    border-radius: 15px;
    overflow: hidden;
    background-image: url(/wp-content/themes/smaxpro/images/steelmax-metallobaza.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.features .wp-block-group__inner-container {
    padding: 10px 25px;
}

.features-header {
    color: var(--accent2-color);
    font-size: 24px;
    margin: 0;
}

.features .h3 {
    color: #e9e9e9;
    margin: 10px 0 0;
    font-family: var(--text-font);
    font-size: 14px;
}

.features .h4 {
    color: #ffffff;
    margin: 0;
    font-weight: 400;
}

.features-item {
    font-size: 20px;
    margin: 10px 0;
}

.f-text {
    font-size: 13px;
    line-height: 16px;
    margin: 2px 0;
}

@media screen and (max-width: 1200px) {
    .features .wp-block-group__inner-container {
        padding: 8px 15px;
    }
    .features-column {
        height: 225px;
    }

    .features-header {
        font-size: 21px;
    }
    .features .h3 {
        margin: 5px 0 0;
        font-size: 13px;
    }
}

@media screen and (max-width: 1000px) {
    .features .wp-block-group__inner-container {
        padding: 6px 14px;
    }
    .features-header {
        font-size: 16px;
    }
    .features .h3 {
        margin: 3px 0 0;
        font-size: 12px;
    }
    .f-text {
        font-size: 12px;
        line-height: 15px;
        margin: 0;
    }
}

@media screen and (max-width: 800px) {
    .wp-block-columns.top-columns {
        flex-wrap: wrap;
    }
    .slide-column, .features-column {
        flex-basis: 100%!important;
    }
   .features-column {
       margin-left: 0!important;
       margin-top: 0;
       height: inherit;
    }
   section.top-slider {
       margin-bottom: 0!important;
   }
}

@media screen and (max-width: 600px) {
    .features-header {
        font-size: 18px;
    }
    .features {
        border-radius: 10px;
    }
    .slide-1 {
        padding: 7px 13px;
        border-radius: 10px;
    }
    .glide .sht-subheader {
        font-size: 12px;
        line-height: 14px;
    }
    .slide-footer {
        margin: 0 0;
        padding: 5px 0;
    }
    .sf-item-top {
        font-size: 10px;
        line-height: 11px;
    }
    .sf-item-bottom {
        font-size: 9px;
        line-height: 8px;
    }
}





/*who*/



