.ova-contact-info {
  display: flex;
  align-items: center;
}
.ova-contact-info.type1 .address a, .ova-contact-info.type1 .address span {
  color: #a1aabf;
}
.ova-contact-info.type2 .icon {
  margin-right: 15px;
}
.ova-contact-info.type2 .icon svg {
  width: 28px;
  height: 28px;
}
.ova-contact-info.type2 .icon i {
  font-size: 28px;
}
.ova-contact-info.type2 .address .sub_text_link {
  font-size: 15px;
  line-height: 24px;
  color: #62718d;
  display: block;
}
.ova-contact-info.type2 .address .text_link {
  font-size: 20px;
  line-height: 24px;
  color: #202b5d;
  display: block;
}
.ova-contact-info.type2 .address .text_link a {
  font-size: 20px;
  line-height: 24px;
  color: #202b5d;
}
.ova-contact-info.type3 .icon {
  margin-right: 8px;
}
.ova-contact-info.type3 .icon i {
  font-size: 16px;
  color: #b0b8c6;
}
.ova-contact-info.type3 .address label {
  font-size: 17px;
  line-height: 26px;
  color: #202b5d;
  font-weight: 600;
  margin: 0 5px 0 0;
}
.ova-contact-info.type3 .address span, .ova-contact-info.type3 .address a {
  font-size: 17px;
  line-height: 26px;
  color: #62718d;
  font-weight: 400;
}
.ova-contact-info .icon {
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.ova-contact-info .icon svg {
  width: 20px;
  height: 20px;
}
.ova-contact-info .icon i {
  font-size: 20px;
  color: #62718d;
}
.ova-contact-info .address a, .ova-contact-info .address span {
  font-size: 15px;
  line-height: 24px;
  color: #62718d;
}
.ova-contact-info .address a > span {
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.2px;
  font-weight: 400;
  color: #8c96ac;
}