.problem-cards{display:grid;gap:20px;margin-bottom:2rem}@media (width >= 768px){.problem-cards{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.problem-card{background-color:var(--color-white);border-radius:15px;box-shadow:0 10px 99px rgba(4,7,37,.18);display:grid;gap:30px;grid-template-rows:60px 1fr;padding:2rem 1rem}.problem-card__icon{align-items:center;display:flex;gap:10px;position:relative}.problem-card__icon svg{height:60px;width:60px}.problem-card__icon:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 33 33'%3E%3Cpath fill='%23000' d='M16.5 33C25.613 33 33 25.613 33 16.5S25.613 0 16.5 0 0 7.387 0 16.5 7.387 33 16.5 33'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3.056' d='M10.389 10.389 22.61 22.61m-12.221 0L22.61 10.39'/%3E%3C/svg%3E");background-repeat:no-repeat;content:"";display:inline-block;height:33px;position:relative;width:33px}.problem-cards h3{font-size:18px!important}.problem-cards p{font-size:16px;margin-bottom:0}