.footer-sections {
  background: var(--black);
  padding-top: 40px;
  float: left;
  width: 100%;
  display: block;
}

.footer-sections > .elementor-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 1200px) {
  .footer-sections > .elementor-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.footer-sections h5 {
  font-size: 16px;
  font-weight: bold;
  color: var(--white);
}

@media (min-width: 1025px) {
  .footer-sections h5 {
    font-size: 18px;
  }
}

.footer-sections ul.elementor-icon-list-items li.elementor-icon-list-item a, .footer-sections ul.elementor-icon-list-items li.elementor-icon-list-item span {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  letter-spacing: -0.25px;
  line-height: 19px;
  color: var(--white);
}

.footer-sections ul.elementor-icon-list-items li.elementor-icon-list-item a:hover, .footer-sections ul.elementor-icon-list-items li.elementor-icon-list-item span:hover {
  text-decoration: underline !important;
}

.footer-sections .telephone-link {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.8px;
  line-height: 32.5px;
}

.footer-sections .telephone-link a {
  color: var(--white);
}

.footer-sections .telephone-link a:hover {
  text-decoration: underline !important;
}

.footer-sections .footer-links {
  margin-bottom: 15px;
  font-size: 12px;
}

.footer-sections .footer-links a:hover {
  text-decoration: underline !important;
}

@media (max-width: 991px) {
  .footer-sections .footer-links ul.elementor-icon-list-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-sections .footer-links ul.elementor-icon-list-items li > a, .footer-sections .footer-links ul.elementor-icon-list-items li > span {
  display: block;
  margin-bottom: 5px;
}

.footer-sections .copyrights {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2;
  line-height: 28px;
  color: var(--white);
}

@media (min-width: 768px) {
  .footer-sections .copyrights {
    font-size: 18px;
    letter-spacing: 0;
    text-align: center;
  }
}

@media (min-width: 1025px) {
  .footer-sections .copyrights {
    text-align: right;
  }
}
/*# sourceMappingURL=footer.css.map */