.blog-loop-image{
    aspect-ratio: 1.75;
    background-size: cover;
    background-position: center center;
}

.blog-details-outer{
    background: #fff;
    padding: 8px;
    border-radius: 4px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    max-width: 767px;
    margin: -2rem auto 0 auto;
}

.blog-details-outer-loop{
    background: #fff;
    padding: 8px;
    border-radius: 4px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    max-width: 80%;
    margin: -2rem auto 0 auto;
}

.blog-details-inner{
    border: 1px solid var(--bs-primary);
    border-radius: 2px;
    padding: 30px;
}

.blog-details-inner .blog-cat{
    text-transform: uppercase;
    font-size: .8rem;
    font-family: 'Lora', serif;
    margin-bottom: 0.5rem;
    color: #3a3a3a;
}

.blog-gallery .item img{
    aspect-ratio: 4/3;
    object-fit:cover;
    object-position: center center;
}

    
    .blog-loop-image{
        overflow: hidden;
        display: block;
    }