<hr>
<style>
@import url('https://fonts.googleapis.com/css2?family=Andada+Pro:wght@600&display=swap');
.quote {
padding: calc(78*3px) 5px 25px 25px;
font-weight: 600;
min-height: calc(78*4px);
background: #0f261f;
background: repeating-linear-gradient(
90deg,
#0f261f 0px 2px,
#00592e 0px 4px
);
mix-blend-mode: multiply;
}
.quote h2 {
font-family: 'Andada Pro', serif;
color: #ffcfc4;
font-size: 72px;
line-height: 78px;
margin: 0;
padding: 0;
max-width: ${width}px;
}
</style>