section.carousel {
    padding: 100px 0 100px;
}

.carousel-header {
    text-align: center;
    margin-bottom: 70px;
}
.carousel-header h3 {
    margin-bottom: 20px;
    font-weight: normal;
}
.carousel h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}


/* the slides */
section.carousel .slick-slide {
    margin: 0 10px;
}
/* the parent */
section.carousel .slick-list {
    margin: 0 -10px;
}
.carouselSlider-nav {
    margin: 0 auto;
    width: 70px;
    margin-top: 50px;
}
.carouselSlider-prev, .carouselSlider-next {
    background-image: url(../../images/slide-left-blue.svg);
    background-position: center;
    height: 25px;
    width: 25px;
    background-size: contain;
    position: static;
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
}
.carouselSlider-next {
    background-image: url(../../images/slide-right-blue.svg);
    transition: all 0.3s ease;
    float: right;
}
.carouselSlider-prev:hover, .carouselSlider-next:hover {
    opacity: .5;
}
section.carousel button.slick-prev.slick-arrow,
section.carousel button.slick-next.slick-arrow{
    display: none !important;
}
.carouselSliderEach {
    border-radius: 20px;
    position: relative;
    text-align: center;
    overflow: hidden;
    background-color: #fff;
}



.carouselImage {
    width: 100%;
    height: 350px;
    overflow: hidden;
}
.carouselImage img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease;
}
.carouselImage:hover img {
    transform: scale(1.1);
}
.carouselContent {
    padding: 20px 40px;
    display: flex;
    align-items: center;
}
.carouselContent p {
    color: #0057A4;
}


.carousel-slider-out.image_only .carouselSliderEach {
    background: none;
    border-radius: 0;
}
.carousel-slider-out.image_only .carouselImage {
    height: 100px;
    border-radius: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.carousel-slider-out.image_only .carouselImage img {
    object-fit: contain;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}




@media (max-width:1566px) {
}


@media (max-width:1440px) {
    .carouselImage {
        height: 310px;
    }
}
@media (max-width:1380px) {
}
@media only screen and ( max-width: 1199px) {
}
@media only screen and ( max-width: 961px) {
    section.carousel {
        padding: 60px 0 70px;
    }
    .carousel-header {
        margin-bottom: 40px;
    }
    .carousel-header h3 {
        margin-bottom: 15px;
    }
}
@media only screen and ( max-width: 768px) {
}
@media only screen and ( max-width: 560px) {
    .carouselSlider-nav {
        margin-top: 30px;
    }
}