.color-cards{align-items:start;display:flex;flex-direction:row;gap:20px;justify-content:left}.color-card{padding:10px;width:50%}.color-card-area{aspect-ratio:3/1;display:block;margin-bottom:10px;width:100%}.color-cards .color-1{background-color:#5621b3}.color-cards .color-2{background-color:#ff5400}@media (max-width:576px){.color-cards{flex-direction:column}.color-card{width:100%}}