#pstoffercmsblock .offer-btn {
    color: #ffffff;
    background: #BDBF19;
    padding: 8px 12px;
    line-height: 24px;
    font-weight: normal;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    text-transform: uppercase;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    border: none;
    float: left;
}

#pstoffercmsblock .offer-item a {
    font-size: 14px;
    color: #808080;
    text-transform: capitalize;
}
ul.offer-wrapper.owl-carousel.owl-theme {
    margin: 0;
    overflow: hidden;
    width: auto;
    float: none;
    text-align: left;
}
#pstoffercmsblock li.offer-item {
    margin: 9px 0 0 15px ;
	text-align:left;
}
div#pstoffercmsblock {
    padding: 0;
	    overflow: hidden;
}
@media (max-width: 1199px) {
	#pstoffercmsblock .offer-item a {
		   font-size: 12px;
	}

}