*{
    padding: 0;
    max-width: none;
    margin: 0;
}

#cfsm-ev-hub{
    margin: 0 2%;
}

#section_2 .hero-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 3% 0;
}

#section_2 .hero-container .hero-title{
    font-size: 2.5rem;
}

#section_2 .hero-container .hero-subtitle{
    width: 75%;
    font-size: 1.5rem;
}

#section_2 .hero-ev-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 3%;
}

#section_2 .hero-ev-container h1{
    font-size: 2.5rem;
}

#section_2 .hero-ev-container .hero-ev-specs-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}

#section_2 .ev-specs-container {
    margin-left: 5px;
    margin-right: 5px;
}

#section_2 .ev-specs-container img{
    height: 80px;
}

#section_2 .ev-specs-container h3{
    padding-bottom: 2%;
}

#section_3{
    padding: 3% 0;
}

#section_3 h1{
    margin-top: 0;
}

#section_3 .charging-section-wrapper{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#section_3 .charging-section-wrapper .charging-section-title{
    text-align: center;
    font-size: 2.5rem;
}

#section_3 .charging-section-wrapper .charging-section-subtitle{
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 5%;
}

#section_3 .charging-section-wrapper .feature-container{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin: 0%;
    width: 100%;
}

#section_3 .charging-section-wrapper .feature-container .location-image iframe{
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#section_3 .charging-section-wrapper .feature-container .feature-text-container{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 0;
    width: 50%;
    list-style-position: inside;
}

#section_3 .charging-section-wrapper .feature-container .feature-text-container .feature-header{
    width: 100%;
    font-size: 2.1rem;
}

#section_3 .charging-section-wrapper .feature-container .feature-text-container .feature-header .location-header{
    width: 100%;
}

#section_3 .charging-section-wrapper .feature-container .feature-text-container .last-location-header{
    margin-top: 5%;
}

#section_3 .charging-section-wrapper .feature-container .feature-text-container .feature-text{
    padding-top: 2%;
    font-size: 1.34rem;
}

#section_3 .charging-section-wrapper .feature-container .feature-text-container .feature-text.list{
    padding-top: 0%;
}

#section_3 .charging-section-wrapper .feature-container .feature-text-container .feature-text ul{
    list-style-position: inside;
}

#section_3 .charging-section-wrapper .feature-container .feature-text-container .location-text{
	grid-area: map-text;
    width: 45%;
}

#section_3 .charging-section-wrapper .feature-container .feature-image-container{
    width: 50%;
    height: auto;
    overflow: hidden;
}

#section_3 .charging-section-wrapper .feature-container .feature-image-container{
    width: 55%;
    height: auto;
	grid-area: map-image;
 	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#section_3 .charging-section-wrapper .feature-container .feature-image-container img{
    width: 100%;
    height: auto;
}

#section_3 .charging-section-wrapper .charging-div{
    padding-bottom: 3%;
}

#section_3 .charging-section-wrapper .charging-div .charging-image {
    gap: 10px;
	grid-area: paragraphs-image;
 	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#section_3 .charging-section-wrapper .charging-div .charging-paragraphs {
	grid-area: paragraphs-text;
    padding-right: 1%;
}

#section_3 .charging-section-wrapper .location{
    gap: 10px;
}

#section_4 .research-center-wrapper{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#section_4 .research-center-wrapper .research-center-header{
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 2.2rem;
    padding: 3% 0;
}

#section_4 .research-center-wrapper .research-center-header h1{
    font-size: 2.5rem;
    margin-top: 1%;
    margin-bottom: 1%;
}

#section_4 .research-center-wrapper .benefits-container{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin: 2% 0%;
    gap: 10px;
    width: 100%;
}

#section_4 .research-center-wrapper .benefits-container .benefits-text-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0% 0% 2% 0;
    grid-area: benefits-text;
    list-style-type: none;
    list-style-position: inside;
    width: 35%
}

#section_4 .research-center-wrapper .benefits-container .benefits-text-container .benefits-header{
    width: 100%;
    font-size: 2.1rem;
}

#section_4 .research-center-wrapper .benefits-container .benefits-text-container .benefits-text{
    padding-top: 2%;
    font-size: 1.34rem;
}

