.experienceItems {
    margin-top: 24px;
    background-color: #ECF7FF;
    width: 100%;
    position: relative;
}

.experienceItems__title {
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    color: #202020;
}

.experienceItems .experienceItem {
    padding: 48px;
    display: flex;
    align-items: center;
    height: 100%;
    padding-bottom: 110px;
    padding-right: 170px;
}

.experienceItems .experienceItem__left {
    align-self: flex-start;
    max-width: 540px;
}

.experienceItems .experienceItem__types {
    display: flex;
    gap: 8px;
}

.experienceItems .experienceItem__type {
    color: #ADB4CB;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.experienceItems .experienceItem__title {
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    color: #000;
    margin-top: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.experienceItems .experienceItem__desc {
    color: #000;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.experienceItem__showMore {
    display: none;
    color: #ADB4CB;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-top: 14px;
    cursor: pointer;
}

.experienceItems .experienceItem__right {
    margin-left: 200px;
}

.experienceItems .experienceItem__tabs {
    display: flex;
    gap: 32px;
    position: relative;
    z-index: 2;
}

.experienceItems .experienceItem__tab {
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    color: #ADB4CB;
    cursor: pointer;
}

.experienceItems .experienceItem__tab.active {
    color: #0F479C;
}

.experienceItems .experienceItem__info {
    margin-top: 16px;
    max-width: 600px;
    position: relative;
    z-index: 2;
}

.experienceItems .experienceItem__infoItem {
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    display: none;
}

.experienceItems .experienceItem__infoItem.active {
    display: block;
}

.experienceItems .experienceItem__nums {
    position: absolute;
    right: 0;
    top: 18px;
}

.experienceItems .experienceItem__num {
    display: none;
}

.experienceItems .experienceItem__num.active {
    display: block;
}

.experienceItems .owl-nav {
    bottom: 48px;
    left: 48px;
    gap: 24px;
    display: flex;
}

.experienceItems .owl-carousel .owl-item {
    height: 0;
}

.experienceItems .owl-carousel .owl-item.active {
    height: auto;
}

.experienceItems .owl-carousel .owl-nav .owl-carousel__button {
    width: 48px;
    height: 48px;
    background-color: #fff;
    border: 1px solid #ADB4CB;
    box-sizing: border-box;
}

.experienceItems .owl-carousel .owl-nav .owl-carousel__button:hover {
    background: var(--theme-base-color);
}

.experienceItems .owl-carousel .owl-nav .owl-carousel__button svg,
.experienceItems .owl-carousel .owl-nav .owl-carousel__button svg * {
    stroke: var(--white_text_black);
}

.experienceItems .owl-carousel .owl-nav .owl-carousel__button:hover svg,
.experienceItems .owl-carousel .owl-nav .owl-carousel__button:hover svg * {
    stroke: #fff;
}

.experienceItems .show_more {
    display: flex;
    align-items: center;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: #0F479C;
    position: absolute;
    left: 200px;
    bottom: 60px;
    z-index: 999;
}

.experienceItems .show_more::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9.73684 17L9 16.2875L13.5132 12L9 7.7125L9.73684 7L15 12L9.73684 17Z' fill='%230F479C'/%3E%3C/svg%3E");
}

@media (max-width: 1400px) {
    .experienceItems .experienceItem {
        padding-right: 200px;
    }

    .experienceItems .experienceItem__right {
        margin-left: 50px;
    }
}

@media (max-width: 1200px) {
    .experienceItems .experienceItem {
        flex-direction: column;
        align-items: flex-start;
        gap: 48px;
        padding-right: 180px;
    }

    .experienceItems .experienceItem__left {
        width: 100%;
        max-width: initial;
        position: relative;
        z-index: 2;
    }

    .experienceItems .experienceItem__right {
        margin-left: 0;
        max-width: 100%;
    }

    .experienceItems .experienceItem__info {
        max-width: initial;
    }

    .experienceItems .experienceItem__nums {
        top: 50%;
        transform: translateY(-50%);
    }

    .experienceItems .experienceItem__num svg {
        width: 150px;
    }
}

@media (max-width: 700px) {
    .experienceItems .experienceItem {
        padding: 24px;
        padding-bottom: 80px;
    }

    .experienceItems .experienceItem__right {
        position: relative;
    }

    .experienceItems .experienceItem__tabs {
        flex-direction: column;
    }

    .experienceItems .experienceItem__num svg {
        width: 193px;
    }

    .experienceItems .experienceItem__nums {
        right: -24px;
        top: 46px;
        transform: none;
    }

    .experienceItems .owl-nav {
        bottom: 24px;
        left: 24px;
    }

    .experienceItems .show_more {
        bottom: 36px;
        left: 176px;
    }
}