.Speciallization_Key_Feature {}

.Speciallization_Key_Feature.key-program {
    margin: 30px 0px;
}

.key-program.Speciallization_Key_Feature .title {
    color: #fff;
}

.key-program.Speciallization_Key_Feature .description {
    color: #fff;
}


.key-program .icon-box {
    padding: 15px 10px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgb(173, 49, 77), rgb(121, 35, 88));
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, .12);
    transition: .3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    height: 334px;
}

.key-program .icon-box::before {
    content: "";
    position: absolute;
    background: #cbe0fb;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: .3s;
    z-index: -1;
}

.key-program .icon-box .image_holder {
    width: 80px;
    height: 80px;
    margin: 0 auto 10px;
}

.key-program .icon-box .image_holder .inner_img {
    width: 100%;
    height: 100%;
    background: #fff;
}

.key-program .title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
    text-align: center;
    color: #fff;
}

.key-program .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 6;
    color: #fff;
}

.key-program .swiper-pagination-bullet-active {
    background: #000;
}