* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
[x-cloak] { display: none }
.blog_text_shadow {
    text-shadow: 1px 1px 5px black;
}
.blog_banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 220px;
}
.gradient_blog_banner {
    box-shadow: 0 0 50px 80px white;
}
.gradient_blog_banner_green {
    background: linear-gradient(to right, white, transparent);
}
body {
    font-family: 'Roboto', sans-serif !important;
}

.blog_content {
    color: #5f5f5f;
}
.blog_content figure img {
    width: 90%;
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    margin: 0 auto;
}
.blog_content figure {
    width: 70vw;
    max-width: 100%;
    margin:auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
    text-align: center;
}
.blog_content blockquote {
    width: 100vw;
    height: 13rem;
    max-width: 100%;
    background-color: #92B640;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.blog_content blockquote p {
    font-weight: 600;
    width: 90%;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0;
}

.blog_content h2 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem;
    position: relative;
    margin: 1rem;
}
.blog_content h2::before {
    position: absolute;
    top: .2rem;
    left: -1.5rem;
    content: '';
    width: 1rem;
    height: 1.3rem;
    background-color: #92B640;
}
.blog_content h3 {
    margin: 1rem;
    color: #92B640;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.5rem;
}
.blog_content h4 {
    margin: 1rem;
    font-weight: 600;
}
.blog_content p {
    margin: 1rem;
}

.blog_content p a {
    text-decoration: none;
    color: #eb771b;
    cursor: pointer;
}
.blog_content p a:hover {
    opacity: 0.7;
}

.blog_content ul, .blog_content ol {
    margin: 1rem;
    list-style: none;
}
.blog_content ul li, .blog_content ol li {
    margin: .3rem .5rem;
    /* margin-top: 1rem; */
    line-height: 1.5rem;
    padding-left: 2rem;
}
.blog_content ul li::before {
    content: "\2713";
    color: #92B640;
    font-weight: bold;
    display: inline-block;
    width: 2.5rem;
    margin-left: -2.5rem;
    font-size: 30px;
    vertical-align: middle;
}
.blog_content ol li::before {
    content: "\2717";
    color: #b91c1c;
    font-weight: bold;
    display: inline-block;
    width: 2.5rem;
    margin-left: -2.5rem;
    font-size: 30px;
    vertical-align: middle;
}

@media (min-width: 670px) {
    /* .blog_content h2 {
        font-size: 1.5rem;
        margin: 1.5rem;
    }
    .blog_content h3 {
        margin: 1rem 1.5rem;
    }
    .blog_content h4 {
        margin: 1rem 1.5rem;
    }
    .blog_content p {
        margin: 1.5rem;
    }
    .blog_content blockquote p {
        margin: 0;
    }
    .blog_content ul, .blog_content ol {
        margin: 1rem 1.5rem;
    } */
    .blog_content ul li, .blog_content ol li {
        padding-left: 2rem;
    }
}
@media (min-width: 768px) {
    .blog_banner {
        height: 300px;
    }
    .blog_content h2 {
        margin-left: 4rem;
    }
    .blog_content h3 {
        margin-left: 4rem;
    }
    .blog_content h4 {
        margin-left: 4rem;
    }
    .blog_content p {
        margin-left: 4rem;
    }
    .blog_content ul, .blog_content ol {
        margin-left: 4.5rem;
    }
    .blog_content blockquote p {
        font-size: 1.8rem;
        line-height: 2rem;
        margin: 0;
    }
    .blog_content figure img {
        width: 60%;
    }
}
@media (min-width: 992px) {

}

@media (min-width: 1280px) {
    .blog_content *:not(blockquote,figure) {
        max-width: 1124px;
        margin: 0 auto;
    }
    /* .blog_content h2 {
        font-size: 2rem;
        line-height: 2rem;
        margin: 1.5rem auto;
    } */
    .blog_content h2::before {
        width: 3rem;
        height: 2rem;
        top: 0;
        left: -4.5rem;
    }
    /* .blog_content h3 {
        font-size: 1.7rem;
        line-height: 1.8rem;
        margin: 1.5rem auto;
    }
    .blog_content h4 {
        font-size: 1.2rem;
        line-height: 1.7rem;
        margin: 1.5rem auto;
    }
    .blog_content p {
        font-size: 1.2rem;
        line-height: 1.7rem;
        margin: 1.5rem auto;
    }
    .blog_content ul, .blog_content ol {
        margin: 1.5rem auto;
    } */
    .blog_content blockquote p {
        margin: 0;
        /* font-size: 2.25rem;
        line-height: 2.5rem; */
    }
    .blog_content ul li, .blog_content ol li {
        padding-left: 3rem;
        /* font-size: 1.2rem;
        line-height: 1.7rem; */
    }
    .blog_content figure img {
        width: 50%;
    }
}

.facebook-container {
    background-color: #3b5998;
}
.email-container {
    background-color: #ea4335;
}
.whatsapp-container {
    background-color: #43d854;
}
.twitter-container {
    background-color: #55acee;
}
.viber-container {
    background-color: #665CAC;
}
.pinterest-container {
    background-color: #c8232c;
}
.facebook-container:hover {
    background-color: #EFEFEF;
    color: #3b5998;
}
.email-container:hover {
    background-color: #EFEFEF;
    color: #ea4335;
}
.whatsapp-container:hover {
    background-color: #EFEFEF;
    color: #43d854;
}
.twitter-container:hover {
    background-color: #EFEFEF;
    color: #55acee;
}
.viber-container:hover {
    background-color: #EFEFEF;
    color: #665CAC;
}
.pinterest-container:hover {
    background-color: #EFEFEF;
    color: #c8232c;
}
