

@media only screen and (min-width: 0px) and (max-width: 400px){
    .d2c_CTA{
        padding: 50px 0px;
        height: auto;
        display: flex;
        align-items: center;
    }
    .d2c_CTA .d2c_content_wrapper{
        margin-bottom: 50px;
    }
    .d2c_CTA .d2c_content_wrapper h1{
        font-size: 25px;
        font-weight: 500;
        margin-bottom: 0px;
        text-align: center;
    }
    .d2c_CTA .d2c_form_wrapper{
        padding: 30px 15px;
    }
}

@media only screen and (min-width: 401px) and (max-width: 767px){
    .d2c_CTA{
        padding: 50px 0px;
        height: auto;
        display: flex;
        align-items: center;
    }
    .d2c_CTA .d2c_content_wrapper{
        margin-bottom: 50px;
    }
    .d2c_CTA .d2c_content_wrapper h1{
        font-size: 25px;
        font-weight: 500;
        margin-bottom: 0px;
        text-align: center;
    }
    .d2c_CTA .d2c_form_wrapper{
        padding: 30px 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .d2c_CTA{
        padding: 70px 0px;
    }
    .d2c_CTA .d2c_content_wrapper h1{
        font-size: 30px;
    }
    .d2c_CTA .d2c_content_wrapper{
        margin-bottom: 30px;
        text-align: center;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    .d2c_CTA{
        padding: 80px 0px;
        height: auto;
        display: flex;
        align-items: center;
    }
}

/* 
    <!-- 
      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/
    -->
*/