body {
    font-family: 'poppins';
}

section {
    padding: 100px 0
}

.img_titulos {
    height: 35px;
}

.titulo-sn {
    position: relative;
    margin-top: -35px;
    color: #fff;
    font-size: 28px;
    font-family: 'poppins';
}

.contact-p {
    color: black;
}

.contact-small {
    color: #197298;
}

body{
    font-family: 'poppins';
}




@media (max-width: 991px) {
    .img_titulos {
        height: 28px;
    }

    .titulo-sn {
        position: relative;
        margin-top: -28px;
        color: #fff;
        font-size: 20px;
        font-family: 'poppins';
    }
}