/* ---- Main Section Start -----*/
@media only screen and (min-width: 2560px) {
    .blog-single-main-section-container{
        padding-bottom: 50px;
    }
    .blog-single-main-section-container .blog-single-image-banner{
        width: 87%;
        height: 350px;
        align-self: end;
    }
    .blog-single-main-section-container .blog-single-main-title{
        display: flex;
        justify-content: center;
        padding-top: 170px;
        color: white;
        font-size: 45px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 2559px) {
    .blog-single-main-section-container{
        padding-bottom: 50px;
    }
    .blog-single-main-section-container .blog-single-image-banner{
        width: 87%;
        height: 350px;
        align-self: end;
    }
    .blog-single-main-section-container .blog-single-main-title{
        display: flex;
        justify-content: center;
        padding-top: 170px;
        color: white;
        font-size: 55px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 2559px) {
    .blog-single-main-section-container{
        padding-bottom: 50px;
    }
    .blog-single-main-section-container .blog-single-image-banner{
        width: 86%;
        height: 350px;
        align-self: end;
    }
    .blog-single-main-section-container .blog-single-main-title{
        display: flex;
        justify-content: center;
        padding-top: 170px;
        color: white;
        font-size: 55px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 2120px) {
    .blog-single-main-section-container{
        padding-bottom: 50px;
    }
    .blog-single-main-section-container .blog-single-image-banner{
        width: 87%;
        height: 320px;
        align-self: end;
    }
    .blog-single-main-section-container .blog-single-main-title{
        display: flex;
        justify-content: center;
        padding-top: 170px;
        color: white;
        font-size: 50px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 1920px) {
    .blog-single-main-section-container{
        padding-bottom: 50px;
    }
    .blog-single-main-section-container .blog-single-image-banner{
        width: 87%;
        height: 290px;
        align-self: end;
    }
    .blog-single-main-section-container .blog-single-main-title{
        display: flex;
        justify-content: center;
        padding-top: 150px;
        color: white;
        font-size: 40px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 1620px) {
    .blog-single-main-section-container{
        padding-bottom: 50px;
    }
    .blog-single-main-section-container .blog-single-image-banner{
        width: 90%;
        height: 280px;
        align-self: end;
    }
    .blog-single-main-section-container .blog-single-main-title{
        display: flex;
        justify-content: center;
        padding-top: 150px;
        color: white;
        font-size: 30px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 1349px) {
    .blog-single-main-section-container{
        padding-bottom: 50px;
    }
    .blog-single-main-section-container .blog-single-image-banner{
        width: 93%;
        height: 240px;
        align-self: end;
    }
    .blog-single-main-section-container .blog-single-main-title{
        display: flex;
        justify-content: center;
        padding-top: 120px;
        color: white;
        font-size: 35px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 1099px) {
    .blog-single-main-section-container{
        padding-bottom: 50px;
    }
    .blog-single-main-section-container .blog-single-image-banner{
        width: 95%;
        height: 240px;
        align-self: end;
    }
    .blog-single-main-section-container .blog-single-main-title{
        display: flex;
        justify-content: center;
        padding-top: 120px;
        color: white;
        font-size: 25px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 991px) {
    .blog-single-main-section-container{
        padding-bottom: 30px;
    }
    .blog-single-main-section-container .blog-single-image-banner{
        width: 95%;
        height: 200px;
        align-self: end;
    }
    .blog-single-main-section-container .blog-single-main-title{
        display: flex;
        justify-content: center;
        padding-top: 90px;
        color: white;
        font-size: 30px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 860px) {
    .blog-single-main-section-container{
        padding-bottom: 30px;
    }
    .blog-single-main-section-container .blog-single-image-banner{
        width: 97%;
        height: 180px;
        align-self: end;
    }
    .blog-single-main-section-container .blog-single-main-title{
        display: flex;
        justify-content: center;
        padding-top: 90px;
        color: white;
        font-size: 20px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 767px) {
    .blog-single-main-section-container{
        padding-bottom: 20px;
    }
    .blog-single-main-section-container .blog-single-image-banner{
        width: 100%;
        height: 220px;
        align-self: end;
    }
    .blog-single-main-section-container .blog-single-main-title{
        display: flex;
        justify-content: center;
        padding-top: 90px;
        color: white;
        font-size: 25px;
        font-weight: bold;
        text-align: center;
    }
    .blog-single-main-section-container .blog-single-main-title span{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (max-width: 426px) {
    .blog-single-main-section-container{
        padding-bottom: 20px;
    }
    .blog-single-main-section-container .blog-single-image-banner{
        width: 100%;
        height: 200px;
        align-self: end;
    }
    .blog-single-main-section-container .blog-single-main-title{
        display: flex;
        justify-content: center;
        padding-top: 90px;
        color: white;
        font-size: 21px;
        font-weight: bold;
        text-align: center;
    }
    .blog-single-main-section-container .blog-single-main-title span{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (max-width: 365px) {
    .blog-single-main-section-container{
        padding-bottom: 20px;
    }
    .blog-single-main-section-container .blog-single-image-banner{
        width: 100%;
        height: 180px;
        align-self: end;
    }
    .blog-single-main-section-container .blog-single-main-title{
        display: flex;
        justify-content: center;
        padding-top: 80px;
        color: white;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
    }
    .blog-single-main-section-container .blog-single-main-title span{
        padding-left: 10px;
        padding-right: 10px;
    }
}
/* ---- Main Section End -----*/

/* ---- Second Section Start -----*/
/* Blog Left Side*/
@media only screen and (min-width: 1200px) {
    .blog-single-second-section-container{
        padding-bottom: 50px;
    }
    .single-blog-left-box{
        width: 100%;
        height: auto;
    }
    .single-blog-left-box img{
        max-width: 100%;
        height: auto;
        border-radius: 30px;
    }
    .single-blog-date-box{
        cursor: pointer;
     }
    .single-blog-date-box i{
        color: #808080;
        font-size: 16px;
     }
    .single-blog-date-box span{
       color: #808080;
       font-size: 16px;
       padding-left: 10px;
    }
    .single-blog-writer-box{
        padding-left: 50px;
        cursor: pointer;
    }
    .single-blog-writer-box i{
        color: #808080;
        font-size: 16px;
    }
    .single-blog-writer-box span{
       color: #808080;
       font-size: 16px;
       padding-left: 10px;
    }
    .single-blog-content{
        font-size: 17px;
        text-align: justify;
        padding-top: 20px;
    }
}
@media only screen and (max-width: 1199px) {
    .blog-single-second-section-container{
        padding-bottom: 50px;
    }
    .single-blog-left-box{
        width: 100%;
        height: auto;
    }
    .single-blog-left-box img{
        max-width: 100%;
        height: auto;
        border-radius: 30px;
    }
    .single-blog-date-box{
        cursor: pointer;
     }
    .single-blog-date-box i{
        color: #808080;
        font-size: 15px;
     }
    .single-blog-date-box span{
       color: #808080;
       font-size: 15px;
       padding-left: 10px;
    }
    .single-blog-writer-box{
        padding-left: 40px;
        cursor: pointer;
    }
    .single-blog-writer-box i{
        color: #808080;
        font-size: 15px;
    }
    .single-blog-writer-box span{
       color: #808080;
       font-size: 15px;
       padding-left: 10px;
    }
    .single-blog-content{
        font-size: 16px;
        text-align: justify;
        padding-top: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .blog-single-second-section-container{
        padding-bottom: 50px;
    }
    .single-blog-left-box{
        width: 100%;
        height: auto;
    }
    .single-blog-left-box img{
        max-width: 100%;
        height: auto;
        border-radius: 30px;
    }
    .single-blog-date-box{
        cursor: pointer;
     }
    .single-blog-date-box i{
        color: #808080;
        font-size: 15px;
     }
    .single-blog-date-box span{
       color: #808080;
       font-size: 15px;
       padding-left: 10px;
    }
    .single-blog-writer-box{
        padding-left: 40px;
        cursor: pointer;
    }
    .single-blog-writer-box i{
        color: #808080;
        font-size: 15px;
    }
    .single-blog-writer-box span{
       color: #808080;
       font-size: 15px;
       padding-left: 10px;
    }
    .single-blog-content{
        font-size: 16px;
        text-align: justify;
        padding-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .blog-single-second-section-container{
        padding-bottom: 50px;
    }
    .single-blog-left-box{
        width: 100%;
        height: auto;
    }
    .single-blog-left-box img{
        max-width: 100%;
        height: auto;
        border-radius: 30px;
    }
    .single-blog-date-box{
        cursor: pointer;
     }
    .single-blog-date-box i{
        color: #808080;
        font-size: 13px;
     }
    .single-blog-date-box span{
       color: #808080;
       font-size: 13px;
       padding-left: 10px;
    }
    .single-blog-writer-box{
        padding-left: 40px;
        cursor: pointer;
    }
    .single-blog-writer-box i{
        color: #808080;
        font-size: 13px;
    }
    .single-blog-writer-box span{
       color: #808080;
       font-size: 13px;
       padding-left: 10px;
    }
    .single-blog-content{
        font-size: 15px;
        text-align: justify;
        padding-top: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .blog-single-second-section-container{
        padding-bottom: 50px;
    }
    .single-blog-left-box{
        width: 100%;
        height: auto;
        text-align: center;
    }
    .single-blog-left-box img{
        max-width: 90%;
        height: auto;
        border-radius: 30px;
        display: inline-block;
    }
    .single-blog-date-box{
        cursor: pointer;
        padding-left: 30px;
     }
    .single-blog-date-box i{
        color: #808080;
        font-size: 12px;
     }
    .single-blog-date-box span{
       color: #808080;
       font-size: 12px;
       padding-left: 5px;
    }
    .single-blog-writer-box{
        padding-left: 40px;
        cursor: pointer;
        padding-right: 30px;
    }
    .single-blog-writer-box i{
        color: #808080;
        font-size: 12px;
    }
    .single-blog-writer-box span{
       color: #808080;
       font-size: 12px;
       padding-left: 5px;
    }
    .single-blog-content{
        font-size: 13px;
        text-align: justify;
        padding-top: 20px;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media only screen and (max-width: 399px) {
    .blog-single-second-section-container{
        padding-bottom: 50px;
    }
    .single-blog-left-box{
        width: 100%;
        height: auto;
        text-align: center;
    }
    .single-blog-left-box img{
        max-width: 90%;
        height: auto;
        border-radius: 20px;
        display: inline-block;
    }
    .single-blog-date-box{
        cursor: pointer;
        padding-left: 20px;
     }
    .single-blog-date-box i{
        color: #808080;
        font-size: 12px;
     }
    .single-blog-date-box span{
       color: #808080;
       font-size: 12px;
       padding-left: 5px;
    }
    .single-blog-writer-box{
        padding-left: 30px;
        cursor: pointer;
        padding-right: 10px;
    }
    .single-blog-writer-box i{
        color: #808080;
        font-size: 12px;
    }
    .single-blog-writer-box span{
       color: #808080;
       font-size: 12px;
       padding-left: 5px;
    }
    .single-blog-content{
        font-size: 12px;
        text-align: justify;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Blog Right Side*/
@media only screen and (min-width: 1200px) {
    /* Blog Latest Post*/
    .latest-blog-box{
        max-width: 100%;
        max-height: 100%;
        display: flex;
        justify-content: end;
    }
    .latest-blog-card{
        width: 90%;
        height: auto;
        background: white;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border-radius: 20px;
        padding: 20px;
    }
    .latest-blog-title-box{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }
    .latest-blog-circle-left{
        width: 10px;
        height: 10px;
        background: #1f2835;
        border-radius: 100%;
    }
    .latest-blog-title-box span{
        font-size: 24px;
        font-weight: bold;
        color: black;
    }
    .latest-blog-circle-right{
        width: 10px;
        height: 10px;
        background: #f66d10;
        border-radius: 100%;
    }
    .latest-blog-card-small-box {
        padding-top: 15px;
    }
    .latest-blog-card-small {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: column;
        margin-bottom: 15px;
        cursor: pointer;
        text-decoration: none;
    }
    .latest-blog-card-small:last-child {
        margin-bottom: 0; 
    }
    .latest-blog-card-small:hover .latest-blog-small-title {
        color: #f66d10;
    }
    .latest-blog-card-small img{
        max-width: 30%;
        height: auto;
        border-radius: 5px;
    }
    .latest-blog-content-box{
        flex-direction: column;
        padding-left: 10px;
    }
    .latest-blog-small-title{
        font-size: 16px;
        font-weight: bold;
        color: black;
        padding-top: 3px;
    }
    .latest-blog-small-date{
        font-size: 13px;
        color: black;
    }
    /* Blog Category */
    .blog-category-box{
        padding-top: 30px;
        max-width: 100%;
        max-height: 100%;
        display: flex;
        justify-content: end;
    }
    .blog-category-card{
        width: 90%;
        height: auto;
        background: white;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border-radius: 20px;
        padding: 20px;
    }
    .latest-category-title-box{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }
    .latest-category-title-box span{
        font-size: 24px;
        font-weight: bold;
        color: black;
    }
    .latest-hashtag-box{
        display: flex;
        flex-direction: column;
        padding-top: 10px;
        gap: 10px;
    }
    .latest-hashtag-box a{
        text-decoration: none;
        color: black;
        font-size: 17px;
    }
    .latest-hashtag-box a:hover{
        color: #f66d10;
    }
    /* Blog Tags */
    .blog-tag-box{
        padding-top: 30px;
        max-width: 100%;
        max-height: 100%;
        display: flex;
        justify-content: end;
    }
    .blog-tag-card{
        width: 90%;
        height: auto;
        background: white;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border-radius: 20px;
        padding: 20px;
    }
    .latest-tag-title-box{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }
    .latest-tag-title-box span{
        font-size: 24px;
        font-weight: bold;
        color: black;
    }
    .latest-tag-box{
        display: flex;
        flex-direction: column;
        padding-top: 10px;
        gap: 10px;
    }
    .latest-tag-box a{
        text-decoration: none;
        color: black;
        font-size: 17px;
    }
    .latest-tag-box a:hover{
        color: #f66d10;
    }
}
@media only screen and (max-width: 1199px) {
    /* Blog Latest Post*/
    .latest-blog-box{
        max-width: 100%;
        max-height: 100%;
        display: flex;
        justify-content: end;
    }
    .latest-blog-card{
        width: 90%;
        height: auto;
        background: white;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border-radius: 20px;
        padding: 20px;
    }
    .latest-blog-title-box{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }
    .latest-blog-circle-left{
        width: 10px;
        height: 10px;
        background: #1f2835;
        border-radius: 100%;
    }
    .latest-blog-title-box span{
        font-size: 22px;
        font-weight: bold;
        color: black;
    }
    .latest-blog-circle-right{
        width: 10px;
        height: 10px;
        background: #f66d10;
        border-radius: 100%;
    }
    .latest-blog-card-small-box {
        padding-top: 15px;
    }
    .latest-blog-card-small {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: column;
        margin-bottom: 15px;
        cursor: pointer;
        text-decoration: none;
    }
    .latest-blog-card-small:last-child {
        margin-bottom: 0; 
    }
    .latest-blog-card-small:hover .latest-blog-small-title {
        color: #f66d10;
    }
    .latest-blog-card-small img{
        max-width: 30%;
        height: auto;
        border-radius: 5px;
    }
    .latest-blog-content-box{
        flex-direction: column;
        padding-left: 10px;
    }
    .latest-blog-small-title{
        font-size: 15px;
        font-weight: bold;
        color: black;
        padding-top: 3px;
    }
    .latest-blog-small-date{
        font-size: 12px;
        color: black;
    }
    /* Blog Category */
    .blog-category-box{
        padding-top: 30px;
        max-width: 100%;
        max-height: 100%;
        display: flex;
        justify-content: end;
    }
    .blog-category-card{
        width: 90%;
        height: auto;
        background: white;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border-radius: 20px;
        padding: 20px;
    }
    .latest-category-title-box{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }
    .latest-category-title-box span{
        font-size: 22px;
        font-weight: bold;
        color: black;
    }
    .latest-hashtag-box{
        display: flex;
        flex-direction: column;
        padding-top: 10px;
        gap: 10px;
    }
    .latest-hashtag-box a{
        text-decoration: none;
        color: black;
        font-size: 16px;
    }
    .latest-hashtag-box a:hover{
        color: #f66d10;
    }
    /* Blog Tags */
    .blog-tag-box{
        padding-top: 30px;
        max-width: 100%;
        max-height: 100%;
        display: flex;
        justify-content: end;
    }
    .blog-tag-card{
        width: 90%;
        height: auto;
        background: white;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border-radius: 20px;
        padding: 20px;
    }
    .latest-tag-title-box{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }
    .latest-tag-title-box span{
        font-size: 22px;
        font-weight: bold;
        color: black;
    }
    .latest-tag-box{
        display: flex;
        flex-direction: column;
        padding-top: 10px;
        gap: 10px;
    }
    .latest-tag-box a{
        text-decoration: none;
        color: black;
        font-size: 16px;
    }
    .latest-tag-box a:hover{
        color: #f66d10;
    }
}
@media only screen and (max-width: 991px) {
    /* Blog Latest Post*/
    .latest-blog-box{
        max-width: 100%;
        max-height: 100%;
        display: flex;
        justify-content: center;
        padding-top: 20px;
    }
    .latest-blog-card{
        width: 98%;
        height: auto;
        background: white;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border-radius: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .latest-blog-title-box{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }
    .latest-blog-circle-left{
        width: 10px;
        height: 10px;
        background: #1f2835;
        border-radius: 100%;
    }
    .latest-blog-title-box span{
        font-size: 24px;
        font-weight: bold;
        color: black;
    }
    .latest-blog-circle-right{
        width: 10px;
        height: 10px;
        background: #f66d10;
        border-radius: 100%;
    }
    .latest-blog-card-small-box {
        padding-top: 15px;
    }
    .latest-blog-card-small {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: column;
        margin-bottom: 15px;
        cursor: pointer;
        text-decoration: none;
    }
    .latest-blog-card-small:last-child {
        margin-bottom: 0; 
    }
    .latest-blog-card-small:hover .latest-blog-small-title {
        color: #f66d10;
    }
    .latest-blog-card-small img{
        max-width: 25%;
        height: auto;
        border-radius: 5px;
    }
    .latest-blog-content-box{
        flex-direction: column;
        padding-left: 10px;
    }
    .latest-blog-small-title{
        font-size: 21px;
        font-weight: bold;
        color: black;
        padding-top: 10px;
    }
    .latest-blog-small-date{
        font-size: 15px;
        color: black;
        padding-top: 10px;
    }
    /* Blog Category */
    .blog-category-box{
        padding-top: 20px;
        max-width: 100%;
        max-height: 100%;
        display: flex;
        justify-content: center;
    }
    .blog-category-card{
        width: 98%;
        height: auto;
        background: white;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border-radius: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .latest-category-title-box{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }
    .latest-category-title-box span{
        font-size: 24px;
        font-weight: bold;
        color: black;
    }
    .latest-hashtag-box{
        display: flex;
        flex-direction: column;
        padding-top: 10px;
        gap: 10px;
    }
    .latest-hashtag-box a{
        text-decoration: none;
        color: black;
        font-size: 16px;
    }
    .latest-hashtag-box a:hover{
        color: #f66d10;
    }
    /* Blog Tags */
    .blog-tag-box{
        padding-top: 30px;
        max-width: 100%;
        max-height: 100%;
        display: flex;
        justify-content: center;
    }
    .blog-tag-card{
        width: 98%;
        height: auto;
        background: white;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border-radius: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .latest-tag-title-box{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }
    .latest-tag-title-box span{
        font-size: 24px;
        font-weight: bold;
        color: black;
    }
    .latest-tag-box{
        display: flex;
        flex-direction: column;
        padding-top: 10px;
        gap: 10px;
    }
    .latest-tag-box a{
        text-decoration: none;
        color: black;
        font-size: 16px;
    }
    .latest-tag-box a:hover{
        color: #f66d10;
    }
}
@media only screen and (max-width: 767px) {
    /* Blog Latest Post*/
    .latest-blog-box{
        max-width: 100%;
        max-height: 100%;
        display: flex;
        justify-content: center;
        padding-top: 20px;
    }
    .latest-blog-card{
        width: 95%;
        height: auto;
        background: white;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border-radius: 20px;
        padding: 20px;
    }
    .latest-blog-title-box{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }
    .latest-blog-circle-left{
        width: 10px;
        height: 10px;
        background: #1f2835;
        border-radius: 100%;
    }
    .latest-blog-title-box span{
        font-size: 22px;
        font-weight: bold;
        color: black;
    }
    .latest-blog-circle-right{
        width: 10px;
        height: 10px;
        background: #f66d10;
        border-radius: 100%;
    }
    .latest-blog-card-small-box {
        padding-top: 15px;
    }
    .latest-blog-card-small {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: column;
        margin-bottom: 15px;
        cursor: pointer;
        text-decoration: none;
    }
    .latest-blog-card-small:last-child {
        margin-bottom: 0; 
    }
    .latest-blog-card-small:hover .latest-blog-small-title {
        color: #f66d10;
    }
    .latest-blog-card-small img{
        max-width: 30%;
        height: auto;
        border-radius: 5px;
    }
    .latest-blog-content-box{
        flex-direction: column;
        padding-left: 10px;
    }
    .latest-blog-small-title{
        font-size: 18px;
        font-weight: bold;
        color: black;
        padding-top: 10px;
    }
    .latest-blog-small-date{
        font-size: 13px;
        color: black;
        padding-top: 5px;
    }
    /* Blog Category */
    .blog-category-box{
        padding-top: 20px;
        max-width: 100%;
        max-height: 100%;
        display: flex;
        justify-content: center;
    }
    .blog-category-card{
        width: 95%;
        height: auto;
        background: white;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border-radius: 20px;
        padding: 20px;
    }
    .latest-category-title-box{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }
    .latest-category-title-box span{
        font-size: 22px;
        font-weight: bold;
        color: black;
    }
    .latest-hashtag-box{
        display: flex;
        flex-direction: column;
        padding-top: 10px;
        gap: 10px;
    }
    .latest-hashtag-box a{
        text-decoration: none;
        color: black;
        font-size: 15px;
    }
    .latest-hashtag-box a:hover{
        color: #f66d10;
    }
    /* Blog Tags */
    .blog-tag-box{
        padding-top: 30px;
        max-width: 100%;
        max-height: 100%;
        display: flex;
        justify-content: center;
    }
    .blog-tag-card{
        width: 95%;
        height: auto;
        background: white;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border-radius: 20px;
        padding: 20px;
    }
    .latest-tag-title-box{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }
    .latest-tag-title-box span{
        font-size: 22px;
        font-weight: bold;
        color: black;
    }
    .latest-tag-box{
        display: flex;
        flex-direction: column;
        padding-top: 10px;
        gap: 10px;
    }
    .latest-tag-box a{
        text-decoration: none;
        color: black;
        font-size: 15px;
    }
    .latest-tag-box a:hover{
        color: #f66d10;
    }
}
@media only screen and (max-width: 575px) {
    /* Blog Latest Post*/
    .latest-blog-box{
        max-width: 100%;
        max-height: 100%;
        display: flex;
        justify-content: center;
        padding-top: 20px;
    }
    .latest-blog-card{
        width: 85%;
        height: auto;
        background: white;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border-radius: 20px;
        padding: 20px;
    }
    .latest-blog-title-box{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }
    .latest-blog-circle-left{
        width: 8px;
        height: 8px;
        background: #1f2835;
        border-radius: 100%;
    }
    .latest-blog-title-box span{
        font-size: 18px;
        font-weight: bold;
        color: black;
    }
    .latest-blog-circle-right{
        width: 8px;
        height: 8px;
        background: #f66d10;
        border-radius: 100%;
    }
    .latest-blog-card-small-box {
        padding-top: 15px;
    }
    .latest-blog-card-small {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: column;
        margin-bottom: 15px;
        cursor: pointer;
        text-decoration: none;
    }
    .latest-blog-card-small:last-child {
        margin-bottom: 0; 
    }
    .latest-blog-card-small:hover .latest-blog-small-title {
        color: #f66d10;
    }
    .latest-blog-card-small img{
        max-width: 30%;
        height: auto;
        border-radius: 5px;
    }
    .latest-blog-content-box{
        flex-direction: column;
        padding-left: 10px;
    }
    .latest-blog-small-title{
        font-size: 16px;
        font-weight: bold;
        color: black;
        padding-top: 5px;
    }
    .latest-blog-small-date{
        font-size: 11px;
        color: black;
        padding-top: 5px;
    }
    /* Blog Category */
    .blog-category-box{
        padding-top: 20px;
        max-width: 100%;
        max-height: 100%;
        display: flex;
        justify-content: center;
    }
    .blog-category-card{
        width: 85%;
        height: auto;
        background: white;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border-radius: 20px;
        padding: 20px;
    }
    .latest-category-title-box{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }
    .latest-category-title-box span{
        font-size: 18px;
        font-weight: bold;
        color: black;
    }
    .latest-hashtag-box{
        display: flex;
        flex-direction: column;
        padding-top: 10px;
        gap: 10px;
    }
    .latest-hashtag-box a{
        text-decoration: none;
        color: black;
        font-size: 13px;
    }
    .latest-hashtag-box a:hover{
        color: #f66d10;
    }
    /* Blog Tags */
    .blog-tag-box{
        padding-top: 30px;
        max-width: 100%;
        max-height: 100%;
        display: flex;
        justify-content: center;
    }
    .blog-tag-card{
        width: 85%;
        height: auto;
        background: white;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border-radius: 20px;
        padding: 20px;
    }
    .latest-tag-title-box{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }
    .latest-tag-title-box span{
        font-size: 18px;
        font-weight: bold;
        color: black;
    }
    .latest-tag-box{
        display: flex;
        flex-direction: column;
        padding-top: 10px;
        gap: 10px;
    }
    .latest-tag-box a{
        text-decoration: none;
        color: black;
        font-size: 13px;
    }
    .latest-tag-box a:hover{
        color: #f66d10;
    }
}
@media only screen and (max-width: 399px) {
    /* Blog Latest Post*/
    .latest-blog-box{
        max-width: 100%;
        max-height: 100%;
        display: flex;
        justify-content: center;
        padding-top: 20px;
    }
    .latest-blog-card{
        width: 80%;
        height: auto;
        background: white;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border-radius: 20px;
        padding: 20px;
    }
    .latest-blog-title-box{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }
    .latest-blog-circle-left{
        width: 7px;
        height: 7px;
        background: #1f2835;
        border-radius: 100%;
    }
    .latest-blog-title-box span{
        font-size: 17px;
        font-weight: bold;
        color: black;
    }
    .latest-blog-circle-right{
        width: 7px;
        height: 7px;
        background: #f66d10;
        border-radius: 100%;
    }
    .latest-blog-card-small-box {
        padding-top: 15px;
    }
    .latest-blog-card-small {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: column;
        margin-bottom: 15px;
        cursor: pointer;
        text-decoration: none;
    }
    .latest-blog-card-small:last-child {
        margin-bottom: 0; 
    }
    .latest-blog-card-small:hover .latest-blog-small-title {
        color: #f66d10;
    }
    .latest-blog-card-small img{
        max-width: 30%;
        height: auto;
        border-radius: 5px;
    }
    .latest-blog-content-box{
        flex-direction: column;
        padding-left: 10px;
    }
    .latest-blog-small-title{
        font-size: 15px;
        font-weight: bold;
        color: black;
        padding-top: 0px;
    }
    .latest-blog-small-date{
        font-size: 10px;
        color: black;
        padding-top: 5px;
    }
    /* Blog Category */
    .blog-category-box{
        padding-top: 20px;
        max-width: 100%;
        max-height: 100%;
        display: flex;
        justify-content: center;
    }
    .blog-category-card{
        width: 80%;
        height: auto;
        background: white;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border-radius: 20px;
        padding: 20px;
    }
    .latest-category-title-box{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }
    .latest-category-title-box span{
        font-size: 17px;
        font-weight: bold;
        color: black;
    }
    .latest-hashtag-box{
        display: flex;
        flex-direction: column;
        padding-top: 10px;
        gap: 10px;
    }
    .latest-hashtag-box a{
        text-decoration: none;
        color: black;
        font-size: 12px;
    }
    .latest-hashtag-box a:hover{
        color: #f66d10;
    }
    /* Blog Tags */
    .blog-tag-box{
        padding-top: 30px;
        max-width: 100%;
        max-height: 100%;
        display: flex;
        justify-content: center;
    }
    .blog-tag-card{
        width: 80%;
        height: auto;
        background: white;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border-radius: 20px;
        padding: 20px;
    }
    .latest-tag-title-box{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }
    .latest-tag-title-box span{
        font-size: 17px;
        font-weight: bold;
        color: black;
    }
    .latest-tag-box{
        display: flex;
        flex-direction: column;
        padding-top: 10px;
        gap: 10px;
    }
    .latest-tag-box a{
        text-decoration: none;
        color: black;
        font-size: 12px;
    }
    .latest-tag-box a:hover{
        color: #f66d10;
    }
}
/* ---- Second Section End -----*/