.category__side-open-modal-quiz {
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    border-radius: 10px;
    min-height: 230px;
    display: block;
    height: 230px;
    width: 300px;
	margin: 20px auto 0;
}
.category__side-banner{
	  width: 100%;
	  display:block;
	  text-align: center;
}
.category__side-bottom {
    width: 100%;
    display: flex
;
    flex-direction: column;
}