#section_4 .benefits-text ul li,
#section_4 .benefits-text ul li a,
#section_4 .benefits-text ul li a:link,
#section_4 .benefits-text ul li a:visited,
#section_4 .benefits-text ul li a:hover,
#section_4 .benefits-text ul li a:active {
    text-decoration: none;
    list-style-type: none;
    color: #000000;
}

#section_4 .research-center-wrapper .benefits-container .benefits-image-container{
    width: 65%;
    height: auto;
	grid-area: benefits-image;
 	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#section_4 .research-center-wrapper .benefits-container .benefits-image-container img{
    width: 100%;
    height: auto;
}

#section_4 .benefits-list-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1% 0;
}

#section_4 .benefits-list-container .benefits-list-header-container{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-size: 2.3rem;
}

#section_4 .benefits-list-container .benefits-list-header-container h1{
    font-size: 2.5rem;
}

#section_4 .benefits-list-items-wrapper{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 5%;
    gap: 10px;
}

#section_4 .benefits-list-items-wrapper .benefits-list-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2% 0;
    color: white;
    margin-right: 1%;
}

#section_4 .benefits-list-items-wrapper .benefits-list-item h3{
    padding: 0 0 2% 0;
} 

#section_4 .benefits-list-items-wrapper .benefits-list-item .benefits-icon-text{
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 2%;
    font-size: 1.1em;
    height: 5.1em;
}

#section_4 .benefits-list-items-wrapper .benefits-list-item span{
    min-height: 3em;
    padding-left: 3px;
    padding-right: 3px;
}

#section_4 .benefits-list-items-wrapper .benefits-list-item .bottom{
    padding-top: 15%;
    padding-bottom: 10%;
}

#section_4 .benefits-list-items-wrapper .benefits-list-item img{
    height: 100px;
    width: auto;
    padding-bottom: 10px;
}

#section_5 .vehicle-sale-header-wrapper{
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 3% 0;
    text-align: center;
}

#section_5 .vehicle-sale-header-wrapper .vehicle-sale-header{
    width: 100%;
    font-size: 2.5rem;
}

#section_5 .vehicle-post-wrapper{
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0;
    gap: 2em;
}

#section_5 .vehicle-post-wrapper .vehicle-post{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 0 10px 0;
    height: 500px;
}

#section_5 .vehicle-post-wrapper .vehicle-post h2{
    min-height: 2.5em;
}

#section_5 .vehicle-post-wrapper .vehicle-post-text{
    min-height: 5.8em;
    padding-top: 10px;
}

#section_5 .vehicle-post-wrapper .vehicle-post img{
    width: 100%;
    height: auto;
}

#section_5 .vehicle-post-wrapper .vehicle-post span{
    margin-top: 5%;
}

#section_5 .vehicle-post-wrapper .vehicle-post .vehicle-post-image-placeholder{
    width: 100%;
    overflow: hidden;
    height: 200px;
    min-height: 0;   
}

#section_5 .vehicle-post-wrapper .vehicle-post .vehicle-post-buttons-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 4%;
}

#section_5 .vehicle-post-wrapper .vehicle-post .vehicle-post-buttons-container .button-filled{
    width: 100%;
    font-weight: bold;
    padding: 2.5%;
    outline: none;
    border: none;
    margin-bottom: 2%;
}

#section_5 .vehicle-post-wrapper .vehicle-post .vehicle-post-buttons-container .button-outlined{
    font-weight: bold;
    padding: 2.5%;
    outline: none;
    margin-bottom: 2%;
    height: 40px;
    width: 100%;
}

