.recentSection {
    box-shadow: var(--shadow);
    padding: 1rem .3rem .3rem;
    border-radius: .2rem;
    overflow: visible;
    margin: 1rem 0 0;
    position: relative;
}

.recentSection .row * {
    margin: 0;
}

.recentSection .row {
    margin: .2rem 0;
}

.recentSection .imgWrapper {
    aspect-ratio: 7/4;
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-radius: .2rem;
}

.recentSection img {
    height: 100%;
}

.recentSection h3 {
    font-size: clamp(1rem, 2vw, 1.1rem);
    color: var(--clr_acnt);
    line-height: 1.8rem;
    margin: 0;
}

.header,
.viewMoreBtn {
    position: absolute;
    width: max-content;
    border-radius: .35rem;
    padding: .2rem .5rem;
    box-shadow: var(--shadow);
    background-color: var(--clr_acnt);
    color: var(--light-text);
}

h3.header {
    top: -20px;
    left: 10px;
    color: var(--light-text);
    font-size: clamp(1.3rem, 3vw, 1.6rem);
    padding: .5rem .8rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.viewMoreBtn {
    right: 10px;
    top: -10px;
}

.recentSection .dashedBelow {
    border-bottom: 2px dashed var(--clr_bg_grey_tint);
}

.recentSection .dashedBelow.strict {
    border-bottom: 2px dashed var(--clr_bg_grey_tint) !important;

}

.recentSection .dashedBelow:last-child {
    border-bottom: none;
}

.viewMoreBtn:hover {
    background: var(--clr_acnt_secondary);
    color: var(--light-text);
}

/* .recentLgSecond .imgWrapper img {
    max-height: ;
} */
