#pstoffercmsblock {
	margin-bottom:80px;
	padding-left: 0;
}
.offer_block_wrapper {
    background-image: url('../img/offer-banner.jpg');
    background-repeat: no-repeat;
    background-position: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
    overflow: hidden;
}
.pst-offer-block {
    width: 40%;
    float: right;
    padding: 85px 10px;
	color: #ffffff;
}
.pst-offer-block .text1{
	font-family: 'Great Vibes', cursive;
    font-size: 40px;
    line-height: 40px;
    display: block;
    margin-bottom: 10px;
}
.pst-offer-block .text2{
	font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    display: block;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.pst-offer-block .offer-btn{
	padding: 12px 20px;
    text-transform: uppercase;
    font-size: 18px;
    background-color: #b60a00;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
}
.pst-offer-block .offer-btn:hover{
    background-color: #ffffff ;
	color:#b60a00;
}

@media (max-width: 1699px) {
.pst-offer-block {
    width: 50%;
}
}
@media (max-width: 1299px) {
.pst-offer-block {
    width: 60%;
    padding: 65px 10px;
}
.pst-offer-block .text2 {
    font-size: 32px;
    line-height: 35px;
}
.pst-offer-block .text1 {
    font-size: 35px;
}
}
@media (max-width: 991px) {
#pstoffercmsblock {
    margin-bottom: 60px;
    padding: 0;
}
.pst-offer-block {
    width: 45%;
}
}
@media (max-width: 767px) {
.pst-offer-block {
    width: 100%;
    text-align: center;
}
}
@media (max-width: 479px) {
.pst-offer-block .text1 {
    font-size: 30px;
}
.pst-offer-block .text2 {
    font-size: 28px;
    line-height: 28px;
}
.pst-offer-block .offer-btn {
    padding: 8px 20px;
    font-size: 14px;
}
}