 
#pstoffercmsblock {
    position: relative;
}
#pstoffercmsblock  .pst-offer-block
{
    background-color: #e6e6e6;
     padding:101px 0;
}
.special-products .pst-offer-banner {
    margin: 0 0 30px 0;
}
#pstoffercmsblock .pst-offer-detail {
    text-align: center;
	color: #000000;
}
.pst-offer-block .text1{
	font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 25px 0;
    display: block;

}
 #pstoffercmsblock .text2 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 40px;
    margin: 0 0 35px 0;
}
.pst-offer-block .offer-btn:hover {
    background-color: #000000;
    color: #ffffff !important;
}
 
.pst-offer-block .offer-btn{
	display: inline-block;
    vertical-align: top;
    padding: 8px 24px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    color: #ffffff !important;
    background: #88BB22;
}
 
@media (max-width:1299px) {
#pstoffercmsblock .text2 {
    font-size: 30px;
	}
#pstoffercmsblock .pst-offer-block {
    padding: 72px 0;
	margin: 0 0 30px 0;
}
.special-products .pst-offer-banner {
    margin: 0 0 0 0;
    padding: 0;;
}
}
@media (max-width:991px) {

.special-products .pst-offer-banner {
    padding: 0;
}
}
@media (max-width:479px) {
#pstoffercmsblock .pst-offer-block {
    padding: 45px 0;
}
.pst-offer-block .text1 {
    font-size: 13px;
    line-height: 15px;
    margin: 0 0 20px 0;
}
#pstoffercmsblock .text2 {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 20px 0;
}

.pst-offer-block .offer-btn {
    padding: 6px 18px;
    font-size: 13px;
}
}

