/* game banner */

.game-icon {
    width: 80px;
    height: auto;
    border-radius: 16px;
}

.game-title {
    font-size: 2.5rem;
    font-family: 'Vazirmatn', sans-serif;
    color: #000;
}

.banner-image {
    
}

/* end BashgahMench banner */


/* CuttingEdge bottom banner */

.bottom-banner-section {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 120px;
    background-color: #000;
}

/* end CuttingEdge bottom banner */