@media(min-width: 768px){.company-cards{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:20px}}@media(min-width: 1200px){.company-cards{grid-template-columns:repeat(4, 1fr)}}.company-cards__item{padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;-webkit-box-shadow:0px 0 20px rgba(0,0,0,.2);box-shadow:0px 0 20px rgba(0,0,0,.2);border-radius:20px}.company-cards__item:not(:last-child){margin-bottom:20px}@media(min-width: 768px){.company-cards__item:not(:last-child){margin-bottom:unset}}.company-cards__item-img{margin-bottom:30px;padding:15px;max-width:70px;height:70px;background-color:#fff;-webkit-box-shadow:8px 8px 16px #edeeee,-8px -8px 16px #fff;box-shadow:8px 8px 16px #edeeee,-8px -8px 16px #fff;border-radius:20px}.company-cards__item-title{margin-bottom:10px;text-align:center;font-weight:300;font-size:16px;line-height:22px}@media(min-width: 768px){.company-cards__item-title{font-size:18px;line-height:20px}}@media(min-width: 992px){.company-cards__item-title{font-size:18px;line-height:24px}}.company-cards__item-description{max-width:220px;text-align:center;font-weight:300;font-size:14px;line-height:22px;color:#697b97}