.latest {

}

.latest-products {
    padding-top    : 50px;
    padding-bottom : 80px;
}

.latest-products:after{
    display: block;
    clear: both;
    content: "";
}

.latest__buttons {
    padding-bottom : 50px;
}

.latest__buttons:after {
    display : block;
    content : '';
    clear   : both;
}

.latest__button {

}

.latest__button a {
    display          : block;
    max-width        : 360px;
    margin           : 0 auto;
    padding          : 20px 15px;
    text-align       : center;
    font             : 300 26px 'San Francisco', sans-serif;
    color            : #ffffff;
    text-decoration  : none;
    border-radius    : 10px;
    background-color : #7a3035;
    transition       : .3s background ease;
}

.latest__button a:hover {
    background-color : rgba(122, 48, 53, .8);
}

.latest__button a i {
    margin-left : 10px;
}

.latest__image {
    float      : left;
    width      : 70%;
    text-align : center;
    font-size  : 0;
    padding    : 0 40px;
    box-sizing : border-box;
}

.latest__image + .latest__button {
    float      : right;
    width      : 30%;
    margin-top : 70px;
    box-sizing : border-box;
    padding    : 0 40px;
}

.latest__button + .latest__title {
    float: none;
    margin: 20px auto 0 auto;
    text-align: center;
    box-sizing: border-box;
    padding: 0 63px;
}

.latest-products:nth-child(2n+1) .latest__image {
    float : right;
}

.latest-products:nth-child(2n+1) .latest__button {
    /*float : left;*/
}

@media (max-width : 1300px) {
    .latest__image {
        width : 65%;
    }

    .latest__image + .latest__button {
        width : 35%;
    }
}

@media (max-width : 1140px) {

    .latest-products {
        padding-top    : 20px;
        padding-bottom : 20px;
    }

    .latest__image {
        width : 50%;
    }

    .latest__image + .latest__button {
        width      : 50%;
        margin-top : 30px;
    }
}

@media (max-width : 768px) {
    .latest__button {
        padding    : 0 40px;
        box-sizing : border-box;
    }

    .latest__image {
        display : none;
    }
}