h1 {
    text-align: center;
    font-weight: 100;
}

.card span {
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 0.5em;
}

.card {
    background: none !important;
    box-shadow: none;
    max-height: 13em !important;

}

.card-title {
    font-size: 1em !important;
}

.card-image {
    display: flex;
    max-height: 13em !important;
    text-align: center;
    align-items: center;
}

.card-content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.adr img {
    width: 100% !important; 
}