.main p {
    font-size: 16px;
}

.homepage .main p {
    font-size: 14px;
}

.media-item {
    border-bottom: 1px solid #55565c;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

/* financings */

.list-financings {
    list-style: none;
}

.list-financings li {
    float: left;
    width: 192px;
    height: 240px;
    margin-right: 15px;
    margin-bottom: 25px;
    border-bottom: solid #626164 1px;
    text-align: center;
}

.list-financings .heading {
    height: 110px;
    display: block;
    line-height: 90px;
    color: #0078b6;
    font-size: 20px;
}

.list-financings img {
    display: block;
    margin-bottom: 15px;
}

.list-financings .amount {
    font-weight: bold;
}
.media-item.last {
border-bottom: 0;
padding-bottom: 0;
margin-bottom: 0;
}
.box.video {
margin-bottom: 10px;
}