.problem-solving{align-items:center;column-gap:20px;display:grid;grid-template-columns:1fr auto 1fr;justify-content:center}@media only screen and (max-width:750px){.problem-solving{grid-template-columns:1fr;justify-items:center;row-gap:10px}}.problem-solving_item{align-items:center;border:1px solid #46aff0;border-radius:10px;display:grid;gap:30px;grid-template-columns:auto 1fr;height:100%;padding:30px;width:100%}.problem-solving_item ul li{font-size:16px;line-height:1.6}@media only screen and (max-width:750px){.problem-solving_item{gap:20px;padding:.5rem}}.img_solution{background:#46aff0;color:#fff}.img_solution ul li::marker{color:#fff}.problem-solving_arrow img{height:15px;transform:rotate(270deg);width:30px}@media only screen and (max-width:750px){.problem-solving_arrow img{transform:unset}}