.blog-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-main>h1 {
    font-size: 24px;
    font-weight: 900;
    width: 100%;
    margin: 50px 0 20px;
}

.blog-wrapper {
    width: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tags-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px;
}

.tags-list h6 {
    font-size: 13px;
    font-weight: 400;
    margin: 10px 20px 0 0;
    min-width: 130px;
}

.tags-list ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #747474;
}

.tags-list ul li {
    padding: 5px 10px;
    background: #EAEBEF;
    font-size: 13px;
    font-weight: 400;
    margin: 5px;
    text-transform: lowercase;
}

.blog-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ffffff;
    -webkit-box-shadow: 2px 5px 15px #f2f2f2;
    box-shadow: 2px 5px 15px #f2f2f2;
    margin-bottom: 30px;
}

.blog-img {
    max-width: 290px;
    max-height: 190px;
    overflow: hidden;
}

.blog-content {
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blog-content h6 {
    font-size: 18px;
    font-weight: 900;
    margin: 0 0 15px;
}

.blog-content>p {
    font-size: 10px;
    font-weight: 300;
    margin: 0 0 15px;
}

.blog-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-btn ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 8px;
    font-weight: 300;
    max-width: 60%;
    color: #747474;
}

.blog-btn ul li:first-child {
    margin-right: 3px;
}

.blog-btn>a {
    background: #ffffff;
    border: 1px solid #343434;
    color: #343434;
    font-weight: 700;
    font-size: 13px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.blog-btn>a:hover {
    color: #ffffff;
    background: #343434;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.blog-insta {
    margin-left: 50px;
    width: calc(45% - 50px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.social-us,
.hash {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin-left: 10px;
}

.insta-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.insta-block li {
    width: calc(50% - 20px);
    padding: 24% 0;
    margin: 10px;
    background-size: cover;
    position: relative;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.insta-block li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "frankof";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.insta-block li a::before {
    content: '\e806';
    position: relative;
    z-index: 2;
    opacity: 0;
    color: #ffffff;
    font-size: 18px;
}

.insta-block li a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #343434;
    opacity: 0;
    z-index: 1;
}

.insta-block li:hover a::after {
    opacity: .6;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.insta-block li:hover a::before {
    opacity: 1;
}

.social-us {
    margin: 10px 0 10px 10px;
}

.social-us li {
    font-size: 14px;
    font-weight: 700;
    color: #747474;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.social-us li:first-child {
    color: #343434;
    font-size: 13px;
}

.hash li {
    font-size: 13px;
    font-weight: 700;
    color: #343434;
    margin-right: 10px;
}

.hash li img {
    max-width: 25px;
}

.navigation.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px;
}

@media (max-width: 960px) {
    .blog-main {
        padding: 0 20px;
    }
    .blog-wrapper {
        width: 100%;
    }
    .blog-insta {
        margin-left: 0;
        margin-bottom: 20px;
        width: calc(100%);
    }
    .insta-block {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .social-us {
        margin: 10px 0 10px 0;
    }
    .social-us,
    .hash {
        margin-left: 0;
    }
    .insta-block li {
        width: 48%;
        margin: 10px 0;
    }
}

@media (max-width: 560px) {
    .blog-block {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        margin-bottom: 15px;
    }
    .blog-main>h1 {
        margin: 25px 0 10px;
    }
    .blog-img {
        max-width: 100%;
        max-height: 240px;
    }
    .navigation.pagination {
        margin-bottom: 30px;
    }
    .blog-content {
        padding: 15px 0px;
    }
}