.card-text {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    height:83px;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    font-size: 18px;
    font-family: 'Athiti', sans-serif!important;
    color: grey;
}

.card-title{
    font-size: 28px;
    font-weight: 600;
    font-family: 'Athiti', sans-serif!important;
}

.text-muted{
    font-size: 14px;
    margin-bottom: 8px;
}

.btn-group {
    margin-top: 18px;
}

.semi-bold-600 {
    font-family: 'Athiti', sans-serif!important;
}

.regular-400 {
    font-family: 'Athiti', sans-serif!important;
}

.iwt {
    margin-right: 10px;
}

.card-img-top {
    height: 300px;
}

@media screen and (min-width: 576px) {
    .col-lg-4 {
        min-width: 450px;
    }
}

@media screen and (min-width: 768px) {
    .col-lg-4 {
        min-width: 350px;
    }
}

@media screen and (min-width: 992px) {
    .col-lg-4 {
        min-width: 450px;
    }
}

@media screen and (min-width: 1200px) {
    .col-lg-4 {
        min-width: 450px;
    }
}

@media screen and (min-width: 1400px) {
    .col-lg-4 {
        min-width: 33%;
    }
}