
.hero-section .big-blog img{
    height: 520px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}


.hero-section .big-blog .card-img-overlay .card{
    /* position: absolute; */
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    background-color: white;
    border: .75px solid #b0dddd;
    padding: 12px 8px;
    width: 60%;
}

.hero-section .big-blog .blog-title{
    margin-top: 15px;
    margin-bottom: 15px;
    color: #222;
    font-size: 28px;
}

.hero-section .big-blog .author-name{
    font-size: 15px;
    color: #222;
}

.hero-section .big-blog .author-img {
    height: 30px;
    width: 30px;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
}

.hero-section .big-blog .blog-time{
    font-size: 14px;
    border-left: .5px solid #74798d; 
}

.hero-section .big-blog .blog-category{
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .5px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 4px;
}

.hero-section .small-blog{
    border: .2rem double #b0dddd;
    padding: 18px 20px;
    background-color: white;
    height: 100%;
}

.hero-section .small-blog .title-wraper{
    margin-top: -30px;
    margin-bottom: 20px;
}

.hero-section .small-blog .card-title{
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 15px;
    letter-spacing: .8px;
    color: #00565c; 
    background-color: white;
}

.hero-section .small-blog .blog-category{
    font-size: 10px;
    font-weight: 500;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.hero-section .small-blog .blog-thumbnail{
    height: 80px;
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
}

.hero-section .small-blog .blog-time{
    font-size: 12px;
}

.hero-section .small-blog .blog-title{
    font-size: 16px;
    color: #222;
}

/* Editor Picks */

.editor-picks{
    background-color: #eef7f7;
}

.editor-picks .section-title::after {
    content: "";
    position: absolute;
    display: block;
    background: #008f99;
    width: 100px;
    height: 4.5px;
    bottom: -8px;
    border-radius: 1px;
    left: calc(45% - 40px);
}

.editor-picks .section-title{
    text-transform: uppercase;
    color: #222;
    font-size: 26px;
    position: relative;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 45px;
}

.editor-picks .blog-card{
    border: .75px solid #badede;
}


.editor-picks .blog-card .blog-thumbnail{
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
    margin-bottom: 12px;
}

.editor-picks .blog-card .blog-category{
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .5px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 11px;
    border-radius: 3px;
}

.editor-picks .blog-card .blog-title{
    font-size: 22px;
    color: #222;
    margin-top: 12px;
    margin-bottom: 12px;
}

.editor-picks .blog-card .author-name{
    font-size: 14px;
    color: #222;
}

.editor-picks .blog-card .author-img {
    height: 25px;
    width: 25px;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
}

.editor-picks .blog-card .blog-time{
    font-size: 14px;
    border-left: .5px solid #74798d; 
}

.newsletter-section .card{
    padding: 15px 20px;
    border: .2rem double #b0dddd;
}

.newsletter-section .card .section-title{
    font-size: 21px;
    color: #008f99;
}

.newsletter-section .card .btn{
    letter-spacing: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.latest-section {
    background-color: #FFF8F5;
}

.latest-section .section-title::after {
    content: "";
    position: absolute;
    display: block;
    background: #ff8266;
    width: 100px;
    height: 4.5px;
    bottom: -8px;
    border-radius: 1px;
    left: calc(45% - 35px);
}

.latest-section .section-title{
    text-transform: uppercase;
    color: #222;
    font-size: 26px;
    position: relative;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 45px;
}

.latest-section .blog-card{
    border: .75px solid #ffac99;
}


.latest-section .blog-card .blog-thumbnail{
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
    margin-bottom: 12px;
}

.latest-section .blog-card .blog-category{
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .5px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 11px;
    border-radius: 3px;
    background-color: #ffeae6;
    color: #ff8266;
}

.latest-section .blog-card .blog-title{
    font-size: 22px;
    color: #222;
    margin-top: 12px;
    margin-bottom: 12px;
}

.latest-section .blog-card .author-name{
    font-size: 14px;
    color: #222;
}

.latest-section .blog-card .author-img {
    height: 25px;
    width: 25px;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
}

.latest-section .blog-card .blog-time{
    font-size: 14px;
    border-left: .5px solid #74798d; 
}


@media (max-width: 1200px){
    .hero-section .big-blog{
        margin-bottom: 40px;
    }

    .hero-section .big-blog .card-img-overlay .card{
        margin-bottom: 20px;
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 576px){
    .hero-section .big-blog .card-img-overlay{
        padding: 10px;
    }

    .hero-section .big-blog img{
        height: 275px;
    }

    .hero-section .big-blog .card-img-overlay .card{
        padding: 0px;
        margin-bottom: 5px;
    }
    .hero-section .big-blog .card-img-overlay .card .card-body{
        padding: 7px 15px 10px 15px;
    }

    .hero-section .big-blog .blog-category{
        font-size: 9px;
    }

    .hero-section .big-blog .blog-title{
        font-size: 17px;
        margin-top: 5px;
        margin-bottom: 8px;
    }

    .hero-section .big-blog .author-img{
        display: none;
    }

    .hero-section .big-blog .author-name{
        font-size: 12px;
    }

    .hero-section .big-blog .blog-time{
        font-size: 12px;
    }

    .hero-section .small-blog .blog-thumbnail{
        height: auto;
        max-height: 175px;
        aspect-ratio: 16/9;
        margin-bottom: 5px;
    }

    .editor-picks .blog-card .author-img, .latest-section .blog-card .author-img{
        display: none;
    }

    .editor-picks .blog-card .blog-thumbnail, .latest-section .blog-card .blog-thumbnail{
        margin-bottom: 8px;
    }

    .editor-picks .blog-card .author-name, .latest-section .blog-card .author-name{
        font-size: 12px;
    }

    .editor-picks .blog-card .blog-time, .latest-section .blog-card .blog-time{
        font-size: 12px;
    }

    .editor-picks .blog-card .blog-category, .latest-section .blog-card .blog-category{
        font-size: 10px;
    }

    .editor-picks .blog-card .blog-title, .latest-section .blog-card .blog-title{
        font-size: 18px;
    }

    .newsletter-section .card .section-title{
        font-size: 18px;
    }

    .newsletter-section .card .sub-title{
        font-size: 15px;
    } 

    .newsletter-section .card{
        padding: 5px;
    }
}

@media (max-width: 400px){
    .hero-section .big-blog .blog-title{
        font-size: 16px;
    }
}
