.review-section {
    width: 100%;
    background-color: #fff;
    padding: 36px 24px;
    text-align: center;
    font-family: Inter, sans-serif;
    color: #000;
}

.headlines {
    max-width: 515px;
    margin: 0 auto 40px auto;
    display: flex;
    flex-direction: column;
    gap: 19px;
}

.customer-say {
    font-size: 36px;
    font-weight: 500;
}

.customer-love-our {
    font-size: 16px;
    color: #5a5a5a;
}

.reviews1 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.review {
    width: 715px;
    border-radius: 10px;
    border: 0.5px solid #d8d8d8;
    display: flex;
    gap: 32px;
    /*padding: 24px;*/
    box-sizing: border-box;
}

.customer-photo-icon {
    width: 251px;
    height: 348px;
    object-fit: cover;
    border-radius: 10px;
}

.review-star-and-customer-name-parent {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 25px;
    padding-top: 20px;
    padding-right: 20px;
}

.review-star-and-customer-name {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.review-star {
    display: flex;
    gap: 6px;
}

.review-star-child {
    width: 19px;
    height: 19px;
}

.customer-name {
    display: flex;
    align-items: center;
    gap: 7px;
}

.castomer-name {
    font-weight: 500;
}

.verified-buyer-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #5a5a5a;
}

.tick-icon {
    width: 9px;
    height: 6px;
}

.these-are-sooo {
    color: #5a5a5a;
    line-height: 28px;
    text-align: left;
    font-weight: 500;
}

.product-wrapper-review {
    border-top: 0.5px solid #e8e8e8;
    padding-top: 20px;
    padding-bottom: 20px;

}

.product-review {
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
    border: none;
}

.product-review-image-icon {
    width: 67px;
    height: 67px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #c1c1c1;
}

.product-title-parent {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.product-title {
    font-weight: 600;
    font-size: 15px;
}
