/* Add you custom css here */

.line-clamp-1,
.line-clamp-2,
.line-clamp-3,
.line-clamp-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-1 {
    -webkit-line-clamp: 1;
}

.line-clamp-2 {
    -webkit-line-clamp: 2;
}

.line-clamp-3 {
    -webkit-line-clamp: 3;
}

.line-clamp-4 {
    -webkit-line-clamp: 4;
}

.s2-h-81px,
.s3-h-81px,
.s4-h-81px,
.s5-h-81px,
.s6-h-81px,
.s7-h-81px,
.s9-h-81px,
.s10-h-81px {
    height: 81px;
}

.s2-h-55px,
.s4-h-55px,
.s5-h-55px {
    height: 55px;
}

.s3-h-45px,
.s4-h-45px {
    height: 45px;
}

.s6-h-60px {
    height: 60px;
}

.s11-h-40px {
    height: 40px;
}


.section-7 p {
    margin: 0;
}

.margin-b-4px {
    margin-bottom: 4px;
}