@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

        * {
            margin: 0;
            padding: 0;
        }

        .fizzify-banner img {
            width: 100%;
        }

        .fizzify-main-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 371px;
            background-color: #D75A08;
            margin-top: -4px;
        }

        .fizzify-about {
            width: 75%;
            text-align: left;
        }

        .fizzify-about p {
            font-family: "Montserrat", sans-serif;
            font-size: 22px;
            font-weight: 400;
            margin-bottom: 20px;
            letter-spacing: 0.11em;
            color: white;
        }

        .section3 {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            margin-top: -4px;
        }

        .section3 img {
            width: 50%;
        }

        .section4 img {
            width: 100%;
        }

        .section-two-img {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: -4px;
        }

        .section-two-img img {
            width: 100%;
        }

        .taste-the-fizz {
            width: 100%;
        }

        .taste-the-fizz img {
            width: 100%;
            margin-top: -67px;
        }

        .freshen img {
            width: 100%;
            margin-top: -4px;
        }

        .pop-sip-smile {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            background-color: #FFFC9F;
            margin-top: -2px;
        }

        .obj-img {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            background-color: #514A9D;
        }
        .fizzify-credits-main{
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 371px;
            background-color: #015D01;
        }
        .fizzify-credits {
            width: 50%;
            text-align: left;
        }

        .fizzify-credits p {
            font-family: "Montserrat", sans-serif;
            font-size: 22px;
            font-weight: 400;
            margin-bottom: 20px;
            letter-spacing: 0.11em;
            color: white;
        }