.reviews {
    margin-top: 60px;
}

.reviews .review {
    padding: 0 15px;
}

.reviews .review:focus {
    outline: none;
}

.reviews .photo {
    padding: 0;
}

.reviews .photo img {
    border-radius: 28px;
    height: 55px;
    width: 55px;
    margin: 0 auto;
}

.reviews .name {
    font-weight: bold;
}

.reviews .organisation {
    font-size: 12px;
    font-style: italic;
}
.review-block {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.reviews .review-text {
    font-style: italic;
}
.review-button {
    float:right
}

.review-url {
    display: flex;
    justify-content: center;
    width: 70%;
}
.review-url a {
    cursor: pointer;
    font-size: 13px;
    display: flex;
    align-items:center;
    min-width: auto;
    text-decoration: none;
    font-weight: bold;
}

.review-url a:hover {
    color: #009B5A !important;
    background: none;
    outline: 2px solid #009B5A;
    outline-offset: -2px;
}

.heading-reviews {
    text-align: center;
}

.heading-reviews > span:before,
.heading-reviews > span:after {
    border-bottom: 1px solid #000 !important;
    width: 100vh !important;
}

@media screen and (max-width: 767px){
    .review-url {
        width:auto;
    }

    .review-block {
        justify-content: space-around;
    }
}

@media screen and (max-width: 600px){
    .review-url a  {
        padding: 0 20px;
    }
}