.blog-item-img {
    margin-bottom: 10px !important;
    margin-right: 20px !important;
    width: 400px;
    min-height: 199px;
    float: left;
}

.blog-item-headline {
    padding-top: 10px !important;
}

.last-blogs img {
    width: 100px;
    height: 100px;
    padding: 3px;
    border: solid 1px #f5f5f5;
}

.last-blogs h2 {
    margin-top: 0px !important;
}

.front-team .space-mobile {
    min-height: 425px;
}

.front-team h3 {
    line-height: 20px;
}

.front-team h3 small {
    padding-top: 10px;
}

.btn, .btn + .btn {
    margin-left: 0px;
    margin-bottom: 5px;
}

@media (max-width: 989px) {
    .employee-courses ul li:nth-child(2n+3) {
        clear: left !important;
    }
}

@media (max-width: 768px) {
    .employee-courses ul li h3 {
        text-align: center;
    }
}

@media (min-width: 990px) {
    .employee-courses ul li:nth-child(3n+4) {
        clear: left !important;
    }
}