.advantages__first-row{display:grid;grid-template-columns:repeat(2,1fr);margin-bottom:30px;gap:30px}.advantages__other-rows{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.advantages__item .p2{margin-top:10px;margin-bottom:30px}.advantages__item .p1{padding:20px;color:var(--card);background-color:var(--maintext);height:100%}.advantages__item{display:flex;height:100%;flex-direction:column;padding-left:10px;border-left:1px solid var(--stroke-light)}.advantages__item:first-child{border-left:none}.whitebg{background-color:var(--card);padding:80px 0}.whitebg .advantages__item .p1{background-color:var(--bg);color:var(--maintext)}@media (max-width:1000px){.advantages__other-rows{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.advantages__other-rows,.advantages__first-row{grid-template-columns:repeat(1,1fr)}}