.business-tools-grid .row.negative-margin {
    margin: -15px;
}
.business-tools-grid .business-tools-card {
    padding: 15px;
    position: relative;
}
.business-tools-grid .business-tools-card .image-16by9 {
    padding-bottom: 75%;
}
.business-tools-grid .next-months-release .lock-icon {
    background-image: url('assets/lock.svg');
    width: 78px;
    height: 91px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto 20px;
}
.business-tools-grid .business-tools-card .image-16by9 .counter-card {
    z-index: 2;
    position: absolute;
    bottom: 10px;
    font-size: 13px;
    right: 10px;
    padding: 10px;
    background: var(--global-white);
    border-radius: var(--global-border-radius-large);
    color: var(--tint-grey);
    font-weight: 600;
}
.business-tools-grid .business-tools-card .recent-badge {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
    padding: 15px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--white);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
}
.business-tools-grid .business-tools-card .recent-badge.recently-updated {
    background-color: var(--brand-red);
}
.business-tools-grid .business-tools-card .recent-badge.recently-added {
    background-color: var(--brand-blue);
}
.business-tools-grid .next-months-release {
     height: 100%;
     display: flex;
     flex-direction: column;
     justify-content: center;
 }
@media(max-width: 767.98px){
    .business-tools-grid .business-tools-card .recent-badge {
        right: 5px;
    }
}