.offers-section{position:relative}.offers-section .image-box{overflow:hidden;position:relative;border-radius:5px;display:block}.offers-section .image-box:before{height:100%;-webkit-transform:skewX(-25deg);-ms-transform:skewX(-25deg);transform:skewX(-25deg);content:"";position:absolute;top:0;background:-o-linear-gradient(left,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.3) 100%);background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),to(hsla(0,0%,100%,.3)));background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.3));left:-85%;width:50%;display:block;z-index:2;z-index:1}.offers-section .image-box:hover:before{-webkit-animation:shine 1s;animation:shine 1s}.offers-section .image-box img{border-radius:5px;width:100%}.offers-section .content-box{position:relative;display:block}.offers-section .content-box .icon-box{font-size:80px;margin-bottom:30px;color:#0a1426;position:relative;display:block}.offers-section .content-box p{margin-bottom:30px;color:#8a90a2}.offers-section .content-box h3{font-size:30px;font-weight:600;margin-bottom:40px;line-height:40px;display:block}.offers-section .content-box h3 span{color:var(--main-color)}.offers-section .content-box .btn-box .theme-btn{background:#0b7fe2}.offers-section .content-box .btn-box .theme-btn:hover{background:var(--main-color)}