.footer-main-wrapper {
  color: var(--footer-color-text);
  background: var(--footer_bg);
  font-size: 20px;
}
.footer-main-wrapper h4 {
  color: var(--footer-color-header);
  font-size: 36px;
  margin-bottom: 24px;
}
.footer-main-wrapper td,
.faaooter-main-wrapper p,
.footer-main-wrapper a {
  font-size: 20px;
  margin-top: 0;
  color: var(--footer-color-text);
}
.footer-main-wrapper .col-lg-5 p {
  flex-direction: column;
}
.footer-main-wrapper p:empty {
  display: none;
}
.footer-main-wrapper p,
.footer-main-wrapper p a {
  color: var(--footer-color-text);
  margin-top: 0;
  display: flex;
  align-items: center;
  line-height: normal;
  font-size: 20px;
  align-items: start;
}
.footer-main-wrapper p {
  margin-top: 10px;
}
.footer-main-wrapper p a {
  margin-top: 0;
}

.footer-main-wrapper p i {
  margin-right: 5px;
  font-size: 15px;
  color: var(--footer-color-icon);
  position: relative;
  top: 6px;
}
.footer-main-wrapper section span {
  color: var(--footer-color-icon);
  height: 100%;
  display: block;
  width: 100%;
}
.footer-main-wrapper h3 {
  font-size: 50px;
  margin-bottom: 15px;
  color: var(--footer-color-header) !important;
  font-family: var(--footer-header);
}
.footer-main-wrapper em {
  font-size: 26px;
  font-style: normal;
  margin: 0 0 15px;
  display: inline-block;
}

.footer-main-wrapper .border-right {
  border-right: 2px solid var(--footer-color-border);
}

.footer-main-wrapper ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.footer-main-wrapper ul li {
  width: 50%;
}
.footer-main-wrapper iframe {
  height: 300px;
}
.footer-main-wrapper .social-media-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-main-wrapper .social-media-wrapper i {
  outline: 1px solid var(--footer-color-icon);
  border-radius: 50px;
  height: 100%;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--footer-color-icon);
}
.footer-main-wrapper .social-media-wrapper a {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .content-info p,
  .content-info p a {
    font-size: 20px;
  }
  .footer-main-wrapper h3 {
    font-size: 40px;
  }
  .footer-main-wrapper,
  .footer-main-wrapper td,
  .footer-main-wrapper p,
  .footer-main-wrapper a,
  .footer-main-wrapper p a {
    font-size: 20px;
    margin-top: 5px;
  }
}
