#services {
    display: flex;
    max-width: 100%;
}


#services h2 {
    font-weight: 700;
    font-size: 2vw;
    line-height: 120%;
    color: #232429;
    margin-top: 1rem;
}

.image img {
    width: 45rem;

}
.services_texts {
    padding: 5rem;
}

.services_texts label {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #147B6E;
}

.services_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5rem;

}

.services_block {
    width: 17vw;
   padding: 1rem;
    background-color: #F8F8F8;
    margin-bottom: 1rem;
}

.services_block h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #264446;
}

.services_block_farmacia {
    display: flex;
}

.services_block_farmacia img {
    margin-right: 1rem;
}





@media (min-width: 249px) and (max-width: 800px) {
    #services {
        flex-direction: column-reverse;
        padding: 0rem 2rem 0rem 1rem;
    }

    .image img {
        width: 100%;
    }

    .services_container {
        flex-direction: column;
    }

    .services_block {
        width: 90%;
    }

    #services h2 {
        font-size: 1.5rem;
    }

    .services_texts {
        padding: 0;
    }
}
@media (min-width: 801px) and (max-width: 1000px) {
    #services {
        flex-direction: column-reverse;
        padding: 0rem 2rem 0rem 1rem;
    }

    .image img {
        width: 100%;
    }

    .services_container {
        flex-direction: column;
    }

    .services_block {
        width: 90%;
    }

    #services h2 {
        font-size: 1.5rem;
    }

    .services_texts {
        padding: 0;
    }
}
@media (min-width: 1001px) and (max-width: 1440px) {
    .services_block {
           width: 68%;
        padding: 1rem;
    }

    .services_block_farmacia {
        flex-direction: column;
    }

    .services_block_farmacia h5 {
        font-size: 1rem;
    }

    .image {
        display: flex;
        justify-items: center;
        align-items: start;
    }

    .image img {

        width: 40vw;
    }

}

@media (min-width: 1441px) and (max-width: 1700px) {
    .services_texts {
        padding: 1rem;
    }
    .services_block {
        width: 43%;
        padding: 1rem;
    }
}