
.how-works-item:before {
    line-height: 36px !important;
}

@media (min-width: 768px) {
    .how-works-item:before {
        line-height: 46px !important;
    }
}

.site-guide__image {
    width: 40px !important;
    height: 40px;
    position: absolute;
    left: calc(50% - 20px);
    top: 13px;
    text-align: center;
    margin: 0 auto;
    transition: all 0.5s ease-in-out;
}

@media (min-width: 992px){
    .guide-carousel .guide-item a:hover .site-guide__image {
    font-size: 3rem;
    width: 50px !important;
    height: 50px;
    }
}

.site-guide__image{
    margin-top: 0 !important;
}