.common_background_section {
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
    display: grid;
    place-content: center;
}

.common_background_section p,
.common_background_section h2 {
    color: var(--primary-white);
}


@media(max-width: 767px) {
    .common_background_section {
        padding: 0 27px;
    }

    .common_background_section .common_background_btn a.btn {
        width: 100%;
    }

    .ready_to_make+.common_background_section .common_background_btn {
        display: flex !important;
        flex-wrap: nowrap !important;
        flex-direction: row;
    }
    .ready_to_make+.common_background_section .common_background_btn a{
        padding: 10px;
        font-size: 14px;
    }
}