section {
    padding-bottom: 70px;
}
section #section-top {
    min-height: 300px;
    padding-top: 25px;
    padding-bottom: 25px;
    color: white;
    background-image: url('../../images/posts/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 {
    margin-top: 30px;
    margin-bottom: 30px;
}
section ul{
    margin-left: 30px;
}
@media (min-width: 768px) {
    section #section-top h1 {
        font-size: 48px;
    }
}
@media (max-width: 767px) {
    section #section-top h1 {
        font-size: 36px;
    }
}