.offer{display:block;padding:15px;text-align:center}.offer img{width:250px;height:250px;margin:0 auto;-webkit-transform:scale(.95);transform:scale(.95);-webkit-transition:all .2s ease;transition:all .2s ease}.offer-description{color:#333;font-family:"Gotham A","Gotham B","Century Gothic",sans-serif;font-size:18px;font-weight:800}.offer:hover img{-webkit-transform:scale(1);transform:scale(1)}.offer:hover .btn-text-gold{background-color:transparent;color:#e39a22;outline:0;-webkit-box-shadow:none;box-shadow:none}.offer:hover .btn-text-gold:before{left:100%;left:calc(100% - 8px)}@media(min-width:992px){.offers{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;margin:0 -15px}.offer{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 15px}}