@media screen and (min-width: 1500px) {
    #about .container {
        max-width: 1389px;
        padding: 0;
    }
}
#about .container {
    padding-top: 68px;
    padding-bottom: 100px;
} 
#about .content-wrapper {
    display: grid;
    grid-template-columns: auto 786px;
    gap: 121px;
}

#about .text-content h3 {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 600;
    line-height: 27px;
    margin-top: 58px;
    margin-left: 5px;
    margin-bottom: 13px;
}
#about .text-content p {
    color: var(--primary-color);
    font-size: 17px;
    font-weight: 400;
    line-height: 22px; 
    margin-bottom: 22px;
    margin-left: 5px;
}
@media screen and (min-width: 767px) {
    #about .text-content img.main-logo {
        width: 240px;
    }
}
#about .text-content .btn-wrapper .btn {
    width: 249px;
    height: 55px;
    border-radius: 2px;
    background: var(--button-color);
    margin-left: 7px;
    color: var(--white);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: unset; 
    text-transform: uppercase;
    padding: 15px;
    margin-top: 27px;
}

@media screen and (max-width: 1300px) {
    #about .content-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 60px;
    }
}
@media screen and (max-width: 992px) {
    #about .content-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    #about .container {
        padding-top: 35px;
        padding-bottom: 45px;
    }
    #about .text-content h3 {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    #about .text-content h3 {
        margin-top: 25px;
        font-size: 21px;
        line-height: 25px;
    }
    #about .text-content h3,
    #about .text-content p,
    #about .text-content .btn-wrapper .btn {
        margin-left: 0;
    }
    #about .text-content p {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 14px;
    }
    #about .text-content .btn-wrapper .btn {
        margin-top: 15px;
    }
}

/* START OF MEET THE TEAM PAGE */

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

}

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

#meet-team-section .meet-team-grid-section {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 40px;
    padding-bottom: 90px;
    row-gap: 35px;
}

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


#meet-team-section .meet-team-grid-section img {
    width: 100%;
    border-radius: 0px;
    border: none;
}

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

#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 p{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 3px;
    color: var(--button-color);
}
#meet-team-section .meet-team-grid-section .meet-team-grid-text-content h4 {
    color: var(--primary-color);
    text-align: center;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    text-transform: capitalize;
    font-family: var(--body-font);
}


#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 .get-in-touch-btn{
    padding-bottom: 83px;
}
#meet-team-section .get-in-touch-btn a{
    width: 257px;
    height: 55px;
    background: var(--button-color);
    color: var(--white);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px; 
    text-transform: uppercase;
    padding: 20px;
    border-radius: 3px;
}
#meet-team-section .get-in-touch-btn,
#meet-team-section .btn-div {
    text-align: center;
}

#meet-team-section p.main_para > a{
    color: var(--primary-color);
    border-bottom: 1px solid black;
}
#meet-team-section p.main_para{
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding: 0 15px;
    line-height: 22px; 
    margin-bottom: 55px;
}
#meet-team-section h2 {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 29px 0 18px;
}

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

    #meet-team-section h2 {
        padding: 25px 0 30px;
        font-size: 24px;
    }
    #meet-team-section .get-in-touch-btn {
        padding-bottom: 40px;
    }
}

@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 h2 {
        font-size: 19px;
        padding: 22px 0 15px;
    }
    #meet-team-section p.main_para {
        font-size: 15px;
        line-height: 20px;
    }
    #meet-team-section .btn-div a {
        margin-bottom: 30px;
    }
    #meet-team-section .meet-team-grid-section .meet-team-grid-text-content{
        padding-bottom: 0;
    }
    #meet-team-section .meet-team-grid-section .meet-team-grid-text-content p{
        margin-top: 0;
        font-size: 14px;
    }
    #meet-team-section .meet-team-grid-section .meet-team-grid-text-content h4 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0px;
    }
    #meet-team-section .meet-team-grid-section img {
        border: 3px solid #FFF;
    }
    #meet-team-section .get-in-touch-btn {
        padding-bottom: 40px;
    }
}

@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 */