/* Estilos específicos para los iconos de la página de contacto */
.contact-icon-wrapper {
  width: 48px;
  height: 48px;
  background-color: #f0f5eb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}

.contact-icon {
  font-size: 1.25rem;
  color: #4c7c41;
}
