.container-xl {
    width: 83%;
    margin: 0 auto;
}

.flexible-fleet-wrapper {
    position: relative;
}

.flexible-fleet-card {
    border-radius: 10px;
    background-color: #F8F8F8;
    padding: 30px;
    font-size: 16px;
    color: #777777;
}

    .flexible-fleet-card strong {
        font-weight: bold !important;
        color: #333333 !important;
    }

    .flexible-fleet-card img {
        margin-bottom: 1em;
    }

    .flexible-fleet-card h4 {
        font-size: 28px;
        font-weight: normal;
        text-transform: uppercase;
        line-height: 1em;
    }

    .flexible-fleet-card .bottom {
        text-align: center;
    }

.teal .bttn {
    color: #fff;
    line-height: 1.1em;
}

.blue .bttn {
    color: #fff;
    line-height: 1.1em;
}

.purple .bttn {
    color: #fff;
    line-height: 1.1em;
}


.flexible-fleet-card hr {
    height: 1px;
    border: 0;
    background: #333333;
    width: 100%;
    max-width: initial;
    margin-bottom: 1rem;
}


.flexible-fleet-card ul {
    list-style: none;
    padding-left: 0;
    color: #333333;
    margin-bottom: 15px;
}

    .flexible-fleet-card ul li {
        position: relative;
        padding-left: 0px;
        margin-bottom: 0.5em;
    }

        .flexible-fleet-card ul li i {
            display: inline;
            margin-right: 10px;
        }

.flexible-fleet-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.embla__container .embla__slide {
    margin: 0 15px;
}

.embla__container .embla__slide {
    display: flex;
    height: auto;
}

.flexible-fleet-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
	
	width: 100%;
}

.embla__slide.dimmed {
    opacity: 0.4 !important;
    pointer-events: none !important; /* optional */
    transition: opacity 0.3s ease !important;
}

.fa-circle {
    font-size: 8px;
}

.flexible-fleet-card p {
    line-height: 18px;
    margin-bottom: 10px;
}

.intro-title {
    font-weight: bold;
}

.embla {
    overflow: hidden;
    position: relative;
    max-width: 100%;
}

.embla__container {
    display: flex;
}

.embla__slide {
    flex: 0 0 calc(100% / 3.75);
    min-width: 0;
}

.embla__slide {
    opacity: 0.4;
}

    .embla__slide.is-bright {
        opacity: 1;
    }

.embla .embla__button--next, .embla .embla__button--prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 57px !important;
    height: 58px !important;
}

.embla .embla__button--next {
    right: 30px !important;
	background: none;
    border: 0;
}

button:focus {
    outline: dotted 1px;
    outline: -webkit-focus-ring-color auto 0px;
}


    .embla .embla__button--next::before {
        content: '' !important;
        display: block;
        width: 57px;
        height: 58px;
        background-image: url('/images/btn-right-hover.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

.embla .embla__button--prev {
    left: 15px !important;
	background: none;
    border: 0;
}

    .embla .embla__button--prev::before {
        content: '' !important;
        display: block;
        width: 57px;
        height: 58px;
        background-image: url('/images/btn-left-hover.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

@media (max-width: 992px) {
    .embla__slide {
        flex: 0 0 calc(100% / 2.15);   
        min-width: 0;
    }
}

@media (max-width: 576px) {
    .embla__slide {
        flex: 0 0 calc(100% / 1.5); 
    }
}
