main{
    padding: 0px;
}

.preview{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    width: 100%;
    height: 40vh;
}

.title h1{
    color: #464646;
    text-transform: uppercase;
    font-size: 2.23rem;
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 20px;
}

.article{
    display: block;
    background-color: #ffffff;
    margin: 10px 0 10px 0;
}

.article .preview{
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;

    height: 200px !important;
    max-height: 130px;
}

.article .content{
    padding: 16px;
    color: #474747;
}

.article .content .title{
    font-size: 1.8rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.article .content .description{
    font-size: 1.2rem;
}

.article-content{
    font-size: 18px;
}