/* Add custom CSS styles below */ 
.banner-entry {
    height: 150px;
    width: 150px;
    background: transparent;
    position: relative;
        max-width: 100%;

    }
    
    .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.s-block--banners {
display: flex;
justify-content: center;
align-items: center;
}
.lazy__bg.loaded {
width: 100px;
    height: 100px;
    border-radius: 50%;
}
.banner-text {
    position: absolute;
    color: #120c47;
    bottom: 15px;
    left: 0;
    right: 0;
    display: flex;
    font-weight: 600;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    text-align: center;
    }