.about-social {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0;
}

.about-social__background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.about-social__background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.about-social__overlay {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 100px 20px;
}

.about-social__container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.about-social__title {
  font-family: var(--font-geely);
  font-weight: 700;
  color: var(--c-white);
  margin: 0;
}

@media (max-width: 1199px) {
  .about-social {
    min-height: 350px;
  }
}

@media (max-width: 1023px) {
  .about-social__overlay {
    padding: 80px 20px;
  }

  .about-social__title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .about-social {
    min-height: 250px;
  }

  .about-social__overlay {
    padding: 60px 16px;
  }

  .about-social__title br {
    display: none;
  }
}
