.banner-button-container {
  margin-top: 1rem;
  margin-bottom: 5rem;
}

.button--banner {
  padding: 0.5rem 1.5rem;
}

.button--main {
  background-color: #f08a24;
  border: 2px solid #f08a24;
}

.button--secondary {
  background-color: rgba(0, 0, 0, 0.25);
  border: 2px solid #fff;
}

.title {
  margin-top: 4rem;
}

.mission-section {
  background-color: #eee;
  padding: 2rem 0;
}

.brands-section {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}

.brands-image {
  text-align: center;
}

.brands-image img {
  max-width: 12rem;
}

.brands-image.brands-image--lv img {
  max-width: 9rem;
}

@media screen and (min-width: 1024px) {
  .brands-section {
    grid-template-columns: repeat(4, 1fr);
  }
}

.values-section {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}

.values-card {
  background-color: #1f2e3e;
  border-radius: 8px;
  color: #ffffff;
  padding: 2rem 3rem;
  text-align: center;
}

.values-card-title {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  .values-section {
    grid-template-columns: repeat(2, 1fr);
  }
}

.department-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}

.department-card-image img {
  border-radius: 16px;
  max-width: 100%;
}

.department-card-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0;
}

@media screen and (min-width: 1400px) {
  .department-section {
    grid-template-columns: repeat(4, 1fr);
  }
}

.quote-section {
  background: black;
  color: white;
  font-size: 1rem;
  padding: 1rem;
  margin-top: 3rem;
}

.quote-section-quote {
  position: relative;
  border: 0;
  color: white;
  font-size: 1.5rem;
  line-height: 1.2;

  &::before,
  &::after {
    color: #f08a24;
    font-size: 5rem;
  }

  &::before {
    content: open-quote;
    position: absolute;
    left: -2rem;
    top: -1rem;
  }

  &::after {
    content: close-quote;
    margin: -0.5rem 0 0 0.5rem;
    position: absolute;
  }
}

.quote-section-author {
  font-size: 1rem;
  padding-left: 2.5rem;
}

@media screen and (min-width: 1024px) {
  .quote-section {
    padding: 3rem 0;
    background: url("../assets/dave-founder-quote.png"), black;
    background-position: 100% 100%;
    background-repeat: no-repeat;
  }

  .quote-section-quote {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: -1px;
    max-width: 70%;
  }

  .quote-section-quote::before {
    left: -3rem;
    top: -1rem;
  }

  .quote-section-quote::after {
    margin: -0.65rem 0 0 0.5rem;
  }

  .quote-section-author {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 1400px) {
  .quote-section {
    padding: 5rem 0;
  }
}

@media screen and (min-width: 1700px) {
  .quote-section {
    background-position-x: 80%;
  }
}

.benefits-section {
  background-color: #eee;
  border-radius: 8px;
  font-size: 1.25rem;
  font-weight: bold;
}

.benefits-section .column {
  padding: 2rem 4rem;
}

.benefits-section .column:first-child {
  padding-bottom: 0;
}

.benefits-section .column:last-child {
  padding-top: 0;
}

.benefits-icon {
  display: inline-block;
  text-align: center;
  width: 2rem;
}

@media screen and (min-width: 1024px) {
  .benefits-section .column:first-child {
    padding-bottom: 2rem;
  }

  .benefits-section .column:last-child {
    padding-top: 2rem;
  }
}

.workspaces-title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  margin-top: 3rem;
}

.workspaces-description {
  font-size: 1.25rem;
  color: #666;
}

.workspaces-offices {
  font-size: 1.25rem;
  font-weight: bold;
  color: #666;
  margin-top: 2rem;
}

.workpaces-list {
  color: #666;
  font-size: 1.25rem;
  margin-top: 0rem;
}

.location-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}

.location {
  position: relative;
}

.location img {
  max-width: 100%;
  height: 100%;
}

.location div {
  position: absolute;
  bottom: 1rem;
  left: 1.5rem;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}

.location.location--sanford {
  grid-column-start: 1;
  grid-column-end: 3;
}

@media screen and (min-width: 1024px) {
  .location-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2rem;
  }

  .location div {
    font-size: 1.25rem;
  }
}

.contact-section {
  background: black;
  color: white;
  font-size: 1rem;
  padding: 1rem;
  margin-top: 3rem;
}

.contact-section-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}

@media screen and (min-width: 1024px) {
  .contact-section-inner {
    padding: 0 1rem;
  }
}

.contact-section-heading {
  color: white;
  font-size: 1.5rem;
}

.contact-section-description {
  font-size: 1rem;
}

@media screen and (min-width: 1024px) {
  .contact-section {
    padding: 3rem 0;
  }

  .contact-section-heading {
    font-size: 2rem;
    font-weight: bold;
  }

  .contact-section-description {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 1400px) {
  .quote-section {
    padding: 5rem 0;
  }
}

.contact-email,
.equal-employment-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 3rem;
}

.equal-employment-description {
  color: #666;
}
