.three-columns{display:flex;gap:20px;justify-content:space-between}.three-columns .column{width:30%}@media (max-width:768px){.three-columns{flex-direction:column}.three-columns .column{width:100%}}