#pstoffercmsblock {
    clear: both;
	margin: 0 0 30px 0;
}

.pst-offer-block{
	position:relative;	
	text-align:center;
    z-index: 5;
}

#pstoffercmsblock .pst-offer-block-detail {
   position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    bottom: auto;
}


.pst-offer-block .text1{
	font-size: 19px;
    color: #999999;
    line-height: 19px;
    display: block;
    margin-bottom: 10px;
}
.pst-offer-block .text2{
	font-size: 38px;
    line-height: 40px;
    color: #444444;
    font-weight: 400;
    display: block;
    margin-bottom: 20px;
	text-shadow: 0 3px 3px rgba(0,0,0,0.6);
}
.pst-offer-block .offer-btn{
	display: inline-block;
    vertical-align: top;
    padding: 3px 16px;
    text-transform: uppercase;
    font-size: 14px;

	
}

@media (max-width: 1299px) {
#pstoffercmsblock .pst-offer-block-detail {
    top: 23px;
}
.pst-offer-block .text1 {
    font-size: 17px;
    color: #999999;
    line-height: 19px;
    display: block;
    margin-bottom: 0;
}
.pst-offer-block .text2 {
    font-size: 25px;
    line-height: 40px;
    color: #444444;
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
}
}

@media (max-width: 991px) {
#pstoffercmsblock .pst-offer-block-detail {
     top: 50px;
}
.pst-offer-block .text1{
	font-size: 19px;
    color: #999999;
    line-height: 19px;
    display: block;
    margin-bottom: 10px;
}
.pst-offer-block .text2{
	font-size: 38px;
    line-height: 40px;
    color: #444444;
    font-weight: 400;
    display: block;
    margin-bottom: 20px;
}
}


@media (max-width: 767px) {
#pstoffercmsblock .pst-offer-block-detail {
     top: 20px;
}
.pst-offer-block .text1 {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 5px;
}
.pst-offer-block .text2 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 15px;
}
.pst-offer-block .offer-btn {
    padding: 3px 10px;
    font-size: 11px;
}
}



@media (max-width: 479px) {
#pstoffercmsblock .pst-offer-block-detail {
     top: 10px;
}
.pst-offer-block .text1 {
    font-size: 13px;
    line-height: 12px;
    margin-bottom: 5px;
}
.pst-offer-block .text2 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
}
.pst-offer-block .offer-btn {
    padding: 0 10px;
    font-size: 9px;
}
}
