  .vehicleSection{
    width: 1500px;
    flex-grow: 1;
    margin-top: 50px;
    margin-bottom: 50px;
 }
 .vehicleSection h2{
     font-size:30px;
     color:var(--h1-color);
  }
  .vehicleSection h3{
       font-size:24px;
       color:var(--h1-color);
  }
  .vehicleSection p{
       font-size:15px;
        color: var(--sub-color);
  }
  .vehicleSection h1{
      padding-bottom: 20px;
  }
 .vehicleSection .vehicleList ul{
     display: flex;
    flex-direction: column;
    gap: 30px;
 }
  .vehicleSection .vehicleList li{
       display: flex;
        flex-direction: row;
        align-items:center;
        gap: 16px;
        box-shadow: 1px 0px 6px rgb(0 0 0 / 24%);
        padding: 15px;
  }
  .vehicleSection .vehicleList .vehList li{
      box-shadow: unset;
      padding: unset;
  }
.vehicleSection .vehicleList .vehicleImg{
        /*border: 1px solid #ccc;*/
        padding: 15px;
        background: #fff;
        text-align: center;
}

.vehicleSection .vehicleList .vehicleImg .vehimg{
    width: 370px;
    height: 230px;
}
.vehicleSection .vehicleList .vehList {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    /* justify-content: space-evenly; */
    align-items: baseline;
}
.vehicleSection .vehicleList .bookVeh{
    background: var(--primary-color);
    color: var(--white-color);
    border-radius: 5px;
    padding: 4px;
    font-size: 16px;
    line-height: 32.61px;
    width: 250px;
    overflow: hidden;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding: 3px 0px;
    width: 225px;
    cursor:pointer;
}
.brand-home-page-form .headerInfo{
    display:flex;
}
@media only screen and (max-width: 801px){
    .vehicleSection {
        width: 95%;
    padding: 0;
    }
}
@media only screen and (min-width: 0px) and (max-width: 500px) {
     .vehicleSection .vehicleList li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 16px;
    }
    .vehicleSection .vehicleList .bookVeh {
        background: var(--primary-color);
        color: var(--white-color);
        border-radius: 5px;
        padding: 4px;
        font-size: 16px;
        line-height: 32.61px;
        width: 250px;
        overflow: hidden;
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        padding: 3px 0px;
        width: 100%;
        cursor: pointer;
    }
    /*.vehicleSection {*/
    /*    max-width: 93%;*/
    /*    margin: 0 auto;*/
    /*    padding-top: 20px;*/
    /*    padding-bottom: 30px;*/
    /*}*/
    .vehicleSection .vehicleList .vehicleImg .vehimg{
        width:100%;
    }
    .vehicleSection h2{
        font-size:30px;
        color:var(--h1-color);
        text-align: center;
    }
    .vehicleSection h3{
       font-size:24px;
       color:var(--h1-color);
       text-align: center;
    }
    .vehicleSection p{
        font-size:15px;
        text-align: justify;
     }
    
}
@media only screen and (min-width: 501px) and (max-width: 800px) {
    .vehicleSection .vehicleList li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    }
  /*  .vehicleSection {
        max-width: 93%;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 30px;
    }*/
    .vehicleSection h2{
        font-size:30px;
        color:var(--h1-color);
        text-align: center;
    }
    .vehicleSection h3{
       font-size:24px;
       color:var(--h1-color);
       text-align: center;
    }
    .vehicleSection p{
        font-size:15px;
        text-align: justify;
     }
      .vehicleSection .vehicleList .bookVeh {
        background: var(--primary-color);
        color: var(--white-color);
        border-radius: 5px;
        padding: 4px;
        font-size: 16px;
        line-height: 32.61px;
        width: 250px;
        overflow: hidden;
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        padding: 3px 0px;
        width: 100%;
        cursor: pointer;
    }
}

@media only screen and (min-width: 801px) and (max-width:1024px) {
 /*   .vehicleSection {
    max-width: 93%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 30px;
}*/
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .vehicleSection {
      max-width: 90%;
    padding: 0;
}
}

@media only screen and (min-width: 1281px) and (max-width: 1419px) {
    .vehicleSection {
    max-width: 1220px;
    padding: 0;
}
}

@media only screen and (min-width: 1420px) and (max-width: 1579px) {
    .vehicleSection {
          max-width: 1370px;
        padding: 0;
}
}

@media only screen and (min-width: 1580px) {
}