.section-footer-car {
  background-color: #f8f8f8;
}

.section-footer-car .footer-content {
  padding: 64px 64px 48px 64px;
}

@media only screen and (max-width: 767px) {
  .section-footer-car .footer-content {
    padding: 0px;
    padding-top: 48px;
    padding-bottom: 40px;
  }
}

.section-footer-car .footer-content .foot-first-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 32px;
}

.section-footer-car .footer-content .foot-first-section p {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
}

.section-footer-car .footer-content .foot-second-section {
  padding-bottom: 64px;
}

@media only screen and (max-width: 767px) {
  .section-footer-car .footer-content .foot-second-section {
    padding-bottom: 40px;
  }
}

.section-footer-car .footer-content .foot-second-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  .section-footer-car .footer-content .foot-second-section ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px;
  }
}

.section-footer-car .footer-content .foot-second-section ul li {
  list-style: none;
}

.section-footer-car .footer-content .foot-second-section ul li a {
  text-decoration: none;
  color: black;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.section-footer-car .footer-content .foot-third-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #eaecf0;
  padding-top: 32px;
}

@media only screen and (max-width: 1024px) {
  .section-footer-car .footer-content .foot-third-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    padding-top: 24px;
  }
}

.section-footer-car .footer-content .foot-third-section p {
  font-family: "Roboto", sans-serif;
  color: #3a3a3a;
}

@media only screen and (max-width: 767px) {
  .section-footer-car .footer-content .foot-third-section p {
    text-align: center;
  }
}

.section-footer-car .footer-content .foot-third-section .foot-third-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}

@media only screen and (max-width: 767px) {
  .section-footer-car .footer-content .foot-third-section .foot-third-content ul {
    padding: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.section-footer-car .footer-content .foot-third-section .foot-third-content ul li {
  list-style: none;
}

.section-footer-car .footer-content .foot-third-section .foot-third-content ul li a {
  color: black;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
/*# sourceMappingURL=footer.css.map */