.feedback-section {
    padding: 90px 0;
}

.feedback-section-bottom {
    display: flex;
    justify-content: center;
}

@media (max-width: 600px) {
    .feedback-section {
        padding: 90px 10px;
    }
}

.feedback-section-show-more {
    margin-top: 32px !important;
    cursor: pointer;
    color: #FFFFFF;
}

@media (max-width: 600px) {
    .feedback-section-show-more {
        height: 58px !important;
        font-size: 20px !important;
        font-weight: bold !important;
        width: unset !important;
    }
}

.feedback-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}
@media (max-width: 600px) {
    .feedback-section-header {
        margin-bottom: 16px;
    }
}

@media (max-width: 600px) {
    .feedback-section-header {
        flex-direction: column;
        align-items: flex-start;
    }
}

.feedback-section-header-title {
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 111.02%;
    color: #0D1837;
    align-items: center;
}

@media (max-width: 600px) {
    .feedback-section-header-title {
        display: flex;
        align-items: center;
        font-weight: 800;
        font-size: 19px;
        line-height: 111.02%;
        color: #0D1837;
    }
}

@media (max-width: 600px) {
    .feedback-section-header-right {
        width: 100%;
        margin-top: 16px;
    }
}

.feedback-section-header-right-button {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 20px;
    padding: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: black;
    text-decoration: none;
}

.feedback-section-header-right-button:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 6px 22px;
}

@media (max-width: 600px) {
    .feedback-section-header-right-button {
        padding: 16px 20px;
        border-radius: 15px;
    }
}

.feedback-section-header-right-button-find-text {
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    white-space: nowrap;
    color: black;
}

@media (max-width: 600px) {
    .feedback-section-header-right-button-find-text {
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
    }
}

.feedback-section-header-right-button-clutch-logo {
    width: 91.65px;
    height: 34.99px;
    margin: 0 14px;
}

.feedback-section-header-right-button-clutch-logo img {
    width: 100%;
    height: 100%;
}

.feedback-section-header-right-button-statistic {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
}

@media (max-width: 600px) {
    .feedback-section-header-right-button-statistic {
        padding: 0;
    }
}

.feedback-section-header-right-button-statistic-stars {
    width: 59.56px;
    height: 12.18px;
    display: none;
}

.feedback-section-header-right-button-statistic-stars img {
    width: 100%;
    height: 100%;
}

@media (max-width: 600px) {
    .feedback-section-header-right-button-statistic-stars {
        transform: scale(0.5);
    }
}

.feedback-section-header-right-button-statistic-reviews {
    color: #EA503B;
    font-size: 12px;
    margin-top: 5px;
    white-space: nowrap;
}

@media (max-width: 600px) {
    .feedback-section-header-right-button-statistic-reviews {
        font-size: 8px;
        margin-top: 0;
    }
}

.feedback-section .feedbacks {
    display: grid;
    grid-gap: 44px;
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 700px) {
    .feedback-section .feedbacks {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 16px;
    }
}

@media (min-width: 700px) and ( max-width: 1000px) {
    .feedback-section .feedbacks {
        grid-template-columns: repeat(2, 1fr);
    }
}

.feedback-section .feedbacks .feedback-column {
    display: flex;
    flex-direction: column;
    flex: 1;
}

@media (max-width: 600px) {
    .feedback-section .feedbacks .feedback-column:nth-child(2) {
        margin: 0;
    }
}

@media (max-width: 600px) {
    .feedback-section .feedbacks .feedback-column {
        width: 100%;
    }
}

.feedback-section .feedbacks .feedback-column .feedback {
    transition: 1000ms opacity ease-in-out;
    background: #FFFFFF;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #E0E0E0;
    border-radius: 20px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.feedback-section .feedbacks .feedback-column .feedback:not(:first-child){
    margin-top: 44px;
}

@media (max-width: 600px) {
    .feedback-section .feedbacks .feedback-column .feedback:not(:first-child) {
        margin-top: 16px;
    }
}

.feedback-section .feedbacks .feedback-column .feedback-hide {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    margin-top: 0 !important;
}



.feedback-section .feedbacks .feedback-column .feedback-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #1D1F21;
}

@media (max-width: 600px) {
    .feedback-section .feedbacks .feedback-column .feedback-text {
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
    }
}

.feedback-section .feedbacks .feedback-column .feedback-description {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-top: 24px;
    color: #1D1F21;
}

