.experience-list-container {
    overflow: hidden;
    width: 2585px;
    margin: 0 auto 60px;
}

.experience-wrap {
    float: left;
    width: 400px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
}

.experience-wrap img {
    width: 100%;
    height: 100%;
}

.experience-wrap > .experience-link {
    display: block;
}

.experience-wrap > .experience-link:hover {
    text-decoration: none;
}

.experience-wrap > .experience-link:hover .experience-title,
.experience-wrap > .experience-link:hover .img {
    color: #e41809;
}

.experience-wrap:not(.coming-soon) > .experience-link:hover .experience-image-wrap > img {
    filter: brightness(0.7);
}

.experience-wrap.coming-soon > .experience-link .experience-image-wrap > img {
    filter: brightness(0.7);
}

.experience-wrap .experience-label {
    top: 58%;
    left: 0;
    right: 0;
    text-align: center;
    color: #DFE5E8;
    font-family: Montserrat-Bold, sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    z-index: 2;
    padding: 14px 0;
    background-color: color-mix(in srgb, #353749 80%, transparent);

    &.coming-soon-text {
        background-color: rgba(255, 81, 83, 0.4);
    }
}

.experience-title {
    top: 0;
    background-image: linear-gradient(181deg, rgb(230, 233, 251) 80%, rgba(228, 24, 9, 0) 82%);
    font-family: Montserrat-Bold, sans-serif;
    text-transform: uppercase;
    color: #2c2e3d;
    height: 70px;
    width: 100%;
    bottom: 0;
    font-size: 17px;
    text-align: center;
    padding: 20px 15px 0 15px;
    letter-spacing: 1px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.experience-title span {
    white-space: nowrap;
}

.image-wrap {
    border-radius: 50%;
    background-color: #edeffe;
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 2;
    right: 5px;
    top: 42px;
    padding: 3px;
}

.image-wrap > img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.experience-image-wrap {
    width: 100%;
    height: 350px;
    padding-top: 50px;
    position: relative;
}

.experience-image-wrap > div {
    position: absolute;
}

.experience-description {
    background-color: #353749;
    height: 75px;
    padding: 10px;
    color: #DFE5E8;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
    font-size: 12px;
    overflow: hidden;
}

.experience-description > span {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#expSlider.slick-dotted.slick-slider {
    padding-bottom: 50px;
    margin-bottom: 0;
}

@media screen and (max-width: 439px) {
    .experience-wrap {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .experience-image-wrap > img {
        width: 100%;
    }
}

@media screen and (max-width: 2599px) and (min-width: 2070px) {
    .experience-list-container {
        width: 2050px;
    }
}

@media screen and (max-width: 2069px) and (min-width: 1670px) {
    .experience-list-container {
        width: 1640px;
    }
}

@media screen and (max-width: 1669px) and (min-width: 1270px) {
    .experience-list-container {
        width: 1230px;
    }
}

@media screen and (max-width: 1269px) and (min-width: 870px) {
    .experience-list-container {
        width: 820px;
    }
}

@media screen and (max-width: 869px) and (min-width: 450px) {
    .experience-list-container {
        width: 410px;
    }
}

@media screen and (max-width: 449px) {
    .experience-list-container {
        width: 100%;
        padding: 0 10px;
    }
}
