
.img-box {
    width: 13.4%;
    margin-right: 39px;
    flex-shrink: 0;
}
.img-box img {
    width: 100%;
}
.item {
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #eee   ;
}
.content-box {
    align-items: center;
    font-size: 24px;
    width:100%;
}
.details {
    line-height: 1;
    padding: 15px 31px;
    background-image: linear-gradient(122deg, 
		#70cbf6 0%, 
		#47a4e8 100%);
	border-radius: 23px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}
#box {
    margin-top: 38px;
    min-height: 80vh;
}
.watch-more {
    color: #919191;
    font-size: 16px;
    text-align: center;
    margin: 45px 0;
}
.item:hover {
    cursor: pointer;

}
.item:hover .list-title {
    color: #70cbf6;
}
@media (min-width: 768px) and (max-width:992px) {
    .content-box {
        font-size: 16px;
    }
    .details {
        padding: 10px 25px;
        font-size: 14px;
    }
    .watch-more {
        margin: 30px 0;
    }

}
@media (max-width: 768px) {
    #box {
        margin-top: 0px;
    }
    .content-box {
        font-size: 14px;
    }
    .img-box {
        width: 21%;
        margin-right: 10px;
        flex-shrink: 0;
    }
    .details {
        padding: 6px 8px;
        border-radius: 15px;
        font-size: 11px;
    }
    .watch-more {
        font-size: 12px;
        margin: 14px 0;
    }

}
a {

    color:#000;
}