.authors-block__title {
  text-align: center;
  margin-bottom: 0 !important; }
.authors-block__item {
  margin-top: 30px !important; }
.authors-block__image {
  margin-bottom: 12px; }
.authors-block__btn-container {
  margin-top: 30px;
  text-align: center; }
.authors-block__inner {
  float: left;
  width: 100%; }

.item-brand {
  min-height: 300px; }

@media (min-width: 576px) {
  .authors-block__item:nth-child(2n + 1) {
    clear: left; } }
@media (min-width: 768px) {
  .authors-block__item:nth-child(2n + 1) {
    clear: none; }
  .authors-block__item:nth-child(3n + 1) {
    clear: left; } }
@media (min-width: 992px) {
  .authors-block__item:nth-child(3n + 1) {
    clear: none; }
  .authors-block__item:nth-child(4n + 1) {
    clear: left; } }
