.section6 {
  padding: 30px 0 120px;
}

.box6 {
  padding-top: 100px;
  padding-left: 120px;
  padding-bottom: 240px;
  width: 65%;
  background: #F6F6F6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.box6 h1 {
  color: var(--color);
  font-family: DIN;
  font-size: 58px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.box6 h2 {
  color: #3C3B3B;
  font-family: DIN;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 60px;
  position: relative;
}

.box6 h2::after {
  content: "";
  display: block;
  width: 90%;
  height: 8px;
  background: var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
}

.box6 p {
  color: #8A8A8A;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
  width: 380px;
}


.section6 img {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 30px;
  width: 55%;
}

@media (max-width: 1440px) {
  .box6 {
    padding-top: 90px;
    padding-left: 60px;
    padding-bottom: 180px;
    width: 65%;
  }
}

@media (max-width: 1200px) {}

@media (max-width: 992px) {
  .box6 {
    padding-top: 60px;
    padding-left: 0;
    padding-bottom: 90px;
    width: 100%;
    display: flex;
    align-items: center;
  }

  .box6 h2 {
    text-align: center;
  }

  .box6 h2::after {
    left: 5%;
  }

  .box6 p {
    width: 80%;
    text-align: center;
  }

  .section6 img {
    position: relative;
    z-index: 2;
    right: 0;
    top: 0;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .section6 {
    padding: 30px 0;
  }

  .box6 {
    padding-top: 45px;
    padding-bottom: 30px;
  }

  .box6 h1 {
    font-size: 42px;
  }

  .box6 h2 {
    font-size: 32px;
    margin-top: 30px;
    margin-bottom: 45px;
  }
}