h1,h2,h3,p {
    color: rgb(255, 255, 255);
    font-family:'Franklin Gothic Medium', 'Arial bold', Arial, sans-serif;
    transition: 0.5s;
}

.ItemBlock {
    background-color: rgb(47, 48, 47);
    border: 1px, solid, black;
    border-radius: 10px;
    display: inline-block;

    height: auto;
    min-height: 10vh;

    width: 50%;
    min-width: 40%;
    max-width: 50%;

    margin: 10px;
}

.KeyFacts {
    color: white;
    text-align: center;
}

.KeyFacts ul {
    padding: 0;
    list-style: none;
}

.Offers ul {
    list-style-type: none;
}

@media (max-width: 800px){
    .ItemBlock {
        width: 90%;
        max-width: 90%;
    }
}