a.btn-child {
    background: #eee;
    padding: 10px 10px;
    width: 100%;
  color: #e53935;
        font-size: 22px;
       font-weight: bold;
            border-bottom: solid 5px #c3c3c3;
}
a.btn-child.b1 {
    padding: 10px 55px 10px 55px;
}
a.btn-child:hover {
    text-decoration: none;
    color: #e53935;

}
img.cards {
    margin-top: 20px;
    margin-bottom: 20px;
}