@media screen and (max-width: 500px){

    #section_2 .hero-container .hero-title{
        font-size: 1.5rem;
        margin-bottom: 0;
    }

    #section_2 .hero-container .hero-subtitle{
        margin: 5% 0%;
        width: 100%;
        font-size: 1rem;
    }

    #section_2 .hero-ev-container h1{
        font-size: 1.5rem;
    }

    #section_2 .hero-ev-container .hero-ev-specs-wrapper{
        flex-direction: column;
    }

    #section_2 .hero-ev-container .hero-ev-specs-wrapper .ev-specs-container {
        margin-bottom: 15px;
    }

    #section_2 .hero-ev-container .hero-ev-specs-wrapper .ev-specs-container img{
        width: 40%;
    }

    #section_2 .hero-ev-container .hero-ev-specs-wrapper .ev-specs-container h3{
        font-size: 1rem;
    }

    #section_2 .hero-ev-container .hero-ev-specs-wrapper .ev-specs-container span{
        font-size: .8rem;
    }

    #section_3{
        padding: 0;
    }

    #section_3 h1{
        margin-bottom: .33em;
    }

    #section_3 .charging-section-wrapper .charging-section-title{
        font-size: 1.5rem;
    }

    #section_3 .charging-section-wrapper .charging-section-subtitle{
        font-size: 1rem;
    }

    #section_3 .charging-section-wrapper .charging-div{
        flex-direction: column
    }

    #section_3 .charging-section-wrapper .location{
        flex-direction: column-reverse;
    }

    #section_3 .charging-section-wrapper .feature-container .location-image iframe{
        height: 500px;
    }

    #section_3 .charging-section-wrapper .charging-div .charging-image{
        width: 100%;
        min-height: 300px;
    }

    #section_3 .charging-section-wrapper .feature-container .feature-text-container{
        width: 100%;
        margin: 2% 0% 2% 0%;
        list-style-position: inside;
    }

    #section_3 .charging-section-wrapper .feature-container .feature-text-container .feature-header, #section_3 .charging-section-wrapper .feature-container .feature-text-container .feature-header{
        width: 100%;
        text-align: center;
        font-size: 1.3rem;
    }

    #section_3 .charging-section-wrapper .feature-container .feature-text-container{
        width: 100%;
    }

    #section_3 .charging-section-wrapper .feature-container .feature-text-container .feature-text{
        font-size: .85rem;
        text-align: center;
    }

    #section_3 .charging-section-wrapper .feature-container .location-image{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #section_4 .research-center-wrapper .research-center-header h1{
        font-size: 1.5rem;
        text-align: center;
        margin: 0;
    }

    #section_4 .research-center-wrapper .research-center-header .rc-h1{
        font-size: 1.5rem;
    }

    #section_4 .research-center-wrapper .benefits-container{
        flex-direction: column;
    }

    #section_4 .research-center-wrapper .benefits-container .benefits-text-container{
        width: 100%;
        text-align: center;
    }

    #section_4 .research-center-wrapper .benefits-container .benefits-text-container .benefit-wrapper{
        margin: 0;
    }

    #section_4 .research-center-wrapper .benefits-container .benefits-text-container .benefits-header{
        width: 100%;
        font-size: 1.3rem;
    }

    #section_4 .research-center-wrapper .benefits-container .benefits-text-container .benefits-text{
        font-size: .85rem;
        text-align: center;
    }

    #section_4 .research-center-wrapper .benefits-container .benefits-image-container{
        width: 100%;
        min-height: 300px;
    }

    #section_4 .benefits-list-container .benefits-list-header-container h1{
        font-size: 1.5rem;
    }

    #section_4 .benefits-list-items-wrapper{
        grid-template-columns: 1fr 1fr;
    }

    #section_4 .benefits-list-items-wrapper .benefits-list-item h3{
        height: 3rem;
        padding: 0 14px;
    } 

    #section_4 .benefits-list-items-wrapper .benefits-list-item img{
        height: 80px;
    }

    #section_4 .benefits-list-items-wrapper .benefits-list-item .benefits-icon-text{ 
        height: unset;
    }

    #section_4 .benefits-list-items-wrapper .benefits-list-item span{
        font-size: .9rem;
        height: 5.1rem;
    }

    #section_5 .vehicle-sale-header-wrapper{
        padding: 8% 0%;
    }

    #section_5 .vehicle-sale-header-wrapper .vehicle-sale-header{
        font-size: 1.5rem;
    }
    
    #section_5 .vehicle-post-wrapper{
        display: flex;
        flex-direction: column;
    }

    #section_5 .vehicle-post-wrapper .vehicle-post{
        height: unset;
    }

    #section_5 .vehicle-post-wrapper .vehicle-post h2{
        font-size: 1.3rem;
    }

    #section_5 .vehicle-post-wrapper .vehicle-post .vehicle-post-image-placeholder .car-2{
        background-position: 10%;
    }

    #section_5 .vehicle-post-wrapper .vehicle-post span{
        font-size: .85rem;
    }

    #section_5 .vehicle-post-wrapper .vehicle-post-text{
        font-size: .85rem;
        padding-top: 10px;
        min-height: 3em;
    }

}

