
.menu_bug{


    color: #FFFFFF;
}


.homepage-services {
    width: 100%;
    text-align: center
}

.homepage-services a {
    color: #2e2e2e;
    cursor: pointer
}

.homepage-services a:hover {
    cursor: pointer
}

.service-img-container {
    width: 12.5%;
    display: inline-block
}

.service-img {
    width:180px;
    padding-top: 20px;
    padding-right: 20px;

    margin-bottom:5px;

}

.service-text {
    font-size: 16px;
    line-height: 26px;

}


#homepage-services .service-img-container {
    position: relative;
    padding: 10px
}

#homepage-services .service-img-container::after {
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: #FF5D4C;
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

#homepage-services .service-img-container:hover::after, #homepage-services .service-img-container:active:after {
    height: 100%
}



#homepage-services .service-img-container:hover a {
    color: #fff
}
.intro_featured{
    font-size: 140px;
    font-weight: 900;
}
.intro_featured2{
    font-size: 50px;
    font-weight: 900;
}
@media (max-width: 992px) {
    .service-img-container {
        width: 25%
    }

    .service-text {
        font-size: .8em
    }
}

@media (max-width: 480px) {
    .service-img-container {
        width: 37.5%
    }
    .intro_featured{
        font-size:38px;
        font-weight: 900;
    }
    .intro_featured2{
        font-size:25px;
        font-weight: 900;
    }

    .service-text {
        font-size: 16px;
        line-height: 26px;
    }
    #lines{
        display: none;
    }
    .menu_bug{


        color: #000;
    }
}


