.hero {
      background-image: url(carousal/aboutcar.png);
      position: relative;
      overflow: hidden;
      background-position: center;
      height: 370px;
      margin:0px auto;
      max-width: 100%;
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
      }
      .about {
      background-color: rgba(255, 255, 255, 0.829);
      position: relative;
      overflow: hidden;
      padding-top: 20px;
      height: 270px;
      margin:0px auto;
      max-width: 100%px;
      }
      .about-box {
      position: relative;
      z-index: 1;
      text-align: center;
      padding: 10px 40px;
      color: rgb(0, 0, 0);
    }
    .features {
      background-color: rgba(255, 255, 255, 0.829);
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      padding-bottom: 30px;

    }
    
      @media only screen and (max-width: 768px) {
    .hero {
      position: relative;
      overflow: hidden;
      height: 400px;
      margin:0px auto;
      max-width:fit-content;
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }
    .hero-content {
      position: relative;
      z-index: 1;
      text-align: center;
      padding: 130px 40px;
      color: white;
    }
    .about {
      background-color: rgb(255, 255, 255);
      position: relative;
      overflow: hidden;
      padding-top: 20px;
      height: 570px;
      margin:0px auto;
      max-width: 100%px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
      }}
    .hero-content {
      position: relative;
      z-index: 1;
      text-align: center;
      padding: 130px 40px;
      color: white;
    }

    .hero-content h2 {
      font-size: 2.5em;
      color: #ffffff;
    }

    .hero-content p {
      font-size: 1.2em;
      color: #f0f0f0;
    }