.relatedExperiencesLayout.style5 {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 0 0 60px;
}
.relatedExperiencesLayout.style5 .relatedExperiencesContainer {
    width: calc(100% - 40px);
    max-width: 990px;
    padding: 0 20px 50px;
}
.relatedExperiencesLayout.style5 .title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: 700;

    line-height: 33px;
    margin-bottom: 25px;
}
.relatedExperiencesLayout.style5 .text {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;

}
.relatedExperiencesLayout.style5 .experiences {
    float: left;
    width: calc(100% + 10px);
    position: relative;
    left: -5px;
}
.relatedExperiencesLayout.style5 .experience {
    float: left;
    width: calc(25% - 10px);
    margin: 0 5px;
    aspect-ratio: 300/575;
    background-size: cover;
    background-position: center;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    position: relative;
}
.relatedExperiencesLayout.style5 .experience:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}
.relatedExperiencesLayout.style5 .experience > * {
    z-index: 1;
}
.relatedExperiencesLayout.style5 .experience .duration {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.5px;
}
.relatedExperiencesLayout.style5 .experience .title {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    margin-bottom: 40px;
    font-weight: 600;
}
.relatedExperiencesLayout.style5 .experience .link {
    float: left;
    width: auto;
    margin: 0 auto 30px 30px;
    line-height: 50px;
    padding: 0 40px;
    background-color: #FCCE4A;

    border-radius: 25px;
    font-size: 14px;
    transition: all 0.3s ease 0s;
}
.relatedExperiencesLayout.style5 .experience .link:hover {
    background-color: #99B7C5;
    color: #ffffff;
}
.relatedExperiencesLayout.style5 .arrows {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    margin: 40px 0 0;
}
.relatedExperiencesLayout.style5 .arrows > div.slick-hidden {
    display: none;
}
.relatedExperiencesLayout.style5 .previousArrow {
    margin-right: 10px;
}
.relatedExperiencesLayout.style5 .slick-arrow {
    cursor: pointer;
}
.relatedExperiencesLayout.style5 .slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: default;
}
@media (max-width: 1200px) {
    .relatedExperiencesLayout.style5 .experienceBox {
        width: 340px;
    }
    .relatedExperiencesLayout.style5 .arrows {
        display: none;
    }
    .relatedExperiencesLayout.style5 .experiences {
        width: calc(100% + 32px);
    }
}
@media (max-width: 500px) {
    .relatedExperiencesLayout.style5 .experiences .experienceBox {
        width: 240px !important;
    }
}