/* START OF ABOUT PAGE STYLING */

@media screen and (min-width: 1500px) {
    #about .container {
        max-width: 1396px;
        padding: 0;
    }
}
#about .container {
    padding-top: 51px;
    padding-bottom: 119px;
    color: var(--primary-color);
}
#about .about__grid {
    display: grid;
    align-items: start;
    justify-content: start;
    gap: 107px;
    grid-template-columns: 644px auto;
}
#about .about__grid_text h2{
   font-size: 32px;
    font-weight: 600;
    line-height: 36px;
    margin: 8px 0 32px;
    width: 88%;
}
#about .about__grid_text h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    text-transform: capitalize;
    margin-top: 0;
    color: var(--secondary-color);
}
#about .about__grid_image img{
    margin-bottom: 25px;
}
#about .about__grid_image{
    padding-top: 4px;
}
#about .about__grid h4{
    font-size: 18px;
    padding: 0;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 7px;
}
#about .about__grid p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px; 
    margin-bottom: 29px;
    color: var(--black-color);
    margin-left: 1px;
}
#about .about__grid_text a.btn {
   width: 329px;
    height: 55px;
    border-radius: 5px;
    background: var(--button-color);
    color: var(--white);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: unset;
    text-transform: uppercase;
    padding: 15px;
    margin-left: 1px;
    margin-top: 12px;
    letter-spacing: 0.64px;
}
#about .about__grid_profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    margin-right: 3px;
}
#about .about__grid_profile h3 {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    margin-top: 18px;
}
#about .about__grid_profile p {
    color: #000;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px; 
}

@media screen and (max-width: 1500px) and (min-width: 992px) {
    #about .about__grid {
        gap: 50px;
        justify-content: space-between;
    }
    
    #about .about__grid_image img {
        width: 90%;
    }
    #about .container {
        max-width: 95%;
    }
}
@media screen and (max-width: 1399px) and (min-width:1200px) {
    #about .about__grid {
        grid-template-columns: 544px auto;
    }
}
@media screen and (max-width: 1199px) and (min-width:992px) {
    #about .about__grid {
        grid-template-columns: 440px auto;
        gap: 35px;
    }
}
@media screen and (max-width: 992px) {
    #about .about__grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
   
    #about .about__grid_image img {
        width: 100%;
    }
    #about .container {
        max-width: 720px;
        padding-inline: 0;
    }
}
@media screen and (max-width: 767px) {
    #about .about__grid_text h2 {
        font-size: 22px;
        line-height: 25px;
    }
    #about .about__grid {
        grid-template-columns: 1fr;
        gap: 20px;
        justify-content: unset;
    }
    #about .container {
        padding-top: 5px;
        padding-inline: 15px;
        padding-bottom: 30px;
    }
    #about .about__grid_text {
        grid-column: unset;
        grid-row-start: 2;
    }
    #about .about__grid_image {
        grid-row-start: 3;
    }
    #about .about__grid_text h3 {
        font-size: 22px;
        margin-bottom: 18px;
    }
    #about .about__grid_text p {
        margin-bottom: 18px;
    }
    #about .about__grid_text a.btn {
        margin-top: 10px;
        width: 90%;
    }
    #about .about__grid_profile {
        margin-right: 0;
    }
}

/* END OF ABOUT PAGE STYLING */
/* START OF MEET THE TEAM PAGE */

#meet-team-section {
    position: relative;
}

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

#meet-team-section .container {
    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: 20px;
    padding-bottom: 40px;
}

#meet-team-section .meet-team-grid-section img {
    width: 100%;
    border: 1px solid var(--tertiary-color-v2);
    border-radius: 0px;
}

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

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

#meet-team-section .contactus-btn .btn{
    width: 215px;
    height: 55px;
    color: var(--white);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    border-radius: 5px;
    background: var(--primary-color);
    padding: 19px;
}
#meet-team-section .contactus-btn{
    text-align: center;
    padding-bottom: 35px;
}
#meet-team-section .meet-team-grid-section .meet-team-grid-text-content h4 {
    color: var(--primary-color);
    text-align: center;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
}

#meet-team-section .meet-team-grid-section .meet-team-grid-text-content p {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    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(--primary-color);
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    margin: 29px 0 14px;
}

#meet-team-section .p-top {
    color: var(--black-color);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 43px;
    width: 1041px;
    margin-inline: auto;
}

@media screen and (min-width:994px) and (max-width:1299px) {
    #meet-team-section .meet-team-grid-section {
        grid-template-columns: repeat(5, 1fr);
    }
    #meet-team-section .p-top {
        width: 90%;
    }
}

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

@media screen and (min-width:768px) and (max-width:992px) {
    #meet-team-section .p-top {
        padding-inline: 30px;
        width: 100%;
    }
    #meet-team-section .meet-team-grid-section {
        grid-template-columns: repeat(4, 1fr);
    }
}

@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: 20px;
        margin-top: 15px;
        margin-bottom: 5px;
    }

    #meet-team-section .p-top {
        line-height: 20px;
        padding-inline: 15px;
        font-size: 15px;
        margin-bottom: 25px;
        width: 100%;
    }

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