/* START OF ABOUT PAGE STYLING */

@media screen and (min-width: 1300px) {
    #about .container {
        max-width: 1198px;
        padding: 0;
    }

    #about.workshop_page .container{
        max-width: 1180px;
        padding-inline: 0;
    }
}
#about .container {
    padding-top: 50px;
    padding-bottom: 67px;
}

#about.workshop_page .address-wrap img{
    margin-top: 3px;
}
#about.workshop_page .address-wrap{
    display: flex;
    align-items: start;
    gap: 11px;
}
#about.workshop_page .full-address-styling{
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
#about.workshop_page .call-us {
    padding-top: 4px;
    margin-bottom: 38px;
}
#about.workshop_page .call-us a.evt-phone img{
    margin-right: 15px;
    margin-top: -2px;
}
#about.workshop_page .call-us a.evt-phone{
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 11px;
    display: inline-block;
}
#about.workshop_page .container{
    padding: 0;
}
#about.workshop_page .about__grid_image{
    margin-top: 0px;
}
#about.workshop_page .container_wrapper {
    padding: 57px 0 73px;
}
#about.workshop_page .about__grid {
   border-radius: 5px;
    background: #F6F6F6;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.25);
    padding: 55px 61px 74px 71px;
}
#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: 400;
    line-height: 24px;
    margin-bottom: 17px;
    text-transform: capitalize;
    font-family: var(--kaisei-tokumin-font);
}
#about.workshop_page .about__grid_text{
    max-width: 464px;
    margin-top: -4px;
}
#about .about__grid_image{
    margin-top: 14px;
}
#about .about__grid_text{
    max-width: 561px;
    margin-top: 6px;
}

#about .about__grid_text h6{
    font-size: 16px;
    font-weight: 700;
    margin-top: 17px;
    margin-bottom: 16px;
}
#about .about__grid_text h3 {
    font-family: var(--kaisei-tokumin-font);
    font-size: 28px;
    font-weight: 400;
    line-height: 27px; 
    margin-bottom: 26px;
}
#about .about__grid_text p > a{
    color: var(--primary-color);
}
#about .about__grid_text p.mb-l{
    margin-bottom: 50px;
}
#about .about__grid_text p {
    line-height: 22px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0.15px;
}
#about.workshop_page .about__grid_text p {
    margin-bottom: 15px;
}
#about .about__grid_text a.btn {
    width: 256px;
}
#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: 50px;
    }
    #about .about__grid img.heading,
    #about .about__grid_image img {
        width: 100%;
    }
}
@media screen and (min-width:992px) and (max-width:1199px) {
    #about.workshop_page .about__grid{
        gap: 0;
    }
    #about.workshop_page .about__grid_text {
        max-width: 390px;
    }
}
@media screen and (max-width: 992px) {
    #about .about__grid{
        flex-direction: column;
        gap: 25px;
    }
    #about .container {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    #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: 21px;
    }
    #about .about__grid_text p.mb-l{
        margin-bottom: 30px;
    }
    #about .about__grid_text a.btn {
        width: 80%;
    }
    #about .about__grid_text h3,
    #about .about__grid_text h5 {
        font-size: 20px;
        line-height: 22px;
    }
    #about.workshop_page .container_wrapper {
        padding: 23px 10px 40px;
    }
    #about.workshop_page .about__grid {
        padding: 30px;
    }
}

@media screen and (max-width:350px) {
    #about.workshop_page .about__grid {
        padding-inline: 15px;
    }
    #about .about__grid img.logo {
        width: 90%;
    }
}
/* END OF ABOUT PAGE STYLING */
/* START OF MEET THE TEAM PAGE */

#meet-team-section {
    position: relative;
    background: #F6F6F6;
    padding: 40px 0 57px;
}

@media screen and (min-width: 1200px) {
    #meet-team-section .container {
        max-width: 1052px;
        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(4, 1fr);
    grid-gap: 27px;
    grid-row-gap: 19px;
    padding-bottom: 37px;
}

#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: 5px;
}

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

#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: 281px;
}
#meet-team-section .contactus-btn{
    text-align: center;
}
#meet-team-section .meet-team-grid-section .meet-team-grid-text-content h4 {
    text-align: center;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    text-transform: capitalize;
}

#meet-team-section .meet-team-grid-section .meet-team-grid-text-content p {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
    margin-bottom: 0;
    letter-spacing: 0.13px;
}

#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: 28px;
    font-weight: 400;
    line-height: 27px;
    font-family: var(--kaisei-tokumin-font);
}

#meet-team-section .p-top {
    color: var(--primary-color);
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px; 
    margin: 26px auto 37px;
    letter-spacing: 0.15px;
    width: 98%;
    max-width: 765px;
}

@media screen and (min-width:768px) and (max-width:992px) {
    #meet-team-section .meet-team-grid-section {
        grid-template-columns: repeat(3, 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: 22px;
    }
    #meet-team-section .contactus-btn .btn {
        width: 90%;
    }

    #meet-team-section .p-top {
        padding-inline: 10px;
        margin: 15px auto 30px;
    }

    #meet-team-section .btn-div a {
        margin-bottom: 30px;
    }
    #meet-team-section {
        padding: 22px 0 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 */

