#suggested {
    margin: 80px 30px 30px 30px;
    position: relative;
}

.suggested-img {
    width: 100%;
    height: 100%;
}

.heading {
    font-size: 2.5em;
    margin: 0 0 10px 0;
    transition: 0.5s;
}

.quote {
    margin: 10px 0;
    font-family: sans-serif;
    font-size: 4em;
    font-weight: bold;
    transition: 0.5s;
}

.post-name {
    margin: 0 0 30px 0;
    font-size: 1.5em;
    transition: 0.5s;
}

.shop-now p {
    display: inline-block;
    border: 1px solid black;
    background-color: transparent;
    color: black;
    padding: 9px 20px;
    border-radius: 20px;
    font-size: 1.2em;
    margin: 0 5px 0 0;
    text-decoration: none;
    transition: 0.5s;
}

#suggested a {
    user-select:none;
}

.cr72 {
    display: none
}

.football {
    width: 100%;
}

#football {
    margin: 80px 30px 30px 30px;
}

@media (max-width: 1400px) {
    .heading {
        font-size: 2em;
    }

    .quote {
        font-size: 3em;
    }

    .post-name {
        font-size: 1.3em;
        margin-bottom: 25px;
    }

    .shop-now p {
        font-size: 1.1em;
    }
}

@media (max-width: 1200px) {
    .heading {
        font-size: 1.8em;
    }

    .quote {
        font-size: 2.8em;
    }

    .post-name{
        font-size: 1.1em;
        margin-bottom: 20px;
    }
}

@media (max-width: 1050px) {
    .quote {
        font-size: 2.5em;
    }

    .post-name {
        font-size: 1em;
        margin-bottom: 18px;
    }

    .shop-now p {
        font-size: 1em;
    }
}

@media (max-width: 900px) {
    .heading {
        font-size: 1.5em;
    }

    .quote {
        font-size: 2.2em;
    }

    .post-name{
        font-size: 1em;
    }

    .cr71 {
        display: none;
    }

    .cr72 {
        display: unset;
    }
}

@media (max-width: 450px) {
    .quote {
        font-size: 2em;
    }

    .post-name {
        font-size: 1em;
        margin-bottom: 15px;
    }

    .shop-now p {
        font-size: 0.9em;
    }
}

@media (hover: hover) {
    .shop-now:hover p, .add-cart:hover p {
        background-color: black;
        color: white;
    }

}