.footer-icon {
  height: 23px;
}

.sd-social-bar {
  margin: 0px!important;
  text-align: center;
  align-items: center;
  padding-bottom: 20px!important;
  padding-left: 1%;
  padding-right: 1%;
}

@media (min-width: 992px) {
  .sd-social-bar {
    align-items: center;
  }
}

section h1 {
  font-weight: bold;
}

footer {
  bottom: 0;
  left: 0;
  right: 0;
  /*width: 100vw;*/
  padding-top: 25px;
  margin-top: 50px;
  padding-bottom: 20px;
}

.sd-footer-content {
  display: flex;
  flex-direction: column;
  text-align: center;
  border: none;
  padding: 5%;
}

.sd-footer-content h3 {
  font-size: 2.1rem;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 3rem;
  color: white;
}

.sd-footer-table {
  margin-left: 5%;
}

.sd-footer-td {
  width: 160px;
  font-size: 14px;
  color: white;
}

.icon-social {
  width: 8%;
  margin: 4%;
}

.sd-social-bar {
  margin-top: 35px;
  margin-right: 20px;
  margin-bottom: 20px;
}

td a {
  color: white!important;
  text-decoration: none!important;
  /*color: var(--bs-link-hover-color);*/
}

td a:hover {
  color: white!important;
  text-decoration: none!important;
  /*color: var(--bs-link-hover-color);*/
}

body {
  font-family: 'Barlow';
}

@media print {
  #footer {
    display: none;
  }
}

