.titulo_hola{
    font-size: 30px;
    color: #2d2432;

}

.subtitulo_somos{
    font-size: 55px;
    font-weight: bold;
    color: #2d2432;

}

.img_logo{
    width: 300px;
}

.h4_subtitle{
    font-size: 25px;
    font-weight: bold;
}

.parrafo_about{
    font-size: 15px;
}

.img_about{
    width: 60%;
}

.texto_about_principal{
    font-size: 30px;
    color: #2d2432;
}

.img_estrellas_about{
    width: 25px;
}


@media only screen and (max-width: 995px) {
    .img_about {
        width: 85%;
    }

    .subtitulo_somos {
        font-size: 45px;
    }

    .titulo_hola {
        font-size: 25px;
    }

    .img_logo {
        width: 250px;
    }
}

@media only screen and (max-width: 767px) {
    .img_about {
        width: 100%;
    }

    .subtitulo_somos {
        font-size: 40px;
    }

    .titulo_hola {
        font-size: 20px;
    }

    .img_logo {
        width: 200px;
    }
}

@media only screen and (max-width: 576px) {
    .img_about {
        width: 50%;
    }

    .subtitulo_somos {
        font-size: 40px;
    }

    .titulo_hola {
        font-size: 20px;
    }

    .img_logo {
        width: 200px;
    }
}


