#our-games-wrapper {
    color: #ffcf2a;
    text-align: center;
    margin: 120px 0px;
    padding: 50px 0px;
}

#our-games-wrapper a {
    color: #000;
    text-decoration: none;
}
#our-games-wrapper h1 {
    margin-bottom: 70px;
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 10px;
}

.game-single {
    padding: 20%;
}

.game-single-content {
    position: relative;
    color: #000;
    box-sizing: border-box;
    transition: all 0.3s;
    margin-bottom: 50px;
}

.game-single:hover {
    opacity: 0.8;
}

.game-single .game-thumbnail > img {
    width: 100%;
}

.game-single .game-single-title {
    padding: 10px 0px;
    font-family: 'Tajawal', sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    color: #fff;
    font-weight: bold;
}

.game-single-header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.6);
}

.game-badges-container {
    width: 100%;
}

.game-badges-container img {
    width: 100%;
}

.game-badge {
    width: 100%;
    margin-top: 42.1px;
}