/* START OF ABOUT PAGE STYLING */

@media screen and (min-width: 1500px) {
    #about .container {
        max-width: 1400px;
        padding: 0;
        padding-right: 57px;
    }
    #about .about__grid_text p {
        padding-left: 14px;
    }
    #about .about__grid_text{
        margin: 5px 0 0 25px;
    }
    #about .about__grid img.logo {
        margin-left: 5px;
    }
    #about .about__grid img.heading {
        margin-right: 12px;
    }
}
#about .container {
    padding-top: 67px;
    padding-bottom: 149px;
}
#about .about__grid img.heading{
    margin-top: -20px;
    margin-bottom: 18px;
}
#about .about__grid img.logo{
    width: 305px;
}
#about .about__grid {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 40px;
}
#about .about__grid_text h5{
    font-size: 20px;
    font-weight: 300;
    line-height: 27px;
    margin-bottom: 20px;
}
#about .about__grid_text{
    text-align: center;
    max-width: 520px;
}
#about .about__grid_image {
    margin-top: 23px;
}
#about .about__grid_text h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 6px;
  text-transform: capitalize;
  color: var(--primary-color);
  margin-top: 5px;
  margin-left: 2px;
}
#about .about__grid_text p > a{
    color: var(--primary-color);
}
#about .about__grid_text p.mb-l{
    margin-bottom: 30px;
}
#about .about__grid_text p {
   line-height: 22px;
    margin-bottom: 22px;
}
#about .about__grid_text a.btn {
    width: 256px;
    padding: 15px;
    margin-left: 0;
    margin-top: 2px;
    box-shadow: none;
    border-radius: 5px;
    margin-top: 11px;
}
#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 (min-width:992px) and (max-width: 1299px) {
    #about .about__grid {
        display: grid;
        align-items: unset;
        grid-template-columns: 460px auto;
        gap: 40px;
    }
    #about .about__grid img.heading,
    #about .about__grid_image img {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    #about .about__grid{
        flex-direction: column;
        gap: 25px;
    }
    #about .container {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    #about .about__grid_text{
        max-width: 100%;
    }
    #about .about__grid_image img {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    #about .about__grid img.heading{
        width: 100%;
        margin-top:0 ;
    }
    #about .about__grid_text p {
        line-height: 20px;
        font-size: 15px;
    }
    #about .about__grid_text a.btn {
        width: 80%;
    }
    #about .about__grid_text h3,
    #about .about__grid_text h5 {
        font-size: 18px;
        line-height: 22px;
    }
}

@media screen and (max-width:350px) {
    #about .about__grid img.logo {
        width: 90%;
    }
}
/* 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: 33px;
    padding-bottom: 160px;
}

#meet-team-section .meet-team-grid-section .team-member-lines {
    margin-top: -27px;
}

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

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

#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: 276px;
   font-size: 15px;
   text-transform: none;
   padding: 17px;
}
#meet-team-section .contactus-btn{
    text-align: center;
    padding-bottom: 54px;
}
#meet-team-section .meet-team-grid-section .meet-team-grid-text-content h4 {
    text-align: center;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    text-transform: capitalize;
    font-family: var(--body-font);
}

#meet-team-section .meet-team-grid-section .meet-team-grid-text-content p {
    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(--secondary-color);
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    margin: 30px 0 37px;
}

#meet-team-section .p-top {
    color: var(--secondary-color);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 45px;
}

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

.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;
    }
    #about .about__grid_image{
        width: 100%;
    }
}

@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: 22px 0 20px;
    }
    #meet-team-section .contactus-btn .btn {
        width: 90%;
    }
    #meet-team-section .meet-team-grid-section .meet-team-grid-text-content h4,
    #meet-team-section .meet-team-grid-section .meet-team-grid-text-content p{
        font-size: 15px;
    }
    #meet-team-section .p-top {
        line-height: 20px;
        padding-inline: 15px;
        font-size: 15px;
        margin-bottom: 25px;
    }

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