/* START OF ABOUT PAGE STYLING */
@media screen and (min-width: 1200px) {
    #about .container {
        max-width: 1108px;
        padding: 0;
        padding-right: 19px;
    }
}
#about .container {
    padding-top: 65px;
    padding-bottom: 90px;
}

#about .container .text-content.right .absolute-img{
    position: absolute;
    top: 35px;
    right: 35px;
    width: 129px;
    border: none;
    padding: 0;
}
#about .text-content.right{
    position: relative;
    left: 0!important;
    right: 0 !important;
    margin-top: 17px;
}

#about .text-content {
    color: var(--secondary-color);
    text-align: center;
}

#about .container {
    display: grid;
    gap: 114px;
    grid-template-columns: 1fr 1fr;
}
#about .text-content h5{
    color: #000;
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 22px 0 20px;
}
#about .container .text-content.left img{
    width: 176px;
}
#about .container .text-content.right img{
    width: 100%;
    border: 5px solid #FFF;
    max-width: 489px;
}
#about .right img{
    padding-top: 2px;
    padding-bottom: 12px;
}
#about .text-content h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  margin: 31px auto 36px;
  text-transform: capitalize;
  color: var(--primary-color);
  width: 260px;
}
#about .text-content p a{
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    text-decoration: 2px underline;
}
#about .text-content p {
    margin-bottom: 21px;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    width: 100%;
}

#about .text-content .dark-btn {
    max-width: 294px;
    margin-top: 28px;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    #about .container {
        max-width: 95%;
        gap: 45px;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    #about .container {
        max-width: 98%;
        gap: 30px;
    }
}
@media screen and (max-width: 767px) {
    #about .container {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 28px 15px;
    }
    #about .text-content p {
        font-size: 14px;
        line-height: 18px;
    }
    #about .container .text-content.right img{
        padding-bottom: 20px;
        border: none;
    }
    #about .container .text-content.right .absolute-img {
        top: 22px;
        right: 15px;
        width: 120px;
    }
}

@media screen and (max-width: 331px) {
    #about .text-content h3 {
        width: 90%;
    }
}


/* END OF ABOUT PAGE STYLING */
/* START OF PREPARATION PAGE STYLING */

#about.vehicle-preparation{
    background: #F0F0F0;
    min-height: 70vh;
}

#about.vehicle-preparation .text-content h3{
    margin-bottom: 20px;
    margin-top: 0;
}
#about.vehicle-preparation .text-content.right img{
    max-width: 533px;
    padding: 0;
}
#about.vehicle-preparation .text-content.right{
    margin-top: 17px;
}

#about.vehicle-preparation .container {
    display: grid;
    gap: 0;
    grid-template-columns: 441px auto;
    justify-content: space-between;
    padding: 55px 0 105px;
}
#about .text-content .dark-btn {
  margin-top: 28px;
}

@media screen and (min-width:768px) and (max-width:1199px){
    #about.vehicle-preparation .container{
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

@media screen and (max-width:767px){
    #about.vehicle-preparation .container{
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 30px 15px;
    }
}

@media screen and (min-width:1200px) {
    #about .text-content .dark-btn {
        margin-left: 8px;
    }
    #about.vehicle-preparation .text-content p{
        margin-left: 10px;
    }
}

/* START OF MEET THE TEAM PAGE */

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

#meet-team-section .meet-team-grid-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px;
    padding-bottom: 94px;
}

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

#meet-team-section .meet-team-grid-section img {
    width: 100%;
    border: none;
    border-radius: 0px;
    clip-path: polygon(0 8%, 100% 0%, 100% 100%, 0% 100%);
}

#meet-team-section .meet-team-grid-section .meet-team-grid-text-content {
    text-align: center;
}

#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: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0.14px;
    text-transform: uppercase;
    border-radius: 0;
    background: var(--primary-color);
    padding: 19px;
}
#meet-team-section .contactus-btn{
    text-align: center;
    padding-bottom: 63px;
}
#meet-team-section .meet-team-grid-section .meet-team-grid-text-content h4 {
    color: var(--primary-color);
    text-align: center;
    padding: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    text-transform: capitalize;
    margin: 36px auto 5px;
}

#meet-team-section .meet-team-grid-section .meet-team-grid-text-content p {
    color: var(--secondary-color);
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    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 p.top-para{
    color: var(--secondary-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 31px auto 18px;
}
#meet-team-section p.top-para, 
#meet-team-section h2 {
    text-align: center;
}
#meet-team-section h2 {
    color: var(--primary-color);
    margin-bottom: 23px;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    text-transform: capitalize;
    min-height: 38px;
}

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

@media screen and (max-width:767px) {
    #meet-team-section .meet-team-grid-section {
        grid-gap: 20px;
        grid-row-gap: 40px;
        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 {
        margin-bottom: 20px;
        font-size: 20px;
    }
    #meet-team-section .meet-team-grid-section .meet-team-grid-text-content h4 {
        font-size: 19px;
        line-height: 24px;
        margin: 18px auto 3px;
    }
    #meet-team-section .btn-div a {
        margin-bottom: 30px;
    }
    #meet-team-section p.top-para {
        width: 90%;
        font-size: 16px;
        line-height: 22px;
        margin: 22px auto 15px;
    }
}

@media screen and (max-width:349px) {
    #meet-team-section .meet-team-grid-section {
        grid-gap: 35px;
        grid-template-columns: 1fr;
    }
}
.meet-the-team-get-in-touch .container {
    text-align: center;
}

/* END OF MEET THE TEAM PAGE */