.selection__heading{justify-content:space-between;align-items:flex-start;margin-bottom:70px;display:flex}.selection__title{max-width:500px}.selection__interaction{flex-direction:column;align-items:flex-end;display:flex}.selection__cards{grid-template-columns:repeat(4,1fr);align-items:stretch;gap:20px;display:grid}@media screen and (max-width:1200px){.selection__cards{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:992px){.selection__cards{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.selection__heading{flex-direction:column;align-items:flex-start;gap:0;margin-bottom:30px}.selection__interaction{align-items:flex-start;width:100%;max-width:100%}.selection__cards{grid-template-columns:repeat(1,1fr)}}
