.ngh-followers { background: #fff; padding: 2px 5px 10px; margin: 10px 0; text-align: center; /*font-family:inherit ;*/ } .ngh-flex { display: flex; } .ngh-part { width: 50%; } .ngh-followers-num { padding: 10px; font-size: 30px; font-weight: bold; } .ngh-follow-name { font-size: 12px; } .ngh-btn { background: #3897f0; display: block; color: #fff; border-radius: 3px; transition: .5s; padding: 4px; /*margin-top: 10px;*/ } .ngh-btn:hover { background: #58abf9; color: #fff; }