﻿.carousel-wrapper {
    overflow: hidden;
    margin-bottom: 30px;
}

.carousel-list {
    transition: transform 200ms cubic-bezier(0.21, 0.59, 0.17, 1.06);
    margin-top: 20px;
    display: flex;
}

.thumbnail.carousel-item {
    transition: box-shadow 350ms ease;
    box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px;
    min-width: 300px;
    width: 300px;
    max-width: 300px;
    margin-right: 15px;
    padding-top: 18px;
}

.thumbnail.carousel-item:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

    .thumbnail.carousel-item .no-photo {
        display: flex;
        align-items: center;
        height: 200px;
        justify-content: center;
        margin-left: 13.6px;
        margin-right: 13.6px;
        border: 1px solid #ddd;
    }

    .thumbnail.carousel-item img {
        height: 200px;
        object-fit: contain;
    }

.caption-info {
    padding: 0 12px;
}

.carousel-nav {
    margin: 10px 0;
}
    
    .carousel-nav > * {
        font-size: 3rem;
        padding: 1.2rem 3rem;
    }

    .carousel-nav .carousel-next {
        margin-left: 2rem;
    }
    
.company-name-section-wrapper {
    display: flex;
    justify-content: space-between;
}