@media (max-width: 600px) {
    .feedback-section .feedbacks .feedback-column .feedback-description {
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        margin-top: 10px;
    }
}

.feedback-section .feedbacks .feedback-column .feedback-show-more {
    border: 2px solid #EB4F3C;
    border-radius: 40px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #EB4F3C;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 26px;
    margin-top: 32px;
    background: white;
    width: max-content;
    transition: 300ms all;
}

.feedback-section .feedbacks .feedback-column .feedback-show-more * {
    transition: 300ms fill;
}


@media (max-width: 600px) {
    .feedback-section .feedbacks .feedback-column .feedback-show-more {
        margin-top: 18px;
        font-size: 12px;
        padding: 8px 16px;
        border-width: 1px;
    }
}

.feedback-section .feedbacks .feedback-column .feedback-show-more:hover {
    background: #EB4F3C;
    color: #FFFFFF;
}

.feedback-section .feedbacks .feedback-column .feedback-show-more:hover svg * {
    fill: white;
}

.feedback-section .feedbacks .feedback-column .feedback-show-more svg {
    margin-right: 8px;
}

.feedback-section .feedbacks .feedback-column .feedback-header {
    display: flex;
    flex-direction: column;
    padding: 32px;
}

@media (max-width: 600px) {
    .feedback-section .feedbacks .feedback-column .feedback-header {
        padding: 16px;
    }
}

.feedback-section .feedbacks .feedback-column .feedback-profile {
    display: flex;
}

.feedback-section .feedbacks .feedback-column .feedback-profile-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.feedback-section .feedbacks .feedback-column .feedback-profile-name img {
    margin-left: 8px;
    height: 17px;
}

@media (max-width: 600px) {
    .feedback-section .feedbacks .feedback-column .feedback-profile-name {
        font-size: 14px;
        line-height: 17px;
    }
}

.feedback-section .feedbacks .feedback-column .feedback-profile-desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #898B8C;
    margin-top: 4px;
}

@media (max-width: 600px) {
    .feedback-section .feedbacks .feedback-column .feedback-profile-desc {
        font-size: 12px;
        line-height: 15px;
    }
}

.feedback-section .feedbacks .feedback-column .feedback-profile-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #3363B4;
    width: max-content;
    margin-top: 4px;
}

@media (max-width: 600px) {
    .feedback-section .feedbacks .feedback-column .feedback-profile-link {
        font-size: 12px;
        line-height: 15px;
    }
}

.feedback-section .feedbacks .feedback-column .feedback-profile-link:hover {
    color: black;
}

@media (max-width: 600px) {
    .feedback-section .feedbacks .feedback-column .feedback-profile-link {
        font-size: 12px;
    }
}

.feedback-section .feedbacks .feedback-column .feedback-profile-right {
    display: flex;
    flex-direction: column;
    padding: 0 8px;
}

.feedback-section .feedbacks .feedback-column .feedback-logo {
    display: flex;
    justify-content: center;
    padding: 24px 0;
}

.feedback-section .feedbacks .feedback-column .feedback-checklists {
    padding: 32px;
    background: #F3F6FB;
    border-radius: 0 0 20px 20px;
}

@media (max-width: 600px) {
    .feedback-section .feedbacks .feedback-column .feedback-checklists {
        padding: 16px;
        background: #F3F6FB;
        border-radius: 0 0 20px 20px;
    }
}


.feedback-section .feedbacks .feedback-column .feedback-checklist {
    font-weight: 500;
    color: #3363B4;
    display: flex;
    position: relative;
}

.feedback-section .feedbacks .feedback-column .feedback-checklist::before {
    position: absolute;
    display: block;
    content: "";
    background: url("../reviews/tick.svg");
    width: 18px;
    height: 14px;
    background-size: 100% 100%;
    left: 0;
    top: 3px;
}

@media (max-width: 600px) {
    .feedback-section .feedbacks .feedback-column .feedback-checklist::before {
        width: 12px;
        height: 8px;
    }
}

.feedback-section .feedbacks .feedback-column .feedback-checklist span {
    margin-left: 44px;
    font-size: 16px;
}

@media (max-width: 600px) {
    .feedback-section .feedbacks .feedback-column .feedback-checklist span {
        margin-left: 28px;
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
    }
}

.feedback-section .feedbacks .feedback-column .feedback-checklist:not(:last-child) {
    margin-bottom: 8px;
}

.feedback-profile-img img {
    object-fit: cover;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}

/*# sourceMappingURL=index.css.map */
