:root {
  --footer-header: var(--pastel-blue);
  --footer-border: var(--black);
  --footer-icon: var(--black);
  --footer-text: var(--black);
  --footer-icon: var(--black);
}
.footer-main-wrapper {
  color: var(--footer-text);
  background: var(--footer_bg);
}
.footer-main-wrapper h4 {
  color: var(--footer-header);
  font-size: 36px;
  margin-bottom: 24px;
}
.footer-main-wrapper td,
.faaooter-main-wrapper p,
.footer-main-wrapper a {
  font-size: 17px;
  margin-top: 0;
  color: var(--footer-text);
}
.footer-main-wrapper p,
.footer-main-wrapper p a {
  color: var(--footer-text);
  margin-top: 0;
  display: flex;
  align-items: center;
  line-height: normal;
  font-size: 17px;
}
.footer-main-wrapper p a {
  margin-top: 0;
}

.footer-main-wrapper p i {
  margin-right: 5px;
  font-size: 15px;
  color: var(--footer-icon);
}
.footer-main-wrapper h3 {
  margin-bottom: 15px;
  color: var(--footer-header) !important;
}
.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-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;
}
@media screen and (max-width: 991px) {
  .footer-main-wrapper p i {
    top: 4px;
    position: relative;
  }
  .footer-main-wrapper p,
  .footer-main-wrapper p a {
    align-items: start;
  }
}
@media screen and (max-width: 350px) {
  .footer-main-wrapper td,
  .footer-main-wrapper p,
  .footer-main-wrapper a,
  .footer-main-wrapper p a {
    font-size: 14px;
    margin-top: 5px;
  }
}
