.shareholders-block{display:flex;flex-wrap:wrap}.shareholder-item{flex:1 0 calc(25% - 24px);min-width:250px;max-width:calc(25% - 24px);margin-right:24px;margin-bottom:24px;background-color:#fff;border:1px solid #c7c7c7;border-radius:12px;padding:16px;box-sizing:border-box;transition:background-color .3s,color .3s;height:200px}.shareholder-item:hover{background:#eceef0;border:1px solid #eceef0}.shareholder-item a{color:#333;text-decoration:none;display:flex;flex-direction:column;justify-content:space-between;height:100%}.shareholder-item:hover a{color:#333}