/* Colors */
/* Responsive */
#page .site-content .page-section.automotive {
  background: #ffffff;
}
#page .site-content .page-section.automotive .content {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
#page .site-content .page-section.automotive .content section {
  padding: 4rem 0.8rem;
}
@media screen and (max-width: 768px) {
  #page .site-content .page-section.automotive .content section {
    padding: 2rem 1.3rem;
  }
}
#page .site-content .page-section.automotive .content section.bg-color-grey {
  background: #f8f8f8;
  padding: 0rem 0.8rem;
}
#page .site-content .page-section.automotive .content section .container {
  max-width: 1100px;
  margin: 0 auto;
}
#page .site-content .page-section.automotive .content section .container.col-2 {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #page .site-content .page-section.automotive .content section .container.col-2 {
    display: block;
  }
}
#page .site-content .page-section.automotive .content section .container.col-2.bg-color-grey {
  background: #ededed;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page .site-content .page-section.automotive .content section .container.col-2.bg-color-grey {
    padding: 0rem 0.8rem;
  }
}
#page .site-content .page-section.automotive .content section .container.col-2 .logos {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  align-items: center;
}
#page .site-content .page-section.automotive .content section .container.col-2 .logos .lg:first-child {
  min-width: 140px;
  min-height: auto;
}
#page .site-content .page-section.automotive .content section .container.col-2 .logos .lg {
  max-width: 90%;
  max-width: fit-content;
}
#page .site-content .page-section.automotive .content section .container.logo-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #page .site-content .page-section.automotive .content section .container.logo-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  #page .site-content .page-section.automotive .content section .container.logo-grid {
    grid-template-columns: 1fr 1fr;
  }
}
#page .site-content .page-section.automotive .content section .container.logo-grid .logo {
  text-align: center;
}
#page .site-content .page-section.automotive .content section .container.logo-grid .logo img {
  width: auto;
  max-width: 100% !important;
}
#page .site-content .page-section.automotive .content section .heading {
  color: #6d6e71;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 20px;
  padding: 0.3em 0;
  text-transform: none;
}
#page .site-content .page-section.automotive .content section .copy {
  color: #6d6e71;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 20px;
  padding: 0.8em 0;
  text-transform: none;
}
