.cqc-container{padding: 60px 0;}
.cqc-content-box{}
.cqc-left{width: 100%;padding:0; background: #f0f0f0;}
.cqc-widget-box{ min-height: 100%;}
.cqc-right{width: 100%; padding: 0; position: relative; }
.cqc-content{width: 100%; color: #6a7280; }
.cqc-content small{font-size: 12px; line-height: 15px; vertical-align: top; display: inline-block;} 

/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width: 1199.98px) {
}
​
/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */

@media (max-width: 991.98px) {   

}

/* =================================================  
! Small devices (landscape phones, less than 768px)
================================================= */
@media (max-width: 767.98px) {
  .cqc-container{padding: 35px 10px;}
  .cqc-content{padding-top: 25px;}
 
}
/* ======================================================
! Extra small devices (portrait phones, less than 576px)
====================================================== */
@media (max-width: 575.98px) {

}