﻿#big-banner-slide {
    margin-top: 2rem;
}

#big-banner-slide img {
    width: 100%;
    /*height: 468px;*/
    /*object-fit: cover;*/
}

#service-desktop img {
    width: 110px;
    height: 110px;
    border: none;
}

#service-desktop .service-name {
    font-size: 18px;
    color: #121212;
    font-weight: 600;
    font-family: "Lora";
}

#service-desktop .service-desc {
    font-size: 18px;
    color: #121212;
    font-weight: 400;
    font-family: "Roboto";
}

#service-desktop {
    padding: 0 10%;
    background-color: #e5e5e5;
}

#service-mobile img {
    width: 90px;
    height: 90px;
    border: none;
}

#service-mobile {
    background-color: #e5e5e5;
    padding-top: 3rem;
}

#service-desktop a{
    text-decoration: none;
}

@media screen and (max-width: 769px) {
    #service {
        padding-left: 0;
        padding-right: 0;
    }

}

@media screen and (max-width: 540px) {

    #service-mobile img {
        width: 80px;
        height: 80px;
    }
}

@media screen and (max-width: 415px) {

    #service-mobile {
        padding-top: 1rem;
    }

    #service-mobile img {
        width: 70px;
        height: 70px;
    }
}

