#pstoffercmsblock {
    margin: 0 0 30px 0;
}
#pstoffercmsblock .container{
    background-image: url('../img/aboutus-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    position: relative;
    z-index: 5;
    padding: 30px 60px;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
}
#pstoffercmsblock .pst-offer-detail {
    display: inline-block;
    vertical-align: top;
    float: left;
	color: #ffffff;
}
.pst-offer-block .text1{
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
	display: block;
    margin-bottom: 5px;
}
 #pstoffercmsblock .text2 {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}
.pst-offer-block .offer-btn:hover {
    background-color: #2C2E47;
    color: #ffffff ;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
 
.pst-offer-block .offer-btn{
    padding: 7px 30px;
    text-transform: uppercase;
    font-size: 14px;
    color: #2C2E47 ;
    background: #F9D409;
    border: none;
    float: right;
    margin: 10px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

@media (max-width:767px) {
#pstoffercmsblock .container {
    background-image: none;
    padding: 30px 10px;
    background-color: #2981E3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
}
.pst-offer-block {
    text-align: center;
}
.pst-offer-block .text1 {
    font-size: 23px;
    margin-bottom: 10px;
}
.pst-offer-block .offer-btn {
     float: none; 
     margin: 25px 0 0 0;
}
#pstoffercmsblock .pst-offer-detail {
    display: block;
    float: none;
}
}