 #rating {
     width: fit-content;
     height: fit-content;
     display: flex;
     flex-direction: column;
     justify-content: flex-start;
     align-items: center;
     gap: 5px;
     margin-inline: auto;
     margin-top: 30px;
 }

 #rating svg {
     height: 35px;
     width: auto;
 }

 #rating h4 {
     font-size: 16px;
     color: #e2e2e2;
     font-weight: normal;
 }

 #rating h4 span {
     font-size: 16px;
     color: #fefefe;
     font-weight: bold;
 }

 #rating .testimonials {
     max-width: 680px;
     margin: 0 auto;
     padding: 24px 16px;
     display: flex;
     flex-direction: column;
     gap: 16px;
 }

 /* Optional heading */
 #rating .title {
     margin: 0 0 8px;
     font-size: 24px;
     font-weight: 700;
     letter-spacing: -0.01em;
     color: #e5e7eb;
 }

 #rating .sub {
     margin: 0 0 12px;
     color: #dfdfdf;
     font-size: 14px;
 }

 #rating .t {
     padding: 16px;
     color: #e5e7eb;
 }

 #rating .name {
     margin: 0 0 6px;
     font-weight: 600;
 }

 #rating .msg {
     margin: 0;
     color: #b5b5b5;
 }