.step2:nth-child(2){background-color:#069dcc!important}.step3:nth-child(3){background-color:#069dcc}.step4:nth-child(4){background-color:#069dcc}.step5:nth-child(5){background-color:red}.step6:nth-child(6){background-color:green}.descriptions-container{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;margin-top:40px;max-width:1200px;margin-left:auto;margin-right:auto}@media (max-width:1024px){.descriptions-container{grid-template-columns:repeat(3,1fr);gap:15px}}@media (max-width:768px){.descriptions-container{grid-template-columns:repeat(2,1fr);gap:15px}}@media (max-width:480px){.descriptions-container{grid-template-columns:1fr;gap:20px;margin-top:30px}}