.call-to-action-section .content-block {
    max-width: 545px;
    margin: auto;
    text-align: center;
}

.call-to-action-section {
    padding: 100px 0;
}

.call-to-action-section.top-small-bg {
    padding-top: 190px;
    background-color: #F8DC87;
}

.call-to-action-section .mask-shape {
    display: none;
}

.top-small-bg .mask-shape {
    display: block;
}

.inquiry-details h4 {
    margin-bottom: 20px;
}

.call-to-action-section .content-block .h4 {
    margin-bottom: 40px;
}

.call-to-action-section .content-block .btn {
    margin-top: 20px;
}

@media only screen and (max-width:1199px) {
    .call-to-action-section {
        padding: 80px 0;
    }
    .call-to-action-section.top-small-bg {
        padding-top: 140px;
    }
}

@media only screen and (max-width:991px) {
    
}

@media only screen and (max-width:767px) {
    .call-to-action-section {
        padding: 60px 0;
    }
    .two-column-grid-section+.call-to-action-section.top-small-bg {
        margin-top: -30px;
    }
    .call-to-action-section.top-small-bg {
        padding-top: 80px;
    }
}