.animate-ping {
    animation: ping 3s cubic-bezier(0, 0, 0.2, 1) infinite;
}
p {
    margin-top:1rem;
}
p:first-child {
    margin-top:0;
}
/* footer {
    padding: 30px 40px;
	background-color: #104e4d!important;
}*/
	@media (max-width:639px){
		 footer {
    padding: 10px;
    
}
	}
.swing {
    animation: swing ease-in-out 4s infinite alternate;
    transform-origin: center -20px;
	}
		.swing1 {
    animation: swing ease-in-out 6s infinite alternate;
    transform-origin: center 40px;
	}
		@keyframes swing {
    0% { transform: rotate(1deg); }
    100% { transform: rotate(-1deg); }
}
		.flip {
    -webkit-transform: scale(-1.15, 1.15) translate(0%, -5%);
    -ms-transform: scale(-1.15, 1.15) translate(0%, -5%);
    transform: scale(-1.15, 1.15) translate(0%, -5%);
}
		.animate-ping {
    animation: ping 3s cubic-bezier(0, 0, 0.2, 1) infinite;
}
.cta-boxes:first-of-type {
	margin-bottom:0;
}