/* Escribe aquí tu código CSS */


.social-icons-footer{
	display: flex !important;
  justify-content: center !important;
	
}
.social-icons-footer a{
	color: #2f2f2f;
	font-size: 15px !important;
	border: 1px solid #0074ff;
	width: 30px;
	height: 30px;
	background-color: #0074ff;
	border-radius: 45px;
}

.social-icons-footer a:hover{
	color: white !important;
}

.social-icons-footer li:first-of-type{
    margin-left: -15px;
}

.frm_image_option_container img {
    height: auto !important;
}