.landing__item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}
.landing__item:nth-of-type(even){
    flex-direction: row-reverse;
}
.landing__item__image{
    width: 57.083%;
    margin-right: 3.333%;
}
.landing__item:nth-of-type(even) .landing__item__image{
    margin-right: 0;
    margin-left: 3.333%;
}
.landing__item__content{
    width: 39.583%;
}
.landing__item__content.all-fit{
    width: 100%;
}
.landing__item__heading{
    font-weight: 100;
    font-size: 28px;
    line-height: 30px;
    color: #00c4d9;
    text-transform: uppercase;
    font-family: Prosto-Bold, sans-serif;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 17px;
}
.landing__item__text{
    font-size: 15px;
    line-height: 26px;
    color: rgb(89, 89, 89);
    display: block;
    margin-bottom: 23px;
    letter-spacing: -.5px;
}

@media (max-width: 991px) {
    .landing__item__image{
        width: 50%;
        margin-right: 3.333%;
    }
    .landing__item__content{
        width: 46.67%;
    }
}

@media (max-width: 767px) {
    .landing__item{
        flex-wrap: wrap;
    }
    .landing__item:nth-of-type(even){
        flex-direction: row;
    }
    .landing__item__image{
        width: 100%!important;
        margin: 0 0 20px!important;
    }
    .landing__item__content{
        width: 100%;
    }

}

.landing__list .new-models {
    margin-top: 0;
}
.landing__list .new-models .another__blog__heading{
    font-weight: 100;
    font-size: 28px;
    line-height: 30px;
    color: #00c4d9;
    text-transform: uppercase;
    font-family: Prosto-Bold, sans-serif;
    letter-spacing: 1px;
    margin-bottom: 17px;
    text-align: center;
    width: 100%;
}