.selection{
    padding: 2.5rem 0px 0.5rem;
    background: url(../images/bg/bg-selection.png) center no-repeat;
    background-size: cover;
}
.block-selection{
    margin-bottom: 2rem;
}

.block-selection .head-title h4{
    color: #2c318d;
    text-transform: uppercase;
    font-size: 1.3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.block-selection .list-block-selection{
    margin-bottom: 15px;
}
.block-selection .list-block-selection.t2{
    margin-bottom: 5px;
}
.block-selection .list-block-selection h4{
    text-transform: uppercase;
    color: #0098d8;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.block-selection .list-block-selection p,
.block-selection p{
    margin-top: 10px;
    color: #626262;
    font-size: 1.2rem;
}
.line-clamp1{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.line-clamp2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.line-clamp3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.block-selection .list-block-selection .small,
.block-selection .list-block-selection small {
    font-size: 60%;
    font-weight: 400;
    color: #0098d8;
}

.block-selection .list-block-selection-vdo .vdo{
    border-bottom: 10px solid #2c318d;
    
}

.itile-vdo h4{
    text-transform: uppercase;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width: 1199px){
    .block-selection .head-title h4{
        width: 90%;
    }
}

@media screen and (min-width: 1200px){
    .block-selection{
        padding-left: 25px;
        padding-right: 25px;
    }    
    .block-selection .head-title h4{
        color: #2c318d;
        text-transform: uppercase;
        font-size: 1.3rem;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        text-overflow: ellipsis;
    }  
}