#why-buy-ev .benefit{
    display: flex;
    height: 100% !important;
}
#why-buy-ev .benefits {
    margin-bottom: 80px;
}
#why-buy-ev .slick-dots{
    position: static;
    line-height: 16px;
    margin-top: 32px;
    margin-bottom: 0;
}
#why-buy-ev .slick-dots li button:before{
    font-weight: 900;
    font-size: 8px;
    line-height: 16px;
}
#why-buy-ev .benefit-img-wrapper {
    position: relative;
    min-height: 392px;
}
#why-buy-ev .benefit-img-wrapper .benefit-img {
    height: 100%;
    background-size: cover;
    background-position: center;
}
#why-buy-ev .benefit-content{
    display: block;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: #333333;
    padding-top: 36px;
}
#why-buy-ev .slick-list {
    margin: 0;
}
.benefit-content:after {
    content: '';
    position: absolute;
    background: #FAFAFA;
    height: 100%;
    top: 0;
    width: 100%;
    left: -12px;
    z-index: -1;
}
#why-buy-ev .benefit-title{
    margin-top: 19px;
    font-size: 24px;
    line-height: 32px;
    color: #333333;
}
#why-buy-ev .benefit-description{
    margin-top: 24px;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}
#why-buy-ev .benefit-header{
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #333333;
}
#why-buy-ev .benefit-button .learn-more{
    display: block;
    margin: 24px auto 0;
    width: 150px;
    font-family:'Open Sans', sans-serif;;
    font-size: 16px;
    line-height: 24px;
    color: #084777;
}
#why-buy-ev .facts-header{
    margin-bottom: 50px;
    color: #333333;
    text-align: center;
}
#why-buy-ev .fact{
    position: relative;
    text-align: center;
    padding: 0 12px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#why-buy-ev .fact-img{
    width: 100%;
    height: 104px;
}
#why-buy-ev .fact-title{
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    color: #333333;
}
#why-buy-ev .fact-button {
    display: block;
    margin-top: 40px;
}
#why-buy-ev .fact-button .learn-more {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #084777;
}
#why-buy-ev .fact-button i.fa,
#why-buy-ev .benefit-button i.fa {
    margin-left: 8px;
    width: 15px;
    text-align: right;
    font-size: 20px;
    transform: translate(0, 1px);
}
#why-buy-ev .slick-prev {
    left: -16px;
}
#why-buy-ev .slick-next {
    right: -11px;
}
#why-buy-ev .slick-prev,
#why-buy-ev .slick-next {
    top: 194px;
    z-index: 99;
    overflow: visible;
}
#why-buy-ev .slick-prev:before,
#why-buy-ev .slick-next:before {
    color: #104779;
    opacity: 1;
    font-size: 24px;
    line-height: 32px;
}
#why-buy-ev .slick-slider .slick-arrow {
    display:none !important;
}
#why-buy-ev .slick-slider:hover .slick-arrow {
    display:block !important;
}
#why-buy-ev .slick-dots li button::before {
    font-size: 8px;
}
#why-buy-ev .slick-dots li button,
#why-buy-ev .slick-dots li {
    width: 8px;
}
#why-buy-ev .slick-dots li button {
    padding: 4px;
}
#why-buy-ev .slick-dots li.slick-active button::before,
#why-buy-ev .slick-dots li button:hover::before, .slick-dots li button:focus::before {
    color: #084777;
    opacity: 1;
}
@media screen and (min-width: 768px) {
    #why-buy-ev .benefit-content div {
        padding-left: 0;
        padding-right: 24px;
    }
}
@media screen and (max-width: 767px) {
    #why-buy-ev .benefits {
        background: #FAFAFA;
    }
    #why-buy-ev .benefit {
        display: block;
    }
    #why-buy-ev .benefit-img-wrapper {
        min-height: inherit;
        padding: 0;
    }
    #why-buy-ev .benefit-img-wrapper .benefit-img {
        min-height: 198px;
    }
}