section.offer-style-default {
    background: #ffedd5;
    padding: 2px 16px;
    margin: 10px 0;
    border-radius: 12px;
}

.service-column section.offer-style-default {
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-top: 10px;
}

section.offer-style-default p {
    color: #383838;
}

@media (max-width: 600px) {
    body section.offer-style-default {
        padding: 1px 15px;
        border: 1px solid #ffc982;
    }
}