/*COLORS*/
/*FONTS*/
.stm_services_style_4 .stm_services {
    text-align: center;
}

.stm_services_style_4 .stm_services__icon {
    font-size: 50px;
    text-align: center;
    margin-bottom: 16px;
    padding: 2px;
}

.stm_services_style_4 .stm_services__icon:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 10px;
    margin: 0 0 0 -14px;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 0.1;
}

.stm_services_style_4 .stm_services__icon i {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.stm_services_style_4 .stm_services__title {
    font-size: 16px;
}

.stm_services_style_4 .stm_services__title:after {
    content: '';
    display: block;
    width: 24px;
    height: 0;
    border-bottom: 2px solid;
    margin: 13px auto;
}

.stm_services_style_4 .stm_services__title a {
    font-size: 16px;
}

.stm_services_style_4 .stm_services__title a:hover {
    text-decoration: none;
}

.stm_services_style_4 .stm_services__content {
    font-size: 13px;
}

.stm_services_style_4 .stm_loop__grid {
    margin-bottom: 18px;
}

@media (max-width: 1023px) {
    .stm_services_style_4 .stm_loop__grid {
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
    }
}

@media (max-width: 550px) {
    .stm_services_style_4 .stm_loop__grid {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
