﻿.home-content {
    max-width: 285px;
    min-height: 140px;
    /*TODO last and first elements should not have the same margin*/
    margin: 0 10px 0 10px;
}

.home-content h4 {
    border-bottom: thin solid black;
    min-height: 63px;
}

.home-left, .home-right {
    float: left;
    width: 50%;
}

.home-bottom {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}

.home-list {
    display: flex;
}

.container {
    margin-top: 40px;
    margin-bottom: 40px;
}