@keyframes pulse {
        0% {
            transform: scale(1);
        }
        100% {
            transform: scale(1.05);
        }
    }

.wpp {
	background: #25D366 !important;
	border: 0 !important;
	width: 256px !important; 
}

.telega {
	background:#0088cc !important;
	border: 0 !important;
	width: 256px !important;
}

.wpp:hover {
     animation: pulse 1s infinite alternate ease-in-out;
    }
	
.telega:hover {
    animation: pulse 1s infinite alternate ease-in-out;
}

.phone_size {
	font-size:18px;
}

@media only screen and (max-width: 639px) {
	.phone_size {
		font-size:25px;
	}
}