* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.body-place {
  height: 700px;
}

footer.matlin-footer {
  background-color: rgba(247, 244, 235, 0.5019607843);
  width: 100%;
  position: relative;
}

footer.matlin-footer .footer-wrapper {
  position: relative;
  color: var(--color-dark-blue);
}

footer.matlin-footer .footer-top {
  max-width: 1680px;
  margin: 0 auto;
  width: 95%;
  padding: 75px 0 45px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  align-items: start;
}

footer.matlin-footer .footer-top .footer-col {
  display: flex;
  flex-direction: column;
  height: 100%;
}

footer.matlin-footer .footer-top .footer-col .logo img {
  max-width: 265px;
}

footer.matlin-footer .footer-top .footer-col .social-media {
  margin-top: auto;
}

footer.matlin-footer .footer-top .footer-col .social-media ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  gap: 20px;
}

footer.matlin-footer .footer-top .footer-col .social-media a {
  text-decoration: underline;
}

footer.matlin-footer .footer-top .footer-col .social-media a li {
  background-color: var(--color-yellow);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 53.679px;
  height: 53.679px;
  transition: all 0.3s ease-in;
}

footer.matlin-footer .footer-top .footer-col .social-media a li:hover {
  transform: scale(1.1);
}

footer.matlin-footer .footer-top .footer-col h4 {
  font-size: 26.667px;
  font-weight: 600;
  line-height: 152.523%;
  text-transform: uppercase;
}

footer.matlin-footer .footer-top .footer-col h5 {
  font-size: 24px;
  font-weight: 600;
}

footer.matlin-footer .footer-top .footer-col h5:first-of-type {
  margin-top: 30px;
}

footer.matlin-footer .footer-top .footer-col p {
  font-size: 21px;
  line-height: 120%;
  margin: 18px 0;
}

footer.matlin-footer .footer-top .footer-col ul {
  margin: 18px 0;
  list-style: none;
}

footer.matlin-footer .footer-top .footer-col ul li {
  font-size: 21px;
  font-weight: 400;
  line-height: 120%;
  margin: 20px 0;
}

footer.matlin-footer .footer-top .footer-col ul li:first-of-type {
  margin: 0 0 20px;
}

footer.matlin-footer .footer-top .footer-col ul li a {
  text-decoration: none;
  color: var(--color-dark-blue);
}

footer.matlin-footer .footer-top .footer-col ul.quick-links li {
  font-size: 24px;
}

footer.matlin-footer .footer-top .footer-col ul.quick-links li:first-of-type {
  margin: 10px 0 20px;
}

footer.matlin-footer .footer-bottom .legal-pages {
  border-top: 1px solid var(--color-dark-blue);
  border-bottom: 1px solid var(--color-dark-blue);
  padding: 18px 0;
}

footer.matlin-footer .footer-bottom .legal-pages ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15%;
  list-style: none;
}

footer.matlin-footer .footer-bottom .legal-pages ul li {
  font-size: 24px;
  font-weight: 300;
}

footer.matlin-footer .footer-bottom .legal-pages ul li a {
  text-decoration: none;
  color: var(--color-dark-blue);
  font-weight: 300;
}

footer.matlin-footer .footer-bottom .disclaimer {
  padding: 30px 0;
}

footer.matlin-footer .footer-bottom .disclaimer p {
  font-size: 18.667px;
  max-width: 1590px;
  width: 95%;
  margin: 0 auto;
  text-align: center;
}

footer.matlin-footer::before {
  content: "";
  background: url("../img/footer-bg.jpg") 50% no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

@media screen and (max-width: 1250px) {
  footer.matlin-footer .footer-wrapper .footer-top {
    grid-template-columns: 2fr 1.5fr 1fr;
  }
}

@media screen and (max-width: 1080px) {
  footer.matlin-footer .footer-wrapper .footer-top {
    grid-template-columns: 2fr 1.5fr 1fr;
  }

  footer.matlin-footer .footer-wrapper .footer-top .footer-col .logo img {
    max-width: 380px;
  }
}

@media screen and (max-width: 880px) {
  footer.matlin-footer .footer-wrapper .footer-top {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 50px 0 0;
  }

  footer.matlin-footer .footer-wrapper .footer-top .footer-col {
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.3137254902);
    padding: 20px 20px 0;
  }

  footer.matlin-footer .footer-wrapper .footer-top .footer-col .logo img {
    max-width: 380px;
  }

  footer.matlin-footer .footer-wrapper .footer-bottom .legal-pages {
    border: none;
    padding: 0;
  }

  footer.matlin-footer .footer-wrapper .footer-bottom .legal-pages ul {
    flex-direction: column;
    gap: 0;
  }

  footer.matlin-footer .footer-wrapper .footer-bottom .legal-pages ul li {
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.3137254902);
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }

  footer.matlin-footer .footer-wrapper .footer-bottom .disclaimer p {
    text-align: left;
  }
}

@media screen and (max-width: 600px) {
  footer.matlin-footer .footer-wrapper .footer-top {
    padding: 40px 0 0;
  }

  footer.matlin-footer .footer-wrapper .footer-top .footer-col {
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.3137254902);
    padding: 20px 20px 0;
  }

  footer.matlin-footer .footer-wrapper .footer-top .footer-col .logo {
    display: flex;
    justify-content: center;
  }

  footer.matlin-footer .footer-wrapper .footer-top .footer-col .logo img {
    max-width: 240px;
  }

  footer.matlin-footer .footer-wrapper .footer-top .footer-col .social-media ul {
    justify-content: center;
  }

  footer.matlin-footer .footer-wrapper .footer-top .footer-col .social-media ul a li {
    width: 43px;
    height: 43px;
  }

  footer.matlin-footer .footer-wrapper .footer-top .footer-col h4 {
    font-size: 22px;
  }

  footer.matlin-footer .footer-wrapper .footer-top .footer-col h5 {
    font-size: 20px;
  }

  footer.matlin-footer .footer-wrapper .footer-top .footer-col p {
    font-size: 18px;
  }

  footer.matlin-footer .footer-wrapper .footer-top .footer-col ul li {
    font-size: 18px;
  }

  footer.matlin-footer .footer-wrapper .footer-top .footer-col ul.quick-links {
    font-size: 18px;
  }

  footer.matlin-footer .footer-wrapper .footer-bottom .legal-pages {
    border: none;
    padding: 0;
  }

  footer.matlin-footer .footer-wrapper .footer-bottom .legal-pages ul {
    flex-direction: column;
    gap: 0;
  }

  footer.matlin-footer .footer-wrapper .footer-bottom .legal-pages ul li {
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.3137254902);
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }

  footer.matlin-footer .footer-wrapper .footer-bottom .disclaimer p {
    text-align: left;
    font-size: 16px;
  }
}