@media screen and (min-width: 941px) and (max-width: 1085px) {
    .image {
        width: 200px !important;
        position: absolute;
        right: 50px;
        top: 50px;
    }
}

@media screen and (min-width: 741px) and (max-width: 940px) {
    .image {
        width: 200px !important;
        position: absolute;
        right: 50px;
        top: 50px;
    }

    .rooms {
        padding: 0 50px;
        margin-bottom: 0;
    }

    .rooms:last-of-type {
        margin-bottom: 50px;
    }

    .room {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .service-group {
        width: 100%;
        padding: 0;
        margin-bottom: 12px;
    }

    .service {
        width: 25%;
        padding: 0 50px;
    }

    .services-notes {
        text-align: center;
        padding-bottom: 24px;
        margin-bottom: 50px;
    }

    .content_servicios img {
        width: 90%;
        margin: 0 auto;
        order: 2;
        padding: 0 30px;
    }

    .content_servicios .content {
        width: 100%;
        order: 1;
        padding: 50px 0;
    }

    .content_servicios .content p:first-child {
        padding: 0 30px;
    }
}
