.top-instructors .organization-of-events .content {
    margin-top: 58px;
    width: 100%;
    height: 465px;
    background-image: url(../images/instructors-background.png);
    background-size: 120% 90%;
    background-position: center;
    background-repeat: no-repeat;
}

.top-instructors .organization-of-events .content .ti-ooe-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    width: 1200px;
    height: 100%;
}

.ti-ooe-content .overview-text::-webkit-scrollbar {
    width: 4px;
}

.ti-ooe-content .overview-text::-webkit-scrollbar-thumb {
    width: 4px;
    background-color: #dbdbdb;
    border-radius: 2px;
}

.ti-ooe-content .overview-text {
    width: 480px;
    height: 90%;
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 33px;
    overflow: auto;
}

.ti-ooe-content .overview-text table td {
    padding: 4px;
    border: 1px solid #eeeeee;
}

.ti-ooe-content .instructors-ooe-swiper {
    position: relative;
    width: 693px;
    height: 100%;
}

.ti-ooe-content .instructors-ooe-swiper .ti-ooe-swiper .swiper-slide {
    height: 465px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #eeeeee;
}

.ti-ooe-content .instructors-ooe-swiper .ti-ooe-swiper .swiper-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ti-ooe-prev,
.ti-ooe-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 99;
}

.ti-ooe-prev {
    left: 20px;
}

.ti-ooe-next {
    right: 20px;
}

.instructors-activity-showcase .title-wrap {
    margin-top: 128px;
}

.instructors-activity-showcase .content {
    position: relative;
    margin-top: 54px;
    width: 1200px;
}

.instructors-activity-showcase .content .prev,
.instructors-activity-showcase .content .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.instructors-activity-showcase .content .prev {
    left: -50px;
}

.instructors-activity-showcase .content .next {
    right: -50px;
}

.ti-activity-showcase {
    margin: auto;
    width: 1200px;
    height: 340px;
}

.instructors-activity-showcase .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
}

.instructors-activity-showcase .swiper-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}