.achievements-section {
    padding: 142px 0 245px 0;
    background-color: #FFFFFF;
    position: relative;
}
.achievements-section .title {
    margin: 0 0 28px!important;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    color: rgba(17, 24, 39, 1) !important;
}
.achievements-section .subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: rgba(75, 85, 99, 1);
    margin: 0 0 70px!important;
}
.achievements-section .items {
    position: relative;
    min-width: 100%;
    /*white-space: nowrap;*/
    overflow-x: hidden;
    scroll-behavior: smooth;
    display: flex;
    flex-direction: row;
    gap: 32px;
    padding: 52px 0 62px 40px;
}
.achievements-section .timeline-section {
    position: relative;
}
.achievements-section .timeline-border {
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 2px;
    border: 1px solid rgba(229, 231, 235, 1)
}
.achievements-section .item {
    position: relative;
    padding: 25px 24px 24px 24px;
    border: 1px solid rgba(229, 231, 235, 1);
    box-shadow: 0 4px 80px 0 rgba(0, 0, 0, 0.1);
    width: 320px;
    /*height: 400px;*/
    border-radius: 12px;
}
.achievements-section .item .year {
    text-align: left;
    margin: 0 0 12px 0!important;
    padding: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: rgba(3, 195, 215, 1)!important;
}
.achievements-section .item .title {
    text-align: left;
    margin: 0 0 18px!important;
    padding: 0;
    min-height: 72px;
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    color: rgba(17, 24, 39, 1)!important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.achievements-section .item .description {
    text-align: left;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: rgba(75, 85, 99, 1)!important;

}
.achievements-section .item:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: rgba(3, 195, 215, 1);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 16px;
    bottom: -60px;
    z-index: 555555;
}
.achievements-section .item img {
    width: 272px;
    height: 192px;
    border: 1px solid rgba(229, 231, 235, 1);
    border-radius: 8px;
    margin-bottom: 8px!important;
}
.achievements-section .button {
    width: 46px;
    height: 48px;
    border-radius: 48px;
    border: 1px solid rgba(229, 231, 235, 1);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1), 0 4px 6px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.achievements-section .button img {
    width: 14px;
}
.achievements-section .button.disabled {
    opacity: 0.3;
    cursor: not-allowed;
}



