@media(min-width: 200px){
	.offer-text {
        display: block !important;
       
    }	

    .only_small {
        display: block !important;
       
    }
    .only_large {
        display: none !important;
       
    }

    .offer-text  .main-message{
        
        width:100%;
       
    }	
    .widget-button {
        font-size: 13px !important;
    }

    .uc-header {
        top: 145px !important;
    }
    
}
@media(min-width: 767px){
    .widget-button {
        font-size: 1.3rem !important;
    }

    .uc-header {
        top: 115px !important;
    }
}
@media (min-width: 992px){
    .offer-text {
        display: flex!important;
       
    }

    .only_small {
        display: none !important;
       
    }

    .only_large {
        display: block !important;
       
    }
    
}	

@media (min-width: 1200px){
    
}
