.responsible_gambling
{
      display:flex;
      flex-wrap:wrap;
      justify-content:space-evenly;
      align-content:flex-start;
      margin: 0 auto;
      margin-top:1rem;

}

.responsible_gambling .box {
    box-sizing: border-box;
    width:calc(20% - 5px);
    margin-bottom:5px;

}

.responsible_gambling .box .img {


}
footer.secondary-footer {
    padding: 14px 0 19px;
    background-color: #1d2730;
    border-top: 1px solid #353f42;
}


/* Generic styling */

footer ul {
  list-style: none;
  padding-left: 0;
  display: table;
  margin: 0 auto;
      width: 100%;
    text-align: center;
}
footer ul li {padding-bottom: 0.7rem}
footer {

  line-height: 1.5;
}
footer a {
  text-decoration: none;
  color: #eee;
}
footer a:hover {
  text-decoration: underline;
}
.ft-title {
  color: white;
  font-size: 1.2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}
/* Sticks footer to bottom */
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

#btmlists:first-of-type {
	border-top: 1px solid #353f42;
	background-color: black;
	display: grid;
  grid-template-columns: 1fr min(1100px, 100%) 1fr;

}
/* Footer main */
.ft-main {
  padding: 1.25rem 1.875rem;
  display: flex;
  flex-wrap: wrap;
}
 .ft-main-item ul {}
.ft-main, .ft-social, .ft-legal {grid-column: 2;}
.ft-main-item {}

@media only screen and (min-width: 29.8125rem /* 477px */) {
  .ft-main {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 77.5rem /* 1240px */) {
  .ft-main {
    justify-content: space-between;
  }
}

@media (max-width: 760px)
{
  .responsible_gambling .box {}

   /**h2.ft-title{text-align: center;    padding-top: 10px;    padding-bottom: 5px;}**/
	h2.ft-title{ text-align: center; }
  .ft-main-item ul {
    /**background: #2a2f31;**/
    overflow-x: hidden;
    
    box-shadow: inset 0 1px 0 0 hsl(0deg 0% 100% / 15%);
	}

  .ft-main-item ul li{
  	text-transform: capitalize;
    font-size: 1.1rem;
    box-shadow: inset 0 -1px 0 0 hsl(0deg 0% 100% / 15%);
    position: relative;
    margin: 0;
    background-color: transparent;
    list-style-type: none;
  	padding: 15px;
  }

  .secondary-footer {background-color: #1d2730!important}
 
  .ft-main {
    flex-direction: column;
    padding:0;
  }

}