body, html, input, select {
    font-family: 'Montserrat', sans-serif !important;
    color: dimgray;
}
.container-full.ks-head p, .container-full.ks-middle p, .container-full.ks-navigation p {
    margin: 0px;
}
.ks-category-item-href {
text-align: right;
}
.ks-category-item-description {
    text-align: justify;

}
    .ks-category-item-description img {
        object-fit: contain;
        max-width: 100%;
        max-height: 150px;
        width: auto;
        height: auto;
        margin: 5px;
    }

    .ks-category-item-description img.img-left {
        float: left;

    }
    .ks-category-item-description img.img-right {
        float: right;
       
    }

.ks-category-item {
    border-bottom: 1px #e6e6e6 solid;
    padding: 15px 0 15px 0; 
}