.review-block, .review-line {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-flow: row wrap;
    font-size: .9rem;

}

.review-line {
    padding: 2rem 1rem;
}

.review-block {
    margin-bottom:1.5rem;
    text-align: center;
}
.review-logo {
    padding: 2rem;
    background: #fff;
}
.review-logo, .review-line .country, .review-line .rating,.review-accordion {
    flex: 0 0 100%;
    max-width: 100%;

}

.review-logo img {
    border-radius: 50%;
    max-width: 87px;
    width: 100%;
}

.review-bonus {
    flex: 0 0 100%;
    max-width: 100%;
    background: #fafafa;

}
.review-join {
    padding: 1.5rem 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    text-transform: uppercase;
}
.review-intro {
    font-size: 0.8rem;
    color: #404040;
    font-weight: 600;
    font-style: italic;
    line-height: 1rem;
    padding: 0.5rem 0;
}

.review-button {
    background: #38a063;
    border-bottom: 1px solid #0b7224;
    color: #fff;
    padding: 0.2rem 1rem;
    text-transform: uppercase;
    font-size: 0.8rem;
    min-width: 142px;
    display: inline-block;
}

.review-button.blue {
    background: #1da7ff;
    border-bottom: 2px solid #0c6da9;
}

.review-details.review-line {
    text-align: center;
    font-size: .75rem;
}


.review-details .title {
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 0.4rem;
}

.review-details > div {
    padding: 0 0.5rem;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 2rem;
    font-weight:bold;
}

.bonus-text {
    color: #1da7ff;
}

.review-join, .review-credit {
    text-align: center;
}

.review-join h4 {
    display: inline;
    font-size: 1.2rem;
}

.rating-bonus h4 {
    font-family: 'Open Sans', Arial, sans-serif;
}
.rating i {
    color: #ffab00;
    font-size: 1.2rem;
}
ul.banking-img-list {
    margin: 0;
    list-style: none;
}

ul.banking-img-list li {
    display: inline-block;
    padding: .05rem;
    width: 31px;
    height: 29px;
    border: 1px solid #dedede;
    margin-right: .5rem;

}
.review-line .country{
    font-weight:bold; font-style: italic;margin-top:1rem;
}
.review-line .country img {
    max-height: 18px;
}

h4.bonus-text {

    display: block;
    padding: 0.5rem;
}
.review-images {
    margin-bottom:2rem;
}
.review-screenshot {
    background: #fff;
    padding: 0.6735rem 0.9735rem;
    margin-top: 0.745rem;
}
.review-bottom {
    border-bottom: 1px solid #dfdfdf;
}
.review-screenshot h4 {font-size:.9rem; text-transform: uppercase; font-weight:700;}
.review-accordion ul.brmc-accordion li h3 {
    margin-bottom: 0;
    text-align: center;
    padding: .7rem;
    border: none;
    display: block;
    font-weight: 400;
    font-size: .8rem;
    font-family:'Open Sans',Arial,sans-serif;
}
.review-accordion ul.brmc-accordion li i:after, .review-accordion ul.brmc-accordion li i:before {
    content: "";
    position: absolute;
    background-color: #434343;
    width: 1px;
    height: 6px;
    transition: all .25s ease-in-out;
    top: 0.2rem;
}
@media screen and (min-width: 40em) {
    .review-logo {
        flex: 0 0 25%;
        max-width: 25%;
        text-align: center;
        padding: 2rem;
    }

    .review-bonus {
        flex: 0 0 75%;
        max-width: 75%;
        background: #fafafa;
    }

    .review-line .country {
        flex: 0 0 55%;
        max-width: 55%;
        font-size: 0.9rem;

        margin-top:0;

    }
    .review-accordion,.review-images {
        flex: 0 0 50%;
        max-width: 50%;
        text-align:left;


    }
    .review-accordion{ padding-right: .9375rem; order:1;}
    .review-images{padding-left: .9375rem;order:2;}

    .review-line .rating {
        flex: 0 0 45%;
        max-width: 45%;
    }



    .review-details > div {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
        margin-bottom: 0;
    }
    h4.bonus-text {

        display: inline-block;
        padding: 0;
    }
}
.review-main .terms-and-conditions {
    font-size: 0.7rem;
    text-decoration: none;
    box-shadow: none;
}
.review-main .terms-and-conditions:hover {
    text-decoration: none;
    box-shadow: none;
}