.commercial {
    position: relative;
    width: 100%;
    background-image: url('/wp-content/themes/sk-karkashome/assets/images/comercial.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #d7e1ec; 
    border-radius: 6px;
}

.commercial::before {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 27.15%), rgba(0, 0, 0, 0.3);
    background-size: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;   
}

.commercial .section-wrapper {
    padding: 32px;
}

.commercial .form-block {
    padding: 32px 24px;
    background: #fff;
    border-radius: 6px;
    z-index: 5;
}

.commercial form > p, .commercial form > .two-col  {
    margin: 16px 0;
}

.commercial form > p:last-child .wpcf7-form-control .wpcf7-list-item {
    margin: 0 0 0 0;
}

@media(max-width: 550px) {
    .commercial .section-wrapper {
        padding: 32px 0;
    }

    .commercial .form-block h2  {
        font-weight: 400;
        font-size: 24px;
        line-height: 133%;
        color: #263026;
    }

    .commercial .two-col p  {
        gap: 8px;
    }
}