.nameplate img {
    width: 200px;
}

.back-arrow {
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.back-arrow:hover {
    color: #fff;
}

h1 {
    color: #fff;
    text-align: center;
    font-size: 96px;
    margin: 0 0 35px;
    text-transform: uppercase;
    font-weight: 600;
}

.games-list .row-content {
    background: white;
    border-radius: 18px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.game-link {
    position: relative;
}

.game-list-lnk {
    position: absolute;
    z-index: 2;
    bottom: 0;
    text-align: center;
    padding: 15px;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
    text-transform: uppercase;
}

.game-ctegry-img {
    border-bottom: 1px solid #ffffff;
    height: 150px;
    margin-bottom: 40px;
}

.view-game-list .row-content:before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    top: 50%;
    left: 0;
    right: 0;
    border-radius: 0 0 18px 18px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: rgba(0, 85, 255, .5);
    background: -webkit-gradient(left top, left bottom, color-stop(0, hsla(0, 0%, 100%, 0)), color-stop(100%, #d78c09));
    background: -webkit-linear-gradient(top, hsla(0, 0%, 100%, 0), #d78c09);
    background: -o-linear-gradient(top, hsla(0, 0%, 100%, 0) 0, #d78c09 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#d78c09));
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #d78c09);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#d78c09", GradientType=0);
}

.game-link:hover .row-content{
    box-shadow: 1px 2px 8px black;
}

.block-category-info{
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 50px;
}

.category-info-title{
    color: #ed872f;
    font-weight: bold;
    font-size: 36px;
	line-height: 1.2;
    margin-left: 20px;
}

.category-info-text{
    color: #7a6135;
    font-size: 21px;
   /* width: 55%;*/
}

.category-info-text p{
    margin: 0;
}
