@media screen and (min-width: 1150px) and (max-width: 1950px) {
    .info-box .mb-box ul {
     
        font-size: 11px;
    }
	    .info-box .mb-box h1 {
        font-size: calc(1.2vw + 1px);
    }

}
.info-box .mb-box ul.offerAnimate{
	--clr-p : #2f5be0;
	--clr-s: #8cc413;
}