
.rom-footer {
  font-size: 0
}

.rom-footer * {
  margin: 0;
  padding: 0
}

.rom_left,
.rom_right {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  font-size: 16px;
  line-height: 26px
}

.logo-link {
  display: block;
  text-decoration: none !important;
  width: 30px;
  height: 30px;
  margin: auto;
}

.rom_left {
  text-align: left
}

.rom_right {
  text-align: right
}

.rom_center {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  width: 33.3%;
  display: inline-block
}

.rom_show_contact {
  display: inline-block;
  cursor: pointer
}

.rom_p {
  margin: 0
}

.rom-footer .rom_link {
  display: inline-block;
  text-decoration: none
}

.rom-footer .rom_link:hover {
  text-decoration: underline
}

.rom_svg {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto
}

@media screen and (max-width: 768px) {

  .rom_left,
  .rom_right,
  .rom_center {
    width: 100%;
    text-align: center;
    display: block
  }

  .rom_left {
    margin-bottom: 20px
  }

  .rom_svg {
    margin-bottom: 5px
  }
}
