.stagesSection{background-color:var(--lightgray-color);}.stagesSection .content .list{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;}.stagesSection .content .list .card{width:calc(16.6666666667% - 8.3333333333px - 40px);height:220px;padding:20px;background-color:var(--totalwhite-color);display:flex;flex-direction:column;justify-content:space-between;border-radius:20px;}.stagesSection .content .list .card .header{background-color:var(--lightgray-color);border-radius:10px;padding:5px 10px;width:-moz-fit-content;width:fit-content;}.stagesSection .content .list .card .header p{color:var(--primary-color);}.stagesSection .content .list .card .textContainer{display:flex;flex-direction:column;gap:20px;}.stagesSection .content .list .card .textContainer p:last-child{color:var(--secondary-color);}@media (max-width:1250px){.stagesSection .content .list .card{width:calc(33.3333333333% - 6.6666666667px - 40px)}.stagesSection .content .list .card br{display:none}}@media (max-width:800px){.stagesSection .content .list{flex-direction:column;gap:10px}.stagesSection .content .list .card{width:calc(100% - 20px);height:-moz-fit-content;height:fit-content;padding:10px;gap:30px}}