/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* ------------------------------------------------------
Common :: Variables
------------------------------------------------------ */
/* Space */
/* Headline */
/* Tables */
/* ------------------------------------------------------
Common :: Functions
------------------------------------------------------ */
/*--------------------------------------------------------------
# Custom Css
--------------------------------------------------------------*/
.heading-companny {
  font-family: 'Be Vietnam Pro','SF Pro Display',serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px; }
  @media only screen and (min-width: 992px) {
    .heading-companny {
      font-size: 22px; } }

.info_contact ul {
  padding: 0;
  margin: 0;
  list-style: none; }
.info_contact .contact_item {
  margin-bottom: 25px;
  padding: 0 0 0 40px; }
  .info_contact .contact_item.contact_address {
    background: url("../img/icon-pin.svg") left center no-repeat; }
  .info_contact .contact_item.contact_phone {
    background: url("../img/icon-phone.svg") left center no-repeat; }
  .info_contact .contact_item.contact_email {
    background: url("../img/icon-send.svg") left center no-repeat; }
  .info_contact .contact_item span {
    display: block;
    font-size: 16px; }
    @media only screen and (min-width: 992px) {
      .info_contact .contact_item span {
        font-size: 18px; } }
  .info_contact .contact_item .title {
    font-weight: 500;
    margin-bottom: 10px; }
  .info_contact .contact_item .info {
    color: var(--textcolor); }

/*# sourceMappingURL=contact.css.map */
