.t888-tabs-video-default .tab-content-wrapper {
    margin-bottom: 50px;
}

.video-wrap-item {
    display: flex;
    margin: 0px -8px;
}
.video-first-wrapper img, .video-third-wrapper img{
    width: 474px;
    height: 264px;
    object-fit: cover;
    object-position: center;
}
.video-second-wrapper img{
    width: 220px;
    height: 124px;
    object-fit: cover;
    object-position: center;
}
.video-second-wrapper .video-item:nth-child(2){
    margin-top: 15px;
}
    

.video-item {
    padding: 8px 8px !important;
}

.service-item .img-wrap {
    position: relative;
    padding-top: 66%;
    margin-bottom: 20px;
}

.service-item .img-wrap img {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    object-fit: cover;
    margin: auto;
}

.service-item .info-wrap .service-title {
    margin-bottom: 20px;
}

.service-item .info-wrap .service-excerpt {
    font-size: 16px;
    line-height: 150%;
    color: #1A1A1A;
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service-item .info-wrap .read-more-wrap i {
    margin-left: 10px;
}

.t888-tabs-video-default .nav-tabs {
    margin-bottom: 50px;
}

.t888-tabs-video-default .nav-tabs .nav-item {
    width: 33.33333%;
}

.t888-tabs-video-default .nav-tabs .nav-item .nav-link {
    width: 100%;
    margin: 0px;
    display: inline-flex;
    justify-content: center;
    border: none;
    color: #1A1A1A;
    position: relative;
    border-radius: 0px;
}

.t888-tabs-video-default .nav-tabs .nav-item .nav-link::after {
    height: 4px;
    width: 100%;
    background-color: transparent;
    content: "";
    display: block;
    position: absolute;
    bottom: -4px;
}

.t888-tabs-video-default .nav-tabs .nav-item .nav-link.active,
.t888-tabs-video-default .nav-tabs .nav-item .nav-link:hover {
    font-weight: bold;
}

.t888-tabs-video-default .nav-tabs .nav-item .nav-link.active::after,
.t888-tabs-video-default .nav-tabs .nav-item .nav-link:hover::after {
    background-color: #EB0A1E;
}