@import '../../styles/global.fonts.scss'; @import '../../styles/global.colors.scss'; .reviewContainer { margin-inline: 24px; margin-top: 20px; margin-bottom: 16px; display: flex; flex-direction: column; text-align: center; .chartRateContainer, .rateStar { align-items: center; p { @include MediumRegular24Mixin; } display: flex; flex-direction: row; img { width: 16px; height: 16px; } } .chartRateContainer { width: 100%; justify-content: space-between; } .rightSectionReview { display: flex; flex-direction: column; gap: 4px; .rateStar { gap: 8px; } .reviewNumber { p { @include RegularLight12Mixin; } } } }