.hero{
    background-image: url(../img/oferta.jpg);
    background-position: center;
}

.row{padding: 0 20px;}

figure{
    width: 100%;
    height: 100%;
    padding: 0 10px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

figure img{
    width: 100%;
    box-shadow: 10px 10px 10px #a3a3a3;
}

figcaption{
    text-align: center;
    padding-top: 15px;
}

@media (min-width: 768px){
    .content p, ul{padding: 0 25px;}

}