
@media (min-width: 0px) and (max-width: 767px) {
    .d2c_get_a_quote_wrapper {
        padding: 50px 0px;
    }
    .d2c_get_a_quote_wrapper .d2c_body_wrapper .d2c_title_wrapper {
        font-size: 27px;
        text-align: center;
        margin-bottom: 20px;
    }
    .d2c_get_a_quote_wrapper .d2c_body_wrapper .d2c_btn_wrapper {
        display: flex;
        justify-content: center;
    }
    .d2c_get_a_quote_wrapper .d2c_body_wrapper .d2c_btn_wrapper a {
        font-size: 14px;
        padding: 9px 28px 10px 28px;
    }
    .d2c_get_a_quote_wrapper .d2c_img_wrapper {
        width: 100%;
        height: 250px;
        padding-top: 40px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .d2c_get_a_quote_wrapper {
        padding: 70px 0px;
    }
    .d2c_get_a_quote_wrapper .d2c_body_wrapper .d2c_title_wrapper {
        font-size: 27px;
        margin-bottom: 20px;
    }
    .d2c_get_a_quote_wrapper .d2c_body_wrapper .d2c_btn_wrapper a {
        font-size: 14px;
        padding: 7px 28px 8px 28px;
    }
    .d2c_get_a_quote_wrapper .d2c_img_wrapper {
        width: 275px;
        height: 180px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .d2c_get_a_quote_wrapper .d2c_body_wrapper .d2c_title_wrapper {
        font-size: 35px;
        margin-bottom: 50px;
    }
    .d2c_get_a_quote_wrapper .d2c_body_wrapper .d2c_btn_wrapper a {
        font-size: 16px;
    }
    .d2c_get_a_quote_wrapper .d2c_img_wrapper {
        width: 370px;
        height: 250px;
    }
}

/* 
    <!-- 
      KIT Name: 10+ Get A Quote - Bootstrap Bundle
      Product URL: https://www.designtocodes.com/product/10-get-a-quote-bootstrap-bundle-2022/
      Product Description: The Get A Quote kit is made of all the basic elements you need to create a stunning website, from the start. 
      Author: designtocodes.com
      Author URI: https://www.designtocodes.com/
    -->
*/