.ebook-row.row {
    display: flex;
    flex-direction: row;
    align-items: center;
}
  
.ebook-row.row.tc .columns{
    display: flex;
    flex-direction: column;
}

.gmb-link small {
    font-weight: bold;
}

.gmb-link a:visited {
color:#37b34a;
}