.section-cont .h2 {
    padding-top: 5rem;
    padding-bottom: 2rem;
    border-bottom: 0.25rem solid var(--gray);
    margin-bottom: 7.5rem;
    position: relative;
}
.section-cont .h2:before {
    content: '';
    width: 7.25rem;
    height: 10rem;
    background-image: url('../../images/icons/isotipo.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -3rem;
    right: 0;
}
.section-cont .text-small h2,
.section-cont .text-small picture,
.section-cont .text-small .embed-responsive {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
}
.section-cont .text-small h2 {
    width: 177.5rem;
    margin: 0 auto;
    font-size: 7.5rem;
    font-weight: 400;
    text-align: center;
}
.section-cont .text-small a {
    color: var(--primaryColor);
    text-decoration: underline;
}
.section-cont .text-small a:hover {
    color: var(--black);
}

@media (min-width: 768px) {
    .section-cont {
        width: 202.5rem;
        margin: 0 auto;
    }
}