@media screen and (min-width:1400px) {
    #about .container {
        max-width: 1338px !important;
        padding: 0;
    }
    #about .logo-content img{
        width: 199px;
    }
}

#about .about-wrapper {
    background-image: url(/images/about/tire-tracks-about.svg);
    background-repeat: no-repeat;
    background-size: 551px;
    background-position: top 58px left 45.9%;
}

#about .container {
    display: grid;
    grid-template-columns: auto 500px;
    gap: 72px;
    padding-top:56px;
    padding-bottom: 106px;
}

#about .container h2 {
    color: var(--primary-color);
    font-family: var(--header-font);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 1px;
    margin-top: 22px;
    text-transform: capitalize;
}

#about .container h3 {
    color: var(--primary-color);
    font-family: var(--header-font);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 31px;
}

#about .container p {
    color: var(--primary-color);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 22px;
      margin-top: 4px;
}

#about .container .img-content img {
    width: 100%;
}

#about .container .btn {
    width: 236px;
    height: 55px;
    background: var(--button-color);
    color: white;
    font-size: 18px;
    font-weight: 600;
    line-height: 17px;
    padding: 19px 0;
    margin-top: 0;
    border-radius: 2px;
    font-family: var(--header-font);
    margin-top: 17px;
    border: none;

}


@media screen and (min-width:1400px) {
    #about .container .main-content {
        display: grid;
        grid-template-columns: auto 199px;
        gap: 85px;
    }
}

@media screen and (min-width:1200px) and (max-width:1399px) {
    #about .container {
        display: grid;
        grid-template-columns: 55% auto;
        gap:40px;
        padding-top: 60px;
        padding-bottom: 106px;
    }

    #about .logo-content img {
        width: 150px;
    }
     #about .container .main-content {
        display: grid;
        grid-template-columns: 67% auto;
        gap:40px;
    }
}

@media screen and (max-width:1199px) and (min-width:991px) {
    #about .container {
        display: grid;
        grid-template-columns: 49% auto;
        gap: 50px;
        padding-top: 60px;
        padding-bottom: 106px;
    }

    #about .logo-content img {
        width: 150px;
    }
     #about .container .main-content {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
        align-items: start;
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    #about .container {
        display: grid;
        grid-template-columns: 50% auto;
        gap: 30px;
        padding-top: 40px;
        padding-bottom: 50px;
        max-width: 96%;
    }

    #about .container .main-content {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
        align-items: start;
    }

    #about .container h2 {
        font-size: 19px;
        font-style: normal;
        font-weight: 500;
        line-height: 15px;
        margin-top: 100px;
    }

    #about .container h3 {
        font-size: 26px;
    }

    #about .text-content {
        position: relative;
    }

    #about .container h3,
    #vehicle .container h3 {
        margin-bottom: 15px;
    }

    #about .logo-content {
        display: flex;
        justify-content: center;
    }


    #about .container p {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 15px;
    }

    #about .logo-content img {
        position: unset;
        width: 140px;
    }
}

@media screen and (max-width:767px) {
    #about .container {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 30px;
        row-gap: 20px;
    }


    #about .about-wrapper {
        background-image: unset;
    }

    #about .img-content img {
        width: 100%;
    }

    #about .main-content {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }

    #about .container .main-content {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
        align-items: center;
    }

    #about .logo-content img {
        position: unset;
        width: 120px;
    }

    #about .container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        padding-top: 30px;
        padding-bottom: 40px;

    }

    #about .container p {
        margin-top: 10px;
        font-size: 14px;
    }

    #about .container h3 {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 23px;
        margin-top: 8px;
    }

    #about .container h2 {
        font-size: 17px;
        line-height: 12px;
        margin-bottom: 0;
        margin-top: 110px;
    }


    #about .container p,
    #about .container p,
    #about .container span {
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 10px;
        line-height: 18px;
    }

    #about .container .btn {
        margin-top: 20px;
    }

}

/* START OF MEET THE TEAM PAGE */

@media screen and (min-width:1400px) {
    #meet-team-section .container {
        max-width: 1290px;
        padding: 0;
    }

}

#meet-team-section .container {
    padding: 0;
}

#meet-team-section .meet-team-grid-section {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 30px;
    grid-row-gap: 51px;
    padding-bottom: 81px;
}

