#pstoffercmsblock {
    background: #60be74;
    margin-bottom: 80px;
}
#pstoffercmsblock .pst-offer-block-inner {
    text-align: center;
    padding: 20px 0;
}
#pstoffercmsblock .text1 {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
    color: #ffffff;
	
	animation: blink 1s infinite;
	-webkit-animation: blink 1s infinite; 
	-moz-animation: blink 1s infinite; 
	-o-animation: blink 1s infinite; 
}
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}
@media (max-width: 991px) {
	#pstoffercmsblock .text1 {
		font-size: 14px;
		line-height: 24px;
	}
}