/* Colores institucionales iComerz */
:root {
  --color-blue-strong: #2e2b57;
  --color-marron: #fb9b33;
}

.contact-info-icon {
  width: 65px;
  height: 65px;
  border-radius: 5px;
  margin: auto;
  text-align: center;
  line-height: 65px;
}

.contact-info-icon .ti {
  color: var(--color-marron);
  font-size: 45px;
}
