.review__rating span {
    white-space:  nowrap;
}
section.review__main {
    flex-wrap:  wrap;
}
.review__rating dl {
    white-space:nowrap;
}
.review__spela{
max-width:100%;
}
.review__spela>a {
     width:auto;
    margin:  0 auto;
}
.action,
.action__dina,
.action__hamta,
.action__spela,
.action__till {
    display: inline-block;
    border: 1px solid #3fa297;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Arial;
    color: #3fa297;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    margin: 20px 0;
    min-width: 200px;
    padding: 0 50px;
    line-height: 2.5;
    position: relative;
   // float: left;
    //clear: left;
    -webkit-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
    min-width: 220px
}

.action:hover,
.action__dina:hover,
.action__hamta:hover,
.action__spela:hover,
.action__till:hover {
    background: #3fa297;
    color: #fff;
    text-decoration: none
}

.action:before,
.action__dina:before,
.action__hamta:before,
.action__spela:before,
.action__till:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 40px;
    top: 0;
    left: 0
}

.action__spela:before {
    background: url(https://casinomotfaktura.se/wp-content/themes/understrap/images/dice.svg);
    background-position: center center;
    background-size: 70%;
    background-repeat: no-repeat
}

.action__till:before {
    background: url(https://casinomotfaktura.se/wp-content/themes/understrap/images/arrows.svg);
    background-position: center center;
    background-size: 70%;
    background-repeat: no-repeat;
    left: auto;
    right: 0
}

.action__hamta:before {
    background: url(https://casinomotfaktura.se/wp-content/themes/understrap/images/cash.svg);
    background-position: center center;
    background-size: 70%;
    background-repeat: no-repeat
}

.action__dina:before {
    background: url(https://casinomotfaktura.se/wp-content/themes/understrap/images/refresh.svg);
    background-position: center center;
    background-size: 70%;
    background-repeat: no-repeat
}

.review__text h2 {
    width: 100%;
    display: inline-block;
}