@media (min-width: 1200px) {
    .lifestyle {
        margin-top: 85px;
    }

    /* LIFESTYLE HEADER */
        .lifestyle .lifestyle-header {
            height: 400px;
            padding: 65px 40px;
        }
        .lifestyle .lifestyle-header > .content {
            width: 50%;
            position: absolute;
            display: block;
            padding: 32px 32px 43px;
        }
        .lifestyle .lifestyle-header > .content > p.text {
            padding: 0;
            text-align: left;
        }
        .lifestyle .lifestyle-header > .content > .title-wrapper > h1 {
            font-size: 55px;
            color: #242E49;
            letter-spacing: 1.38px;
            line-height: 74px;
            margin: 14px 0 22px;
        }
        .lifestyle .lifestyle-header > .content > p.text > span {
            display: inline !important;
        }


    /* BLOGS */
        .lifestyle .blogs {
            padding: 60px 50px;
        }
        .lifestyle .blogs > .blog-item {
            margin-bottom: 60px;
        }
        .lifestyle .blogs > .blog-item > .header {
            margin-bottom: 34px;
        }
        .lifestyle .blogs > .blog-item > .header > .meta {
            font-size: 14px;
            line-height: 19px;
            margin-bottom: 12px;
        }

        .lifestyle .blogs > .blog-item > .content {
            padding-left: 440px;
            min-height: 214px;
        }
        .lifestyle .blogs > .blog-item > .content > .photo {
            height: 214px;
            width: 380px;
        }
        .lifestyle .blogs > .blog-item > .content > .excerpt {
            margin-bottom: 53px;
        }


    /* TAGS AND PINTEREST */
        .lifestyle .footer {
            padding: 50px 40px;
            display: flex;
            justify-content: space-between;
        }
        .lifestyle .footer h4 {
            text-align: left;
        }

        .lifestyle .footer > .tags {
            width: 47%;
            display: block;
            margin-bottom: 0;
        }
        .lifestyle .footer > .tags > .collections {
            padding-right: 0;
            padding: 20px 20px 10px;
        }
        .lifestyle .footer > .tags > .collections > .extra-tags {
            display: block;
        }
        .lifestyle .footer > .tags > .collections a.tag {
            margin-right: 5px;
            margin-bottom: 10px;
            padding: 9.5px 10px;
        }

        .lifestyle .footer > .pinterest {
            width: 47%;
        }
        .lifestyle .footer > .pinterest > .collections > a {
            width: 19%;
            margin-bottom: 10px;
        }

}