@media screen and (min-width:768px) and (max-width:1199px) {
    #meet-team-section .meet-team-grid-section {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 30px;
        grid-row-gap: 40px;
        padding-bottom: 50px;
    }
}

#meet-team-section .meet-team-grid-section img {
    width: 100%;
    border: 1px solid #B7B7B7;
}

#meet-team-section .meet-team-grid-section .meet-team-grid-text-content {
    padding-top: 10px;
    text-align: center;
}

#meet-team-section .meet-team-grid-section .meet-team-grid-text-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 32px;
}

#meet-team-section .meet-team-grid-section .meet-team-grid-text-content h4 {
    color: var(--secondary-color);
    text-align: center;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
}

#meet-team-section .meet-team-grid-section .meet-team-grid-text-content p {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0;
}

#meet-team-section .btn-div a {
    width: 215px;
    height: 55px;
    background: var(--button-color);
    color: var(--white);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    padding: 18px;
    margin-bottom: 68px;
    box-shadow: unset;
}

#meet-team-section .btn-div {
    text-align: center;
}

#meet-team-section h2 {
    color: var(--secondary-color);
    font-family: var(--header-font);
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 25px;
    margin: 38px 0 42px;
    text-transform: capitalize;
}

@media screen and (min-width:768px) and (max-width:991px) {
    #meet-team-section .meet-team-grid-section {
        grid-gap: 30px;
        grid-template-columns: repeat(3, 1fr);
        padding-bottom: 40px;
    }

    #meet-team-section h2 {
        margin: 25px 0 30px;
    }
}

@media screen and (max-width:767px) {
    #meet-team-section .meet-team-grid-section {
        grid-gap: 20px;
        grid-template-columns: 1fr 1fr;
        padding-bottom: 40px;
    }

    #ev_info .battery_health .common-content ul li {
        margin-bottom: 8px;
    }

    #meet-team-section .container {
        padding: 0 15px;
    }

    #meet-team-section .meet-team-grid-section .meet-team-grid-text-content p {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 14px;
    }

    #meet-team-section .meet-team-grid-section .meet-team-grid-text-content h4 {
        font-size: 15px;
    }

    #meet-team-section h2 {
        font-size: 18px;
        margin: 17px 0 20px;
    }

    #meet-team-section .btn-div a {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:349px) {
    #meet-team-section .meet-team-grid-section {
        grid-gap: 25px;
        grid-template-columns: 1fr;
    }
}


.meet-the-team-get-in-touch .container {
    text-align: center;
}

/* END OF MEET THE TEAM PAGE */
/* VEHCILE PREPARATION */
@media screen and (min-width:1200px) {
    #vehicle .container {
        max-width: 1100px;
        padding: 0;
        padding-left: 21px;
    }
}

#vehicle .container {
    display: grid;
    grid-template-columns: auto 442px;
    gap: 94px;
    padding-top: 69px;
    padding-bottom: 149px;
}

#vehicle .container .img-content {
    margin-top: 8px;
}


#vehicle .container .img-content img {
    width: 100%;
}

#vehicle .container h3 {
    margin-bottom: 25px;
    margin-top: 7px;
}

#vehicle .container p {
    margin-bottom: 22px;
}

@media screen and (min-width:768px) and (max-width:1199px) {
    #vehicle .container {
        grid-template-columns: auto 45%;
        gap: 30px;
        max-width: 90%;
        padding-bottom: 23px;
        padding-bottom: 50px;
    }

    #vehicle .container h3 {
        margin-bottom: 15px;
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    #vehicle .container p {
        color: var(--primary-color);
        font-family: var(--body-font);
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 13px;
    }

    #vehicle .container {
        padding-top: 40px;
        padding-bottom: 23px;
        padding-bottom: 50px;
    }
}

@media screen and (max-width:767px) {
    #vehicle .container {
        grid-template-columns: 1fr;
        gap: 20px;
        ;
        padding-top: 20px;
        padding-bottom: 40px;
        max-width: 100%;
    }

    #vehicle .container h3 {
        margin-bottom: 7px;
        font-size: 18px;
        margin-top: 1px;

    }

    #vehicle .container p {
        margin-bottom: 12px;
        line-height: 19px;
    }
}

/* VEHCILE PREPARATION */