section #section-top {
    min-height: 300px;
    padding-top: 25px;
    padding-bottom: 25px;
    color: white;
    background-image: url('../../images/estaticas/condiciones/fondo.jpg');
    background-size: cover;
    background-position: center center;
}
section #section-top h1 {
    padding-top: 25px;
    padding-bottom: 25px;
    font-weight: 300;
    text-transform: uppercase;
}
section #section-cont {
    padding-top: 50px;
    padding-bottom: 25px;
    line-height: 1.1;
}
section #section-cont h2 {
    font-weight: 300;
    text-transform: uppercase;
}
section #section-cont ul {
    padding-left: 30px;
    margin-left: 0;
}
section #section-cont img {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    section #section-cont {
        font-size: 24px;
    }    
}
@media (max-width: 991px) {
}
@media (min-width: 768px) {
    section #section-top h1 {
        font-size: 48px;
    }
    section #section-cont h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    section #section-top h1 {
        font-size: 36px;
    }
    section #section-cont h2 {
        font-size: 20px;
    }
}