.footer-section {
}
.footer-section .container-fluid {
  background-image: url("../Images/Intersection-48.png");
  background-size: cover;
  width: 100%;
  object-fit: cover;
}
.footer-logo {
  display: flex;
  justify-content: center;
  padding-top: 60px;
}
.footer-logo img {
  background: #6c4c46;
  border-radius: 20px;
}
.footer-links {
  display: flex;
  justify-content: center;
}
.footer-links li {
  display: inline-block;
  text-decoration: none;
  padding: 60px;
}
.footer-links li a {
  font-family: Butler;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.92;
  letter-spacing: normal;
  text-align: center;
  color: #6c4c46;
}
.curve-img {
  display: flex;
  justify-content: center;
}
.copyright {
  font-family: Poppins;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #6c4c46;
}
@media only screen and (max-width: 600px) {
    .footer-logo img {
        width: 175px;
      }
      .footer-links li {
        display: flex;
        text-decoration: none;
        padding: 12px;
      }
}
