*{margin:0;padding:0;box-sizing:border-box}:root{--purple-backgrounnd: rgb(117, 65, 200);--grey-background: rgb(72, 85, 106);--white-background: rgb(255, 255, 255);--black-background:rgb(18, 18, 18);--primary-background: rgb(231, 234, 238);--primary-text: rgb(25, 33, 46);--secondary-text: rgb(103, 109, 126)}body{background-color:var(--primary-background)}.testimonial-container{display:grid;grid-template-columns:repeat(4,1fr);grid-template-areas:"one one two five" "three four four five";gap:20px;padding:40px;max-width:1200px;margin:0 auto}.testimonial{padding:20px;display:flex;flex-direction:column;box-shadow:#11111a1a 0 4px 16px,#11111a1a 0 8px 24px,#11111a1a 0 16px 56px;background-color:var(--white-background);color:var(--grey-background);border-radius:1rem}.testimonial:nth-child(1){grid-area:one}.testimonial:nth-child(2){grid-area:two}.testimonial:nth-child(3){grid-area:three}.testimonial:nth-child(4){grid-area:four}.testimonial:nth-child(5){grid-area:five}.purple{background-color:var(--purple-backgrounnd);color:var(--white-background)}.grey{background-color:var(--grey-background);color:var(--white-background)}.black{background-color:var(--black-background);color:var(--white-background)}.profile-group{width:200px;display:flex;align-items:center;margin-bottom:20px}.profile-group img{border-radius:50%;width:35px;margin-right:10px}.profile-group h4{font-weight:400;margin-bottom:5px}.small-font{font-weight:500}.profile-head{color:var(--primary-text);font-weight:500}.profile-group p{font-size:12px}.quote{font-weight:700;font-size:1.5rem}.testimonial .small-text{font-weight:500;font-size:16px}@media (max-width: 768px){.testimonial-container{grid-template-columns:1fr;grid-template-areas:"one" "two" "three" "four" "five"}}
