

@media only screen and (min-width: 0px) and (max-width: 374px){
    .d2c_get_quote .d2c_content_wrapper h1{
        font-size: 25px;
        font-weight: 500;
        margin-bottom: 0px;
    }
    .d2c_get_quote{
        padding: 40px 0px;
    }
    .d2c_get_quote .d2c_content_wrapper{
        margin-top: 30px;
    }
}

@media only screen and (min-width: 375px) and (max-width: 767px){
    .d2c_get_quote .d2c_content_wrapper h1{
        font-size: 25px;
        font-weight: 500;
        margin-bottom: 0px;
    }
    .d2c_get_quote .d2c_content_wrapper{
        margin-top: 30px;
    }
    .d2c_get_quote{
        padding: 40px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .d2c_get_quote .d2c_content_wrapper h1{
        font-size: 25px;
    }
    .d2c_get_quote .d2c_content_wrapper .btn{
        padding: 10px 30px 11px 30px;
        margin-top: 10px;
    }
    .d2c_get_quote{
        padding: 40px 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    .d2c_get_quote .d2c_content_wrapper h1{
        font-size: 35px;
    }
    .d2c_get_quote{
        padding: 50px 0px;
    }
}

/* 
    <!-- 
      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/
    -->
*/