.feedbacks_block {
}
.feedbacks-list {
    margin-top: 37px;
    margin-bottom: 200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 10px;
}
.feedbacks_list-item {
    margin-top: 20px;
    min-width: 370px;
    height: 277px;
}
.feedback-container {
    width: 100%;
    max-width: 370px;
    height: 277px;
    position: relative;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 31px 34px 24px;
}
.our_services {
    display: none;
}

@media (max-width: 1366px) {
    .feedbacks-list {
        justify-content: space-around;
    }
}
@media (max-width: 1132px) {
    .feedbacks_list-item {
        margin-top: 20px;
        min-width: 370px;
        height: 350px;
    }
    .feedback-container {
        width: 100%;
        max-width: 370px;
        height: 350px;
    }
}
@media (max-width: 970px) {
    .feedbacks-text {
        margin-top: 10px;
    }
    .feedbacks-list {
        margin-top: 80px;
    }
    .our_services {
        display: flex;
    }
}
@media (max-width: 768px) {
    .feedback_photo {
        margin-right: 23px;
    }
    .feedbacks-list {
        justify-content: space-between;
        width: 100%;
    }
    .feedbacks_list-item {
        margin-top: 20px;
        width: calc(50% - 20px);
        min-width: calc(50% - 20px);
        max-width:none;
        height: 285px;
    }
    .feedback-container {
        width: 100%;
        max-width: none;
        height: 100%;
    }
    .feedback_full_link {
        right: 10px;
        left: auto;
        transform: none;
    }
}
@media (max-width: 700px) {
    .feedbacks-list {
        justify-content: space-around;
        width: 100%;
    }
    .feedbacks_list-item {
        margin-top: 20px;
        width: 100%;
        min-width: calc(50% - 50px);
        max-width:none;
        height: calc(max-content + 60px);
    }
    .feedback-container {
        width: 100%;
        max-width: none;
        height: 100%;
    }
}