.banner.top {
    background-image: url("../img/Adaptaciones/06_servicios/head_1920x305/servicios_head.jpg");
}

.banner.bottom {
    background-image: url("../img/Adaptaciones/06_servicios/book_1906x1080/servicios_book.jpg");
}

.services-container {
    margin: 0 auto;
    margin-top: 0;
    max-width: 1200px;
    text-align: center;
}

.services-container .service-group-heading {
    color: #508bb6;
    font-family: 'Almarai', sans-serif;;
    font-size: 15px;
    letter-spacing: 5px;
    padding-bottom: 20px;
}

.services-container .service-group-heading:after {
    content: "";
    display: block;
    height: 1ex;
    width: 48px;
    margin: 0 auto;
    border-bottom: 1px solid #508bb6;
}

.service {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 25%;
}

.service-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 24px;
}

.service-group.left {
    justify-content: left;
}

.service-content {
    padding: 5%;
    color: #898989;
    font-size: 15px;
    letter-spacing: 1px;
}

.service-content img {
    padding: 10px;
    width: 70px;
}

.service-content p {
    padding-top: 0;
}

.services-notes {
    width: 100%;
    padding: 20px 0 40px;
    text-align: right;
    color: #898989;
}

.services-notes a {
    color: #838383;
    font-size: 14px;
}

/* AVISO */
.notice {
    background-color: #508bb6;
    padding: 20px;
    line-height: 24px;
    letter-spacing: 1px;
}

.notice p {
    font-weight: 500;
}

.notice a {
    color: #fff;
    font-weight: 500;
}

@media screen and (max-width: 1024px) {
    .banner{
        margin-top: 80px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .service-group.left {
        justify-content: center;
    }

    .service {
        width: 50%;
    }

    .service-content {
        padding: 2%;
    }

    .services-notes {
        text-align: center;
        margin: 6% 0;
        margin-top: 8%;
    }
}
