<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.servicios{
    width: 100%;
    height: auto;
}

.servicios h1{
    text-transform: uppercase;
    text-align: center;
    font-size: 40px;
}

.svr-container{
    width: 100%;
    max-width: 1024px;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
}

.svr-container img{
    width: 45%;
    height: auto;
}

.info-serv{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}

.serv{
    display: flex;
    align-items: center;
}

.serv img{
    width: 80px;
    height: 80px;
    margin-right: 18px;
}

.txt-serv h2, .txt-serv p{
    margin: 0;
    
}

.txt-serv h2{
   font-size: 30px;
}


@media (max-width: 600px){
    .servicios{
        margin-bottom: 35px;
    }
    .svr-container{
        display: flex;
        justify-content: space-between;
        margin: auto;
    }

    #drt{
        visibility: hidden;
        display: none;
    }

    .info-serv{
        width: 85%;
        margin: auto;
        justify-content: flex-start;
        gap: 30px;
    }

    .servicios h1{
        font-size: 35px;
        margin-bottom: 35px;
    }

    .txt-serv h2{
        font-size: 24px;
    }
}

@media (max-width: 992px) and (min-width: 601px){
    .servicios{
        width: 95%;
        margin: auto;
        margin-bottom: 20px;
    }

    .svr-container{
        width: 100%;
        justify-content: center;
    }
    
    #drt{
    display: none;
    }
    
    .info-serv{
        width: 80%;
    }

    .servicios h1{
        text-transform: uppercase;
        text-align: center;
        font-size: 40px;
    }

    .servicios h1{
        font-size: 35px;
    }
}

</pre></body></html>