/* SECTION-SERVICE */
.service {
    padding: 20px 0;
    width: 100%;
    background: url(../img/nosnow.png) no-repeat;
    background-position: center;    
    background-size: cover;
    font-size: 14px;
}

.service__content {
    width: 100%;
    height: 400px;
}

.service__title {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.service__img {
    width: 100%;
    margin-bottom: 20px;
}

.service__subtitle {
    text-transform: uppercase;
    font-weight: bold;
}