.task-cards__title{margin-bottom:80px;text-align:center}.task-cards__cards{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}.task-cards__card,.task-cards__cards{display:-webkit-box;display:-ms-flexbox;display:flex}.task-cards__card{background:#f2f7fc;border-radius:16px;gap:32px;max-width:calc(50% - 8px);padding:32px;width:100%}.task-cards__card-icon{display:block;height:48px;width:48px}.task-cards__card-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}@media (max-width:1120px){.task-cards__container{margin-left:auto;margin-right:auto;max-width:736px}.task-cards__title{margin-bottom:64px}.task-cards__card{max-width:100%}}@media (max-width:767px){.task-cards__card{gap:16px;padding:16px}.task-cards__card-icon{height:32px;width:32px}}