.headline-similar {
    color: red;
    text-align: center;
    font-size: 35px;
}

.subheader {
    color: blue;
    text-align: center;
    font-size: 20px;
}

.card-logo {
    width: 100px;
    height: 100px;
}

.cards-wrapper {
    display: flex;
}
.custom-card  > div {
    flex: 1;
}

.custom-card {
    width: 50%;
}