.feedbacks {
    height: 442px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 60px;
    z-index: -1;
}

.feedbacks:after {
    background: #0F1429 0 0 no-repeat padding-box;
    width: 51%;
    position: absolute;
    top: 0;
    content: "";
    display: block;
    height: 442px;
    z-index: -1;
    left: 0;
}

.top_feedback {
    height: 200px;
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 34px;
    margin-left: 9%;
}

.users_feedb {
    font: normal normal bold 22px/28px Source Sans Pro;
    letter-spacing: 0;
    color: #FFFFFF;
}

.users_feedb:after {
    content: '';
    display: block;
    width: 88px;
    height: 2px;
    background: #FFC647 0 0 no-repeat padding-box;
    margin: 10px auto 10px;
}

.users_points > div {
    display: flex;
    font: normal normal normal 16px/20px Source Sans Pro;
    letter-spacing: 0;
    color: #FFFFFF;
    align-items: center;
    margin-top: 8px;
}

.users_points > div > span {
    font: normal normal bold 30px/38px Source Sans Pro;
    letter-spacing: 0;
    color: #FFC647;
    margin-right: 5px;
}

.stars {
    display: flex;
    justify-content: space-around;
}

.star > img {
    width: 24px;
    height: 24px;

}

.slider_feed {
    width: 1150px;
    height: 220px;
    margin-top: 0;
    border-radius: 10px;
    background: #141A2E 0 0 no-repeat padding-box;
    margin-right: 15%;
}

.slider_feed > div {
    margin: 20px;
    display: flex;
    flex-direction: column;
}

.name_img {
    display: flex;
    align-items: center;
    font: normal normal bold 18px/23px Source Sans Pro;
    letter-spacing: 0;
    color: #FFFFFF;
}

.name_img img {
    height: 46px;
    width: 46px;
}

.name_img > div {
    margin-right: 10px;
}

.stars_feedb {
    display: flex;
}

.stars_feedb > div {
    display: flex;
    margin-top: 10px;
    margin-right: 8px;
    font: normal normal normal 14px/18px Source Sans Pro;
    letter-spacing: 0;
    color: #FFFFFF;
}

.stars_feedb > div > div > img {
    height: 13px;
    width: 13px;
    margin-right: 5px;
}

.text_feed {
    text-align: left;
    font: normal normal normal 16px/20px Source Sans Pro;
    letter-spacing: 0;
    color: #FFFFFF;
    width: 260px;
    height: 100px;
    margin-top: 10px;
    overflow: auto;
}

.send_feedb {
    position: absolute;
    bottom: 13%;
    right: 20%;
    width: 276px;
    height: 52px;
    border: 2px solid #FFFFFF;
    border-radius: 2px;
    text-align: center;
    font: normal normal 600 18px/23px Source Sans Pro;
    letter-spacing: 0;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
}

.send_feedb:active, .send_feedb:hover {
    background-color: #FFFFFF;
    color: #0B1024;
    border: 2px solid #FFFFFF;
}

@media screen and (max-width: 768px) {
    .feedbacks {
        height: 648px;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: normal;
        margin-bottom: 0;
    }

    .feedbacks:after {
        width: 85%;
        position: absolute;
        top: 0;
        content: "";
        display: block;
        height: 442px;
        z-index: -1;
        left: 0;
    }

    .top_feedback {
        height: 200px;
        width: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 34px;
        margin-left: 0;
    }

    .users_feedb {
        font: normal normal bold 22px/28px Source Sans Pro;
        letter-spacing: 0;
        color: #FFFFFF;
    }

    .users_feedb:after {
        content: '';
        display: block;
        width: 88px;
        height: 2px;
        background: #FFC647 0 0 no-repeat padding-box;
        margin: 10px auto 10px;
    }

    .users_points > div {
        display: flex;
        font: normal normal normal 16px/20px Source Sans Pro;
        letter-spacing: 0;
        color: #FFFFFF;
        align-items: center;
        margin-top: 8px;
    }

    .users_points > div > span {
        font: normal normal bold 30px/38px Source Sans Pro;
        letter-spacing: 0;
        color: #FFC647;
        margin-right: 15px;
    }

    .stars {
        display: flex;
        justify-content: space-around;
    }

    .star > img {
        width: 24px;
        height: 24px;

    }

    .slider_feed {
        width: 300px;
        height: 220px;
        margin-top: 0;
        border-radius: 10px;
        background: #141A2E 0 0 no-repeat padding-box;
        margin-right: 0;
    }

    .slider_feed > div {
        margin: 20px;
        display: flex;
        flex-direction: column;
    }

    .name_img {
        display: flex;
        align-items: center;
        font: normal normal bold 18px/23px Source Sans Pro;
        letter-spacing: 0;
        color: #FFFFFF;
    }

    .name_img > div {
        margin-right: 10px;
    }

    .stars_feedb {
        display: flex;
    }

    .stars_feedb > div {
        display: flex;
        margin-top: 10px;
        margin-right: 8px;
        font: normal normal normal 14px/18px Source Sans Pro;
        letter-spacing: 0;
        color: #FFFFFF;
    }

    .stars_feedb > div > div > img {
        height: 13px;
        width: 13px;
        margin-right: 5px;
    }

    .text_feed {
        text-align: left;
        font: normal normal normal 16px/20px Source Sans Pro;
        letter-spacing: 0;
        color: #FFFFFF;
        width: 260px;
        height: 100px;
        margin-top: 10px;
    }

    .send_feedb {
        position: static;
        width: 276px;
        height: 52px;
        border: 2px solid #FFFFFF;
        border-radius: 2px;
        text-align: center;
        font: normal normal 600 18px/23px Source Sans Pro;
        letter-spacing: 0;
        color: #FFFFFF;
        margin: 50px auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .slick-dotted .slick-slider {
        margin-top: 50px;
    }

    section.feedbacks .prev, section.feedbacks .next {
        top: 113%;
    }
}

@media screen and (max-width: 1700px) and (min-width: 769px) {

    .slider_feed {
        width: 520px;
        margin-right: 20%;
    }

    .send_feedb {
        right: 15%;
    }

    .text_feed {
        width: 220px;
        font: normal normal normal 14px/18px Source Sans Pro;
    }
}

