body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 30px
}

.oferta_isset {
    max-width: 1240px;
    margin: 0 auto
}

h1 {
    color: #5d4d4a;
    font-size: 34px;
    margin-bottom: 10px;
    margin-top: 25px
}

p {
    font-size: 16px;
    line-height: 1.4;
    color: #5d4d4a;
    font-weight: 500
}

@media screen and (max-width: 900px) {
    h1 {
        font-size: 25px
    }
}