@media screen and (min-width: 501px) and (max-width: 880px){

    #section_2 .hero-ev-container h1{
        font-size: 1.5rem;
    }

    #section_2 .hero-ev-container .hero-ev-specs-wrapper{
        flex-direction: column;
    }

    #section_2 .hero-ev-container .hero-ev-specs-wrapper .ev-specs-container{
        margin-bottom: 15px;
    }

    #section_2 .hero-ev-container .hero-ev-specs-wrapper .ev-specs-container img{
        height: 100px;
    }

    #section_3 .charging-section-wrapper .charging-section-title{
        font-size: 1.5rem;
    }

    #section_3 .charging-section-wrapper .charging-section-subtitle{
        font-size: 1rem;
    }

    #section_3 .charging-section-wrapper .charging-div{
        flex-direction: column
    }

    #section_3 .charging-section-wrapper .location{
        flex-direction: column-reverse;
    }

    #section_3 .charging-section-wrapper .feature-container .location-image iframe{
        height: 500px;
    }

    #section_3 .charging-section-wrapper .charging-div .charging-paragraphs {
        padding-right: 0;
        padding-bottom: 2%;
    }

    #section_3 .charging-section-wrapper .charging-div .charging-image {
        width: 100%;
        min-height: 300px;
    }

    #section_3 .charging-section-wrapper .feature-container .feature-text-container, #section_3 .charging-section-wrapper .feature-container .feature-text-container .location-text{
        width: 100%;
        margin: 0;
    }

    #section_3 .charging-section-wrapper .feature-container .feature-text-container .feature-header, #section_3 .charging-section-wrapper .feature-container .feature-text-container .feature-header .location-header{
        width: 100%;
        text-align: center;
        font-size: 1.3rem;
    }

    #section_3 .charging-section-wrapper .feature-container .feature-text-container{
        width: 100%;
    }

    #section_3 .charging-section-wrapper .feature-container .feature-text-container .feature-text{
        font-size: 1rem;
        text-align: center;
    }

    #section_3 .charging-section-wrapper .feature-container .location-image{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #section_4 .research-center-wrapper .research-center-header h1{
        font-size: 1.5rem;
        text-align: center;
        margin: 0;
    }

    #section_4 .research-center-wrapper .benefits-container{
        flex-direction: column;
    }

    #section_4 .research-center-wrapper .benefits-container .benefits-text-container{
        width: 100%;
        text-align: center;
    }

    #section_4 .research-center-wrapper .benefits-container .benefits-text-container .benefit-wrapper{
        margin: 0;
    }

    #section_4 .research-center-wrapper .benefits-container .benefits-text-container .benefits-header{
        width: 100%;
        font-size: 1.3rem;
    }

    #section_4 .research-center-wrapper .benefits-container .benefits-text-container .benefits-text{
        font-size: 1rem;
        text-align: center;
    }

    #section_4 .research-center-wrapper .benefits-container .benefits-image-container{
        width: 100%;
        min-height: 300px;
    }

    #section_4 .benefits-list-container .benefits-list-header-container h1{
        font-size: 1.5rem;
    }

    #section_4 .benefits-list-items-wrapper{
        grid-template-columns: 1fr 1fr;
        padding-top: unset;
    }

    #section_4 .benefits-list-items-wrapper .benefits-list-item{
        padding: 0 0 2% 0;
    }

    #section_4 .benefits-list-items-wrapper .benefits-list-item span{
        height: 3.1rem;
    }

    #section_5 .vehicle-post-wrapper .vehicle-post h2{
        height: 5em;
        font-size: 1.3rem;
    }

    #section_5 .vehicle-post-wrapper .vehicle-post-text{
        min-height: 120px;
    }

    #section_5 .vehicle-post-wrapper .vehicle-post .vehicle-post-buttons-container .button-outlined{
        min-height: 4em;
    }

}