/* Footer */

footer {
  color: var(--white);
  text-align: center;
  padding: 2rem 0;
  font-size: 14px;
}
footer span{
  color: #2D2D2D;
  font-family: 'Apercu', sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
}
footer ul li a{
  font-family: 'Apercu', sans-serif;
  font-weight: 300;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 38px;
  letter-spacing: 0%;
  color: #435059;
  text-align: left;
}
footer ul{
  padding-left: 0px;
}
img.logo-footer{
  height: 42px;
  width: auto;
}
img.ofice{
  height: 64px;
  width: 64px;
  margin-right: 15px;
}

.content-info span{
  font-family: 'Apercu', sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  color: #435059;
}
img.icon-social{
  height: 25px;
  width: auto;
}
.social-content{
  gap: 10px;
}