﻿
.SuperWrapper {
    width: 100%;
}

.lazyloaded {
    height: 200px;
    align-items: center;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.SuperTitle {
    color: white;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

    .SuperTitle span {
        margin-left: 20px;
    }

.Supercontainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(0, 0, 0, 0.8);
    font-size: 50.5%;
    box-sizing: border-box;
    margin: auto;
    margin-bottom: 10px;
    margin-top: -25px;
    padding: 0;
    --fontBase: "Roboto Condensed", sans-serif;
    --white: #fff;
    --gray: #1a1a1a;
    --black-shadow: rgba(255, 255, 255, 0.8);
    position: relative;
    width: 90%;
    min-height: 1px;
    background: url(https://www.azsuperbowl.com/wp-content/uploads/2022/01/HPBG.jpg);
    border-radius: 20px;
    max-width: 1250px;
}

.spText {
    border: 1px solid white;
    border-top: 0;
}

.wrapper {
    display: flex;
    gap: 3%;
    min-width: 255px;
    width: 45%;
    min-height: 90px;
    justify-content: space-between;
    padding-top: 10px;
}

.item {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 18%;
}

    .item span {
        color: var(--white);
        font-size: 15px;
        background-color: var(--gray);
        border-radius: 0 0 5% 5%;
        line-height: 1.25;
    }

    .item .number {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--gray);
        border-radius: 5% 5% 0 0;
        border: 1px solid white;
        border-bottom: 0;
    }

        .item .number span {
            font-size: 35px;
            border-radius: 0 0 5% 5%;
        }
@media (min-width: 0px) and (max-width: 768px) {
    .SuperTitle {
        font-size: 15px !important;
    }

    .Supercontainer {
        margin-top: 10px;
        width: 95%;
    }

    .item {
        width: 25%;
    }

        .item span {
            font-size: 10px;
        }
    .lazyloaded {
        display: block;
        margin: auto !important;

    }
    .wrapper {
        padding-top: 5px;
        min-height: 75px;
        gap: 5%;
        min-width: 80%;
    }
    .SuperTitle span {
        margin-left: 0px;
    }
}
