.p-oferta-hero {
    margin-top: 50px;
    margin-bottom: 100px;
}

@media only screen and (min-width:992px) {
    .p-oferta-hero {
        margin-top: 100px;
        margin-bottom: 200px;
    }

    .p-oferta-title-and-text-holder {
        width: 60%;
        margin-left: 20%;
    }


}