@media (max-width: 550px) {
    .headerContent, .footerContent {
        padding: 0 25px;
    }

    .headerContent p {
        padding-left: 0;
    }

    .imgItem {
        width: 246px !important;
    }

    .textItem, .boxedItem, .imgItemWide, .greenParagraph {
        width: 321px;
    }

    .mainColumns {
        grid-template-columns: 
            [mainMin] 1fr [mainLeft] fit-content(325px) [mainRight] 1fr [mainMax];
        grid-gap: 0px;
    }

    h1 {
        font: normal normal normal 3.333rem/4rem Museo-700;
        margin-bottom: 25px;
    }

    h5 {
        font: normal 1rem/4rem Museo-300;
        margin-top: 35px;
    }

    h1 + p {
        width: 275px;
        font: normal normal normal 1rem/1.833rem Museo-500;
    }

    h3 + .greenParagraph {
        width: 275px;
    }

    button {
        margin-top: 25px;
    }

    #CurrentCoffeeDiv {
        height: 320px;
    }

    #CurrentCoffeImg {
        margin-top: 25px;
        transform: scale(0.9);
    }

    #CurrentCoffeImg:hover {
        transform: scale(0.963);
        transition-duration: 0.3s;
    }

}