.footer {
  padding-top: 2.5em;
  color: #fff;
  background-color: #103965;
  ;
}

.footer-box {
  padding: .5rem 1.5rem;
}

.footer-title {
  font-weight: 500;
}


.footer-contact-content {
  padding: 1rem 0;

}

.footer-contact-content a, .footer-category-sub {
  color: white;
  width: fit-content;
  font-weight: 400;
  padding-top: 8px;
}

.social-items {
  display: flex;
  flex-direction: row;
}

.social-item {
  display: flex;
  width: 36px;
  height: 36px;
  border: 1px solid #D9D9D9;
  border-radius: 20px;
  margin: 5px;
  background-color: white;
  align-items: center !important;
  justify-content: center !important;
}

.social-item a {
  color: #000;
  font-weight: bold;
}

.footer-logo {
  width: 200px;
  height: auto;
}

.footer-category {
  font-family: Poppins;
  font-weight: 500;
}

.social-item svg {
  width: 23px;
  height: 23px;
  fill: black;
}

.mailphone-icon svg {
  width: 16px;
  height: 16px;
  fill: white;
  margin-right: 4px;
}