
#info{
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 0 30px;
}

.info_h2 h2{
    font-size: 3em;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid rgb(255, 12, 12);
}
.servicio{
    margin-top: 50px;
    margin-bottom: 50px;
}
.titulo_servicio h3{
    font-weight: 600;
}
.texto_servicio{
    width: 80%;
    font-size: 1.4em;
}
.img_servicio{
    margin-top: 25px;
}
.img_servicio img{
    border-radius: 5px 5px 5px 5px;
    width: 45%;
}
figcaption{
    font-style: italic;
}
@media screen and (max-width: 500px){
    #info{
        margin-top: 60px;
    }
    .texto_servicio{
        width: 100%;
        font-size: 1.4em;
    }
    .img_servicio img{
        width: 55%;
    }
    .servicio{
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 400px){

    .img_servicio img{
        width: 75%;
    }
}