.footer {
  color: #fff;
  background: #0e2241;
  padding: 96px 135px 28px 135px;
}
.footer__content-wrapper {
  display: flex;
  flex-direction: row;
  padding-bottom: 38px;
  border-bottom: 1px solid #394659;
}
.footer .footer__content-wrapper .footer__contact {
  display: flex;
  width: 276px;
  flex-direction: column;
  margin-right: 145px;
}
.footer .footer__contact .footer__contact-logo {
  font-family: "Sen", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 18px;
  position: relative;
}
.footer .footer__contact .footer__contact-logo::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #3685fb;
  bottom: 9px;
  right: 62%;
  border-radius: 50%;
}
.footer .footer__contact .footer__contact-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #a3a8b1;
}
.footer .footer__contact .footer__contact-social-media {
  display: flex;
  flex-direction: row;
  margin-top: 18px;
}
.footer .footer__contact .footer__contact-social-media div {
  margin-right: 18px;
}
.footer .footer__list {
  width: 52.6%;
  display: flex;
  flex-direction: row;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
}
.footer .footer__list ul {
  padding-left: 0;
}
.footer .footer__list ul li {
  text-decoration: none;
  list-style: none;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #a3a8b1;
  margin-bottom: 12px;
}
.footer .footer__list ul li a {
  text-decoration: none;
  color: #a3a8b1;
}
.footer .footer__list ul li strong {
  font-weight: 600;
}
.footer .footer__list .footer__heading {
  width: 130px;
  padding-bottom: 14px;
  border-bottom: 1px solid #394659;
  margin-right: 130px;
  margin-bottom: 28px;
}
.footer .footer__address {
  width: 231px;
}
.footer .footer__bottom {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #878e99;
  padding-top: 28px;
}
