body .dw-toplist-cr__offer-cta-btn {
    background: #fd6229;
    box-shadow: 0 4px 0 #df4911;
}

body .dw-toplist-cr__offer-cta-btn:hover {
    background: #ff7a4a;
    box-shadow: 0 4px 0 #df4911 !important;0 4px 0 #df4911;
}
body .dw-toplist-cr__offer-inner {
    background: #fff3e7;
    border-radius: 40px 0;
    border-top: 4px solid #fd6229;
    border-bottom: 4px solid #fd6229;
    /* grid-template-columns: 140px auto 234px 180px; */
    gap: 5px 10px;
}

body .dw-toplist-cr__wrapper {
    margin-top: 20px;
} 

@media (min-width:992px) and (max-width:1100px){
	body .dw-toplist-cr__offer-inner { 
		grid-template-columns: 140px auto 234px 180px; 
	}
}