/*-----------------------------------------------------------------------------
	Name	    : Contact info
	Description	: contact info settings
	Author		: artibaj
	Author URL	: https://www.artibaj.com/
	Created		: 01 September 2019
	License		: All Rights Reserved. Do Not Copy!
-------------------------------------------------------------------------------*/
.box-row-contact .box-row-icon {
  margin-right: 0.5rem;
}
.contact-info-dl dt {
  width: 100%;
  margin-bottom: 0.5rem !important;
}
.contact-info-dl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 576px) {
  .contact-info-dl dt {
    text-align: center;
    margin-right: 0.5rem !important;
  }
}