.relatedExperiencesLayout.style6 {
    float: left;
    width: 100%;
    margin-bottom: 65px;
}
.relatedExperiencesLayout.style6 .relatedExperiencesContainer {
    float: left;
    width: 100%;
    padding-left: calc((100% - var(--page-width)) / 2);
    box-sizing: border-box;
}
.relatedExperiencesLayout.style6 .relatedExperiences {
    float: left;
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
}
.relatedExperiencesLayout.style6 .texts {
    position: relative;
    float: left;
    width: 400px;
    padding:60px 60px 60px 0;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: center;
    -webkit-justify-content: center;
}
.relatedExperiencesLayout.style6 .titleTop {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 15px;
}
.relatedExperiencesLayout.style6 .titleBlue {
    float: left;
    width: 100%;
    font-size: 60px;
    font-weight: 600;
    line-height: 55px;
    /*color: #99B7C5;*/
    color: #637984;
}
.relatedExperiencesLayout.style6 .titleYellow {
    float: left;
    width: 100%;
    font-size: 60px;
    font-weight: 300;
    /*font-style: italic;*/
    color: #FCCE4A;
    line-height: 55px;
    margin-bottom: 30px;
}
.relatedExperiencesLayout.style6 .text {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 33px;
}
.relatedExperiencesLayout.style6 .link {
    background-color: #4A6F7C;
    color: #fff;
    float: left;
    width: auto;
    clear: left;
    line-height: 50px;
    padding: 0 40px;
    border-radius: 25px;
    margin-top: 40px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
.relatedExperiencesLayout.style6 .link:hover {
    background-color: #FCCE4A;
    color: #4A6F7C;
    text-decoration: none;
}
.relatedExperiencesLayout.style6 .experiences  {
    float: left;
    width: calc(100% - 400px);
}
.relatedExperiencesLayout.style6 .experiences .experienceBox {
    width: 380px !important;
}
.relatedExperiencesLayout.style6 .arrows {
    position: absolute;
    bottom: 0;
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-right: 60px;
    box-sizing: border-box;
}
.relatedExperiencesLayout.style6 .arrows .previousArrow {
    margin-right: 10px;
}
.relatedExperiencesLayout.style6 .arrows .slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: default;
}
.relatedExperiencesLayout.style6 .arrows .slick-arrow {
    cursor: pointer;
}
.relatedExperiencesLayout.style6 .arrows .slick-arrow.slick-disabled {
    cursor: default;
}
.relatedExperiencesLayout.style6 .mobileLink {
    display: none;
}