.quote__quote{font-size:1.8rem;line-height:150%;margin:0}@media only screen and (min-width:768px){.quote__quote{font-size:2.2rem}}.quote__detailed{border-bottom:1px dashed #e0dfdf;display:grid;gap:1.4rem 2rem;grid-auto-rows:-webkit-max-content;grid-auto-rows:max-content;padding-bottom:4rem}@media only screen and (min-width:768px){.quote__detailed{grid-template-areas:"icon quote" "icon author";grid-template-columns:100px 1fr 100px;padding-bottom:8rem}}.quote__detailed .quote__icon{color:rgba(var(--highlight),1);display:flex;width:100%}@media only screen and (min-width:768px){.quote__detailed .quote__icon{grid-area:icon;justify-content:flex-end}.quote__detailed .quote__quote{grid-area:quote}}.quote__detailed .quote__author{color:rgba(var(--highlight),1);font-size:1.4rem;line-height:150%}@media only screen and (min-width:768px){.quote__detailed .quote__author{grid-area:author}}.quote__simple .quote__quote{color:rgba(var(--highlight),1)}