.club-spoilers .hide-spoilers{display:none;}
.club-spoilers .club-spoilers-content{padding-top:45px;}
.club-spoilers .text-wrapper{padding: 18px 0;}
.club-spoilers .spoilers-title{margin:0;}

.spoiler-toggle{
  align-items:end;
  display:flex;
  justify-content:space-between;
  padding-top: 1.8rem;}

.spoiler-toggle button{margin-bottom:1.8rem;}

.all-spoilers{
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 30px;
grid-row-gap: 30px;
}

@media only screen and (min-width: 750px) {
.all-spoilers{grid-template-columns: repeat(3, 1fr);}
}

@media only screen and (min-width: 990px) {
.all-spoilers{grid-template-columns: repeat(4, 1fr);}
}