مدیریت و کارکنان
html { box-sizing: border-box; } *:after { box-sizing: inherit; } .my-wrapper .column { width: 50%; margin-bottom: 16px; padding: 0 8px; margin-bottom: 16px; padding: 0 8px; -ms-flex-preferred-size: 50%; flex-basis: 50%; -webkit-box-flex: 1; -ms-flex-positive: 1; } @media screen and (max-width: 767px) { .my-wrapper .column { width: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; -webkit-box-flex: 1; -ms-flex-positive: 1; } } .card { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); height: 100% } .container ...