@font-face {
    font-family: "Poppins", sans-serif;
    src: url(/static/fonts/NotoSans-Black.ttf) format('truetype');
}

@font-face {
    font-family: "Sriracha";
    src: url(/static/fonts/Sriracha-Regular.ttf) format('truetype');
}


a:hover {
    text-decoration: none
}

*,
::after,
::before {
    box-sizing: border-box;
}

h2{
    text-transform: capitalize !important;}


.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-8,
.col-xl-8,
.col-lg-3 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1200px) {
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width:576px) {

    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container {
        max-width: 1140px;
        padding-top: 30px;
    }
}

.backtop {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 40px;
    z-index: 999;
    width: 35px;
    height: 35px;
}

.lk-questions {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
}

.lk-questions-votes {
    display: flex;
    flex-direction: column;
    width: 80px;
}

.lk-questions-votes-top {
    display: flex;
    justify-content: space-around;
}

.lk-container p {
    margin-top: 0;
    margin-bottom: 0;
}

.lk-questions-votes-icon-up {
    display: inline-block;
    width: 20px;
    height: 12px;
    background-image: url(/static/images/up.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.lk-questions-votes-icon-down {
    display: inline-block;
    width: 20px;
    height: 12px;
    background-image: url(/static/images/down.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.lk-questions-votes-up-btn,
.lk-questions-votes-down-btn {
    background: #ccc6;
    border-radius: 6px;
    width: 32px;
    height: 32px;
    display: flex;
    text-align: center;
    line-height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lk-questions-votes-bottom {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.lk-questions-text {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    margin-left: .4rem;
    width: 70%;
}

.lk-questions-selected {
    display: none;
}

.section_1 {
    background: #000000;
    padding-top: 30px;
    padding-bottom: 20px;
}

.section_1 .search {
    margin: auto;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 12px;
    width: 900px;
    height: 40px;
    display: block;
    position: relative;
    border-radius: 6px 6px 6px 6px;
}

.section_1 input {
    font-weight: 500;
    color: #999999;
    font-style: normal;
    text-transform: none;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 40px;
    padding-left: 350px;
    width: 100%;
}

.search_btn img {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 320px;
    top: 12px;
}

.section_2 {
    background-color: #000000;
    padding-bottom: 30px;
    padding-top: 30px;
}

.section_2 .category h1 {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 30px;
}

.section_2 .block_1,
.section_3 .block_1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}


.section_2 .block_1_img,
.section_2 .block_1_text,
.section_3 .block_1_img,
.section_3 .block_1_text {
    width: 50%;
}

.section_2 .block_1_text h2 {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-left: 40px;
    margin-bottom: 20px;
}

.section_2 .block_1_text p {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-left: 40px;
}

.section_2 .block_1_img img {
    height: 300px;
    border-radius: 8px 8px 8px 8px;
}

.section_2 .block_2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section_2 .block_2 .block_2_item_1,
.section_2 .block_2 .block_2_item_2,
.section_2 .block_2 .block_2_item_3,
.section_3 .block_2 .block_2_item_1,
.section_3 .block_2 .block_2_item_2,
.section_3 .block_3 .block_2_item_1,
.section_3 .block_3 .block_2_item_2 {
    width: 32%;
}

.section_2 .block_2 .block_2_item_1,
.section_2 .block_2 .block_2_item_2,
.section_2 .block_2 .block_2_item_3 {
    margin-bottom: 30px;
}

.section_2 .block_2 .block_2_item_1 a {
    background: #1C1C1C;
    border-radius: 16px 16px 16px 16px;
    border: 4px solid #212121;
    padding: 12px 10px;
    display: block;
}


.section_2 .block_2 .block_2_item_1 a h2 {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #B8E900;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    -webkit-text-stroke: 1px #08011F;
    margin-bottom: 12px;
}


.section_2 .block_2 .block_2_item_1 a p {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #8F8F8F;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    /* -webkit-text-stroke: 1px #0C0C0C; */
    margin-bottom: 12px;
    border-top: 2px solid #282828;
    padding-top: 12px;
}

.section_2 .block_2 .block_2_item_1 a .read {
    height: 58px;
    background: #454545;
    border-radius: 31px 31px 31px 31px;
}

.section_2 .block_2 .block_2_item_1 a .read img {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    margin: 4px;
}

.section_2 .block_2 .block_2_item_1 a .read span {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    vertical-align: middle;
    padding-left: 20px;
}

.section_2 .block_2 .block_2_item_2 a {
    background: #1C1C1C;
    border-radius: 16px 16px 16px 16px;
    border: 4px solid #212121;
    padding: 12px 10px;
    display: block;
}

.section_2 .block_2 .item_4,
.section_2 .block_2 .block_2_item_1 .block_2_item_1_img {
    display: none;
}

.section_2 .block_2 .block_2_item_2 h2 {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #B8E900;
    line-height: 28px;
    text-stroke: 2px #08011F;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 12px;
    -webkit-text-stroke: 1px #08011F;
}

.section_2 .block_2 .block_2_item_1 img,
.section_2 .block_2 .block_2_item_2 img,
.section_2 .block_2 .block_2_item_3 img,
.section_2 .block_2 .block_2_item_4 img {
    margin-top: 24px;
    height: 198px;
    width: 100%;
    object-fit: cover;
    border-radius: 16px 16px 16px 16px;
}

.section_2 .block_2 .block_2_item_3 a {
    background: #1C1C1C;
    border-radius: 16px 16px 16px 16px;
    border: 4px solid #212121;
    padding: 12px 10px;
    display: block;
}

.section_2 .block_2 .block_2_item_3 a h2 {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #B8E900;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    -webkit-text-stroke: 1px #08011F;
    border-radius: 0px 0px 0px 0px;
    margin-bottom: 12px;
}

.section_2 .block_2 .block_2_item_3 a p {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #8F8F8F;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    /* -webkit-text-stroke: 1px #0C0C0C;*/
    padding-top: 12px;
    margin-bottom: 12px;
    border-top: 2px solid #282828;
}

.section_2 .block_2 .block_2_item_3 a img {
    height: 198px;
    width: 100%;
    object-fit: cover;
    margin-top: 0;
    border-radius: 16px 16px 16px 16px;
}

.section_2 .block_2 .block_2_item_2 img {
    margin-top: 0;
}

.section_3 {
    padding-top: 40px;
    padding-bottom: 40px;
}


.section_3 .category h1 {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 28px;
    color: #000000;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 30px;
}

.section_3 .block_1_text h2 {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-right: 40px;
    margin-bottom: 20px;
}

.section_3 .block_1_text p {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-right: 40px;
}

.section_3 .block_1_img img {
    height: 300px;
    border-radius: 8px 8px 8px 8px;
}

.section_3 .block_2 .block_2_item_1 a,
.section_3 .block_2 .block_2_item_2 a,
.section_3 .block_3 .block_2_item_1 a,
.section_3 .block_3 .block_2_item_2 a {
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    border: 4px solid #212121;
    padding: 10px;
    display: block;
}

.section_3 .block_2 .block_2_item_1 h2,
.section_3 .block_2 .block_2_item_2 h2,
.section_3 .block_3 .block_2_item_1 h2,
.section_3 .block_3 .block_2_item_2 h2 {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 6px;
}

.section_3 .block_2 .block_2_item_1 img,
.section_3 .block_2 .block_2_item_2 img,
.section_3 .block_3 .block_2_item_1 img,
.section_3 .block_3 .block_2_item_2 img {
    height: 150px;
    object-fit: cover;
    width: 100%;
    border-radius: 16px 16px 16px 16px;
}

.section_3 .block_2 .block_2_item_2 p,
.section_3 .block_3 .block_2_item_2 p {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 10px;
}

.section_3 .block_2 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.section_3 .block_3 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: -30px;
}

.section_4 {
    background: #B8E900;
    padding-top: 40px;
    padding-bottom: 20px;
    position: relative;
}

.section_4 .bg-1 {
    width: 649px;
    position: absolute;
    top: 0;
    z-index: 1;
}

.section_4 .bg-1:after {
    content: "";
}

.section_4 .bg-2 {
    width: 649px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.section_4 .bg-2:after {
    content: "";
}

.section_4 .container {
    position: relative;
    z-index: 99;
}
.section_4 .category h1 {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 28px;
    color: #000000;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 30px;
}
.section_4 .block_1 {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.section_4 .block_1 .item {
    flex: 0 0 33%;
    width: 33%;
    margin-bottom: 30px;
}
.section_4 .block_1 .item a {
    padding: 0 15px;
    display: block;
}
.section_4 .block_1 .item a img {
    height: 200px;
    border-radius: 16px 16px 16px 16px;
}
.section_4 .block_1 .item a h2 {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 12px;
}
.blog-posts {
    padding-bottom: 10px;
    padding-top: 0px;
}
.blog-posts .post-item .post-item-title {
    font-family: "Poppins", sans-serif !important;
    font-size: 26px !important;
    line-height: 36px !important;
    font-weight: bold !important;
    text-align: left !important;
    margin: 5px 0 20px !important;
    text-transform: capitalize;
}
.blog-posts .post-item img {
    display: block;
    margin: 0 auto 15px;
    height: auto;
    width: 100%;
    cursor: auto;
}
.blog-posts .post-item h1,
.blog-posts .post-item h2,
.blog-posts .post-item h1 span,
.blog-posts .post-item h2 span
 {
    font-family: "Poppins", sans-serif !important;
    font-size: 22px !important;
    line-height: 30px !important;
    font-weight: bold !important;
    text-align: left !important;
    margin-top: 0px !important;
    margin-bottom: 20px !important;
    text-indent: 0 !important;
}

.blog-posts .post-item h3,
.blog-posts .post-item h4,
.blog-posts .post-item h3 span,
.blog-posts .post-item h4 span 
{
    font-family: "Poppins", sans-serif !important;
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: bold !important;
    text-align: left !important;
    margin-top: 0px !important;
    margin-bottom: 20px !important;
    text-indent: 0px !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.blog-posts .post-item p,
.blog-posts .post-item span{
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
    line-height: 24px !important;
    text-align: left !important;
    margin-top: 0px !important;
    margin-bottom: 20px !important;
    text-indent: 0 !important;
word-break:break-all;
    margin-left: 0 !important;
}

.blog-posts .post-item dl,
.blog-posts .post-item ol,
.blog-posts .post-item ul {
    list-style: auto;
    margin-left: 25px;
}

.blog-posts .post-item ul li,
.blog-posts .post-item ol li {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
    line-height: 24px !important;
    text-align: left !important;
    margin-top: 0px !important;
    margin-bottom: 20px !important;
    color: #fff !important;
    text-indent: 0 !important;
    background: #000 !important;
}

.latest .title h1 {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 24px;
   
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 24px;
}

.latest .latest-item {
    margin-bottom: 24px;
}

.latest .latest-item img {
    margin-bottom: 16px;
    height: 153px;
    width: 100%;
    border-radius: 8px 8px 8px 8px;
}

.justify-between {
    display: flex;
    justify-content: space-between;
}

.latest .latest-item h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.share {
    display: flex;
    align-items: center;
    margin-top: 48px;
}

.share .share_p span {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-right: 40px;
}

.share .share_c a {
    margin-left: 15px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
}

.share .share_c a svg {
    margin-top: 5px;
    vertical-align: top;
}

footer {
    padding-bottom: 30px;
}

footer .border {
    border: 3px solid #FFFFFF;
    margin: auto;
    width: 80%;
    margin-bottom: 24px;
}

footer p {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 23px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

footer .fp {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
}

footer .fp p {
    padding: 0 10px;
}

.post-navigation {
    margin-top: 60px;
    background: #fff;
    height: 173px;
    padding: 40px;
    display: flex;
}

.post-navigation .previous-post,
.post-navigation .next-post {
    width: 50%;
}

.post-navigation .previous-post {
    text-align: left;
    float: left;
    border-left: 0 none;
    border-right: 0 none;
    padding: 0 30px 0 0;
    border-right: 1px solid #E0FF6A;
}

.post-navigation .next-post {
    text-align: right;
    float: left;
    border-right: 0 none;
    padding: 0 0 0 30px;
}

.post-navigation h6 {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #000;
}

.post-navigation h2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    margin: 8px 0 0;
    color: #000;
}

.list {
    background-color: #000;
    padding-top: 30px;
    padding-bottom: 30px;
}

.list-title h1 {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 46px;
    font-style: normal;
    text-transform: none;
    text-align: center;
    margin-bottom: 60px;
    text-transform: capitalize;
}

.list_item {
    display: flex;
    align-items: center;
    margin-bottom: 44px;
    padding-bottom: 44px;
    justify-content: space-between;
    border-bottom: 2px solid #1E2600;
}

.list_item a {
    color: #fff;
}

.list_item_img {
    width: 35%;
}

.list_item_text {
    width: 60%;
}

.list_item_img img {
    height: 240px;
    border-radius: 8px 8px 8px 8px;
    margin-right: 36px;
}

.list_item_text span {
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: left;
    font-style: normal;
}

.list_item_text h2 {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 34px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 16px;
    margin-top: 12px;

}

.list_item_text p {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 0;
}

.single-page-post {
    background-color: #000;
    color: #fff;
    font-family: "Poppins", sans-serif;
}


.single-page-post a {
    color: #B8E900;
}

.single-page-post p {
    margin-bottom: 0px;
    padding-bottom: 12px;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;

}

.single-page-post h1 {
    color: #FFFFFF;
    font-style: normal;
    text-transform: capitalize;
    margin-bottom: 16px;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 49.03px;

}

.single-page-post h2,
.single-page-post h3,
.single-page-post h4 {
    font-weight: bold;
    color: #FFFFFF;
    font-style: normal;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 49.03px;

}

.search_results {
    background-color: #000;
    padding-bottom: 32px;
}

.search_results h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 48px;
}

.search_results .results {
    border-bottom: 2px solid #1E2600;
    padding-bottom: 32px;
    margin-bottom: 40px;
}

.search_results blockquote {
    margin-bottom: 0;
}

.search_results .results cite a {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 16px;
    display: inline-block;
    text-decoration: none;
    display: block;
}

.search_results .results p a {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #F2F2F2;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 16px;
    text-decoration: none;
    display: block;
}

@media (max-width:1440px) {
    .section_2 .block_2 .block_2_item_1 a .read span {
        padding-left: 8px;
    }

    .section_4 .bg-1,
    .section_4 .bg-2 {
        width: 449px;
    }
}

@media (max-width:991px) {
    .section_1 .search {
        width: calc(100% - 172px);
    }

   

}

@media (max-width:768px) {

.section_3 .block_2,
.section_3 .block_3{
    align-items: center;}

    .blog-posts .post-item .post-item-title {
        font-size: 28px !important;
    }

    .section_4 .bg-1,
    .section_4 .bg-2 {
        width: 349px;
    }

    .search_btn img {
        left: 28%;
    }

    .section_1 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .section_1 input {
        padding-left: 35%;
    }

    .section_2 {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .section_2 .block_1 {
        display: block;
        margin-bottom: 20px;
    }

    .section_2 .block_1_img,
    .section_2 .block_1_text,
    .section_3 .block_1_img,
    .section_3 .block_1_text {
        width: 100%;
    }

    .section_2 .block_1_text h2 {
        margin-left: 0px;
        margin-top: 16px;
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 0;
    }

    .section_2 .block_1_text p,
    .section_2 .block_2 .block_2_item_1 a p,
    .section_2 .block_2 .block_2_item_1 a .read,
    .section_2 .block_2 .block_2_item_3 a p,
    .section_3 .block_1_text p,
    .section_3 .block_2 .block_2_item_2 p,
    .section_3 .block_3 .block_2_item_2 p,
    .section_3 .block_2 .block_2_item_2,
    .section_3 .block_3 .block_2_item_1 {
        display: none;
    }

    .section_2 .block_2 .block_2_item_1,
    .section_2 .block_2 .block_2_item_2,
    .section_2 .block_2 .block_2_item_3,
    .section_3 .block_2 .block_2_item_1,
    .section_3 .block_3 .block_2_item_2,
    .section_4 .block_1 .item {
        flex: 0 0 48%;
        width: 48%;
    }

    .section_2 .block_2 .block_2_item_1 a h2,
    .section_2 .block_2 .block_2_item_3 a h2,
    .section_2 .block_2 .block_2_item_2 h2,
    .section_4 .block_1 .item a h2 {
        -webkit-line-clamp: 3;
        margin-bottom: 0;
    }

    .section_2 .block_2 .block_2_item_1 img,
    .section_2 .block_2 .block_2_item_2 img,
    .section_2 .block_2 .block_2_item_3 img,
    .section_2 .block_2 .block_2_item_4 img {
        margin-top: 16px;
    }

    .section_2 .block_2 .item_4,
    .section_2 .block_2 .block_2_item_1 .block_2_item_1_img {
        display: block;
    }

    .section_2 .block_2 .block_2_item_1 a,
    .section_2 .block_2 .block_2_item_2 a,
    .section_2 .block_2 .block_2_item_3 a {
        padding: 10px;
    }

    .section_2 .block_2 .block_2_item_1,
    .section_2 .block_2 .block_2_item_2,
    .section_2 .block_2 .block_2_item_3,
    .section_3 .block_2 .block_2_item_1,
    .section_3 .block_2 .block_2_item_2 {
        margin-bottom: 32px;
    }

    .section_3 {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .section_4 {
        padding-top: 32px;
        padding-bottom: 0;
    }

    .section_3 .block_1 {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .section_3 .block_1_img {
        order: -1;
    }

    .section_3 .block_1_text h2 {
        margin-right: 0px;
        font-size: 28px;
        line-height: 34px;
        margin-top: 16px;
        margin-bottom: 0;
    }

    .section_3 .block_3 {
        margin-top: 0;
    }

    .section_3 .block_2 .block_2_item_1 h2,
    .section_3 .block_3 .block_2_item_2 h2 {
        -webkit-line-clamp: 4;
    }

    .m2 .block_2 .block_2_item_1 a p,
    .m2 .block_2 .block_2_item_1 a .read {
        display: -webkit-box;
    }

    .m2 .block_2 .block_2_item_1 a h2,
    .m2 .block_2 .block_2_item_3 a h2,
    .m2 .block_2 .block_2_item_2 h2 {
        -webkit-line-clamp: 4;
        margin-bottom: 10px;
    }

    .m2 .block_2 .block_2_item_1 a p {
        padding-top: 10px;
    }

    .m2 .block_2_item_1:nth-last-child(-n+2) {
        display: none;
    }

    .m2 {
        padding-bottom: 0;
    }

    .section_4 .block_1 {
        justify-content: space-between;
        margin-right: 0;
        margin-left: 0;
    }

    .section_4 .block_1 .item a {
        padding: 0;
    }

    .section_4 .block_1 .item {
        margin-bottom: 20px;
    }

    footer {
        padding-top: 40px;
    }

    footer .border {
        border: 2px solid #fff;
        margin-bottom: 16px;
    }

    footer p {
        color: #999999;
        font-size: 18px;
        line-height: 24px;
    }

    footer .fp a p {
        text-decoration: underline;
        padding-bottom: 5px;
        text-underline-offset: 8px;
    }

    


    .share .share_p span {
        font-size: 16px;
        margin-right: 10px;
    }

    .share .share_c a {
        margin-left: 5px;
    }

    .list-title h1 {
        font-size: 28pxpx;
        line-height: 56px;
        margin-bottom: 38px;
    }

    .list_item_text span,
    .list_item_text p {
        display: none;
    }

    .list_item_text h2 {
        -webkit-line-clamp: 5;
        font-size: 28px;
        line-height: 33px;
        text-align: center;
        font-weight: 500;
    }

    .list_item_img {
        width: 50%;
    }

    .list_item_text {
        width: 45%;
    }

    .list_item {
        margin-bottom: 32px;
        padding-bottom: 32px;
    }

    .list {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .search_results .results cite a {
        font-size: 28px;
    }

    .post-navigation {
        padding: 20px;
        margin-top: 30px;
        height: auto;
    }

    .post-navigation h6 {
        font-size: 16px;
    }

    .post-navigation h2 {
        font-size: 18px;
    }

    .post-navigation .next-post {
        padding: 0 0 0 15px;
    }

    .post-navigation .previous-post {
        padding: 0 15px 0 0;
    }
}

@media (max-width:660px) {
    .section_1 .search {
        width: calc(100% - 100px);
    }

    .section_1 input {
        padding-left: 20%;
        font-size: 20px;
    }

    .search_btn img {
        left: 12%;
    }

    .section_2 .block_2 .block_2_item_1 a .read span {
        padding-left: 0;
        font-size: 16px;
    }


}

@media (max-width:425px) {
    .post-navigation {
        padding: 10px;
        margin-top: 30px;
        height: auto;
    }

    .post-navigation h6 {
        font-size: 16px;
        line-height: 24px;
    }

    .post-navigation h2 {
        font-size: 16px;
        line-height: 22px;
        -webkit-line-clamp: 3;
    }

    .blog-posts .post-item .post-item-title {
        font-size: 24px !important;
        line-height: 32px !important;
        margin: 20px 0 10px !important;
    }

    .section_4 .bg-1,
    .section_4 .bg-2 {
        width: 249px;
    }

    .section_2 .block_1_img img,
    .section_3 .block_1_img img {
        height: 180px;
    }

    .section_1 {
        padding-bottom: 10px;
        padding-top: 0px;
    }

    .section_1 .search {
        height: 36px;
    }

    .section_1 input {
        line-height: 36px;
        font-size: 12px;
        padding-left: 25%;
    }

    .search_btn img {
        width: 16px;
        height: 16px;
        top: 10px;
        left: 15%;
    }

    .container {
        padding: 0 16px;
    }

    .section_2 {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .section_2 .category h1,
    .section_3 .category h1,
    .section_4 .category h1 {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 20px;
    }

    .section_2 .block_1_text h2,
    .section_3 .block_1_text h2 {
        font-size: 16px;
        line-height: 20px;
        margin-top: 8px;
    }

    .section_2 .block_1 {
        margin-bottom: 16px;
    }

    .section_2 .block_2 .block_2_item_1 a,
    .section_2 .block_2 .block_2_item_2 a,
    .section_2 .block_2 .block_2_item_3 a,
    .section_3 .block_2 .block_2_item_1 a,
    .section_3 .block_2 .block_2_item_2 a,
    .section_3 .block_3 .block_2_item_1 a,
    .section_3 .block_3 .block_2_item_2 a {
        padding: 8px;
    }

    .section_2 .block_2 .block_2_item_1 a h2,
    .section_2 .block_2 .block_2_item_3 a h2,
    .section_2 .block_2 .block_2_item_2 h2 {
        font-size: 14px;
        line-height: 16px;
        -webkit-text-stroke: 0px #08011F;
    }

    .section_2 .block_2 .block_2_item_1 img,
    .section_2 .block_2 .block_2_item_2 img,
    .section_2 .block_2 .block_2_item_3 img,
    .section_2 .block_2 .block_2_item_4 img,
    .section_2 .block_2 .block_2_item_3 a img {
        margin-top: 8px;
        height: 100px;
    }

    .section_2 .block_2 .block_2_item_1,
    .section_2 .block_2 .block_2_item_2,
    .section_2 .block_2 .block_2_item_3,
    .section_3 .block_2 .block_2_item_1,
    .section_3 .block_2 .block_2_item_2,
    .section_3 .block_1 {
        margin-bottom: 16px;
    }

    .section_3,
    .m2 {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .section_3 .block_2 .block_2_item_1 h2,
    .section_3 .block_3 .block_2_item_2 h2 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .section_3 .block_2 .block_2_item_1 img,
    .section_3 .block_2 .block_2_item_2 img,
    .section_3 .block_3 .block_2_item_1 img,
    .section_3 .block_3 .block_2_item_2 img {
        height: 100px;
    }

    .m2 .block_2 .block_2_item_1 a h2,
    .m2 .block_2 .block_2_item_3 a h2,
    .m2 .block_2 .block_2_item_2 h2 {
        margin-bottom: 12px;
    }

    .m2 .block_2 .block_2_item_1 a p {
        font-size: 12px;
        line-height: 14px;
        padding-top: 12px;
        -webkit-text-stroke: 0px #0C0C0C;
        margin-bottom: 12px;
    }

    .section_2 .block_2 .block_2_item_1 a .read img {
        width: 23px;
        height: 23px;
        margin: 2px;
    }

    .section_2 .block_2 .block_2_item_1 a .read {
        height: 27px;
    }

    .section_2 .block_2 .block_2_item_1 a .read span {
        font-size: 10px;
    }

    .section_4 {
        padding-top: 16px;
    }

    .section_4 .block_1 .item a img {
        height: 110px;
    }

    .section_4 .block_1 .item a h2 {
        font-size: 14px;
        line-height: 16px;
        margin-top: 8px;
    }

    .section_4 .block_1 .item {
        margin-bottom: 16px;
    }

    footer {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    footer p {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 10px;
    }

    footer .border {
        border: 1px solid #1A1A1A;
        margin-bottom: 8px;
    }

    footer .fp a p {
        padding-bottom: 0px;
        text-underline-offset: 1px;
    }

    .blog-posts .post-item .title {
        font-size: 24px !important;
        line-height: 32px !important;
        margin-bottom: 20px !important;
    }

    .blog-posts .post-item h1,
    .blog-posts .post-item h2,
    .blog-posts .post-item h1 span,
    .blog-posts .post-item h2 span {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    .blog-posts .post-item h3,
    .blog-posts .post-item h4,
    .blog-posts .post-item h3 span,
    .blog-posts .post-item h4 span {
        font-size: 18px !important;
        line-height: 26px !important;
    }


    .blog-posts .post-item p,
    .blog-posts .post-item span {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .share {
        display: block;
        margin-top: 20px;
    }

    .share .share_p span {
        font-size: 16px;
        margin-right: 10px;
    }

    .share .share_c {
        margin-top: 10px;
    }

    .share .share_c a {
        margin-left: 5px;
    }

    .list-title h1 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 24px;
    }

    .list_item_img img {
        height: 114px;
    }

    .list_item_text h2 {
        -webkit-line-clamp: 5;
        font-size: 14px;
        line-height: 16px;
    }

    .list_item_text {
        width: 47%;
    }

    .list_item {
        margin-bottom: 16px;
        padding-bottom: 16px;
    }

    .list {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .search_results .results cite a {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .search_results .results p a {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .search_results .results {
        padding-bottom: 24px;
        margin-bottom: 32px;
    }

    .search_results h2 {
        margin-bottom: 32px;
    }

    .section_3 .block_2 .block_2_item_1 a,
    .section_3 .block_2 .block_2_item_2 a,
    .section_3 .block_3 .block_2_item_1 a,
    .section_3 .block_3 .block_2_item_2 a {
        border: 2px solid #212121;
    }
}