.container{display:flex;flex-direction:column;gap:20px}.container h2{color:#5135c1;text-align:center}.row{align-items:center;display:flex;gap:20px;justify-content:space-around;@media (max-width:767px){flex-direction:column;gap:0;margin-bottom:18px}}.right-side{@media (min-width:767px){flex-direction:row-reverse}}.image{max-width:45%;@media (max-width:767px){max-width:80%}}.description{@media (min-width:767px){max-width:44%}}.description ul{color:initial}