#pstoffercmsblock {
    clear:both;
   padding: 101px 144px;
	overflow:hidden;
	margin-bottom:50px;
}

.pst-offer-block{
	position:relative;	
	text-align:center;
	padding: 48px;
    background-color: rgba(255, 255, 255, 0.4);
	text-transform: capitalize;

	
}
.pst-offer-block .text1{
	font-size: 30px;
	line-height: 30px;
	display: block;
	margin-bottom: 15px;
}
.pst-offer-block .text2{
	font-size: 38px;
    line-height: 38px;
	font-weight:600;
	display:block;
	margin-bottom:20px;
}
.pst-offer-block .offer-btn{
	display:inline-block;
	vertical-align:top;
	padding:12px 30px;
	text-transform:uppercase;
	font-size:16px;
	
}
.pst-offer-block-inner {
    position: relative;
    z-index: 5;
	color: #000000;
}
@keyframes border-dance {
  0% {
    background-position: 0px 0px, 300px 116px, 0px 150px, 216px 0px;
  }
  100% {
    background-position: 300px 0px, 0px 116px, 0px 0px, 216px 150px;
  }
}

#pstoffercmsblock:hover .pst-offer-block .text2{text-shadow: 0.5px 7.33px 16px rgba( 0, 0, 0, 0.5);
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;}
	#pstoffercmsblock:hover  .pst-offer-block{}

@media (max-width: 1299px){
#pstoffercmsblock {
    padding: 101px 50px;}
	}
	
@media (max-width: 767px){	
	.pst-offer-block .text2{
    font-size: 21px;
    line-height: 21px;}
	
.pst-offer-block .text1 {
    font-size: 23px;
    line-height: 23px;
	}
	
	}
	
@media (max-width: 479px){
#pstoffercmsblock {
    padding: 70px 0;
}
}