.GraphicalCTA {
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

.GraphicalCTA-imageWrapper {
    width: 100%;
    height: 300px;
}

.GraphicalCTA-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.GraphicalCTA-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
}

.GraphicalCTA-content * {
    color: #ffffff;
}

.GraphicalCTA-label {
    color: white;
}

.GraphicalCTA-headline {
    font-size: 36px;
    color: white;
}

.GraphicalCTA-deck {
    color: white;
}

.GraphicalCTA-url {
    padding: 10px 20px;
    margin-top: 30px;
    background-color: tomato;
}