.trustpilot {
    width: 60%;
    margin-left: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFC605 url(../../images/bg-pattern/banniere_bg_01.png) no-repeat center 65%;
    height: 375px;
    margin-top: 30px;
}

.trustpilot:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* line-height: 1; remove for menu-mobile*/

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    content: "\e931";
    position: absolute;
    font-size: 44px;
    color: #02BA76;
    transform: rotate(270deg);
    margin-left: -40px;
    margin-top: 20px;
}

.trustpilot .top {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 25px 0 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.trustpilot .top .rate {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #FFF;
}

.trustpilot .top .rate .icon {
    font-size: 60px;
    color: #02BA76;
}

.trustpilot .top .rate .data {
    margin-left: 10px;
}

.trustpilot .top .rate .data .rating {
    font-size: 48px;
    font-weight: bold;
}

.trustpilot .comment {
    width: 50%;
    margin: auto;
    background-color: #FFF;
    padding: 20px;
}

.trustpilot .comment .profile {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.trustpilot .comment .profile .user img {
    vertical-align: middle;
}

.trustpilot .comment .profile .user img:first-child {
    margin-right: 10px;
}

.trustpilot .comment .profile {
    font-size: 14px;
    line-height: 36px;
    color: #9D999A;
}

.trustpilot .comment .subject {
    margin-top: 10px;
    font-weight: bold;
    font-size: 14px;
}

.trustpilot .comment .text {
    margin: 10px 0;
    font-size: 14px;
}

.trustpilot .button {
    display: block;
    margin: auto;
    background-color: #02BA76;
    line-height: 60px;
    height: 60px;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    width: 230px;
    text-align: center;
    margin-top: 25px;
}
.trustpilot .button:hover {
    background-color: #FFF;
    color: #02BA76;
}

/* Width <= 1280px */
@media (max-width: 1280px) {
    .trustpilot .button { margin-top: 10px; }
}
/* Width <= 1160px */
@media (max-width: 1160px) {
    .trustpilot .comment {
        width: 80%;
        margin-top: 15px;
    }
}
/* Width <= 1024px */
@media (max-width: 1024px) {
    .trustpilot {
        width: 84%;
        margin: 0 8%;
    }
}
/* Width <= 560px */
@media (max-width: 560px) {
    .trustpilot {
        width: 90%;
        margin: 0 5%;
        background-position: center 40%;
    }
    .trustpilot:after { display: none; }
    .trustpilot .top { padding: 20px 15px 0; }
    .trustpilot .top .logo img { width: 80%; }
    .trustpilot .top .rate .icon { font-size: 48px; }
    .trustpilot .top .rate .data {
        font-size: 13px;
    }
    .trustpilot .top .rate .data .rating { font-size: 34px; }
}
/* Width <= 350px */
@media (max-width: 350px) {
    .trustpilot .button {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
    .trustpilot .comment .profile {
        font-size: 10px;
    }
}