.about-head {
  align-items: center;
  display: flex;
  margin: 0 auto 48px auto;
  max-width: 1366px;
}

.about-head:has(+.section--white){
    margin-bottom: 0;
}

.about-head__items {
  background-color: white;
  border-radius: 8px;
  padding: 48px;
  width: calc((100vw / 1366) * 606);
}

.about-head__title {
  border-bottom: solid 4px var(--carsales-color);
  font-size: 32px;
  margin-bottom: 24px;
  padding-bottom: 8px;
}

.about-head__title:only-child {
  margin-bottom: 0;
}

.about-head__images {
  max-height: 480px;
  width: calc((100vw / 1366) * 760);
}

@media screen and (max-width:1023px) {
  .about-head__images {
    height: calc((100vw / 375) * 224);
    max-height: 320px;
    width: 100%;
  }
  .about-head {
    display: block;
    position: relative;
  }
  .about-head__items {
    margin: auto;
    padding: 32px;
    width: calc(100% - 40px);
  }
}

@media screen and (max-width:599px) {
  .about-head__items {
    padding: 24px;
  }
  .about-head__title {
    font-size: 24px;
  }
}
