.layout-footer {
  padding: 50px 20px;
}
.layout-footer a {
  color: var(--black-color8);
  font-size: 12px;
}
.layout-footer .footer-section-title {
  color: var(--black-color8);
  font-size: 14px;
  font-weight: 600;
}
.layout-footer .footer-section-text a {
  font-size: 12px;
  color: var(--black-color8);
}

@media (max-width: 991px) {
  .layout-footer .footer-section-title {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .layout-footer {
    padding: 20px !important;
  }
  .footer-bottom .container {
    padding: 0 20px !important;
  }
}
