
.container_borde{
    border-bottom: 5px solid #8a9597;
}
.titulo_seccion{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 40px;
    color: rgb(0, 0, 0);
}
.txt_1{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: rgb(73, 79, 83);
    text-align: center;
}


@media screen and (max-width: 576px) {
    .titulo_seccion{
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 24px;
        color: rgb(0, 0, 0);
    }
    .txt_1{
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-size: 16px;
        color: rgb(73, 79, 83);
        text-align: center;
    }
}