﻿body {
    background-color: #f3f3f3;
}

.section.hero {
    background-color: #f3f3f3;
}

    .section.hero .content {
        display: grid;
        grid-template-columns: auto 435px;
        row-gap: 0px;
    }

        .section.hero .content > * {
            grid-column: 1/2;
        }

        .section.hero .content h3 {
            grid-row: 1/2;
            color: #e97c52;
            margin-bottom: 0px;
        }

        .section.hero .content p {
            margin-top: 0px;
        }

        .section.hero .content a {
            color: #e97c52;
        }


        .section.hero .content > a.cta {
            color: #f5f5f5;
        }


        .section.hero .content span {
        }

        .section.hero .content .product {
            display: grid;
            grid-column: 2/3;
            grid-row: 1/7;
            align-self:center;
        }



@media (max-width:1200px) {

    .section.hero .content {
        grid-template-columns: 3fr 2fr;
    }

        .section.hero .content img {
            width: 100%;
        }

        .section.hero .content h3 {
            margin-top: 0px;
        }

        .section.hero .content h1 {
            margin-top: 12px;
            margin-bottom: 24px;
            font-size: 1.8em;
        }

        .section.hero .content h3 {
            font-size: 1.1em;
        }

        .section.hero .content p {
            margin-bottom: 22px;
        }
}


@media (max-width:1150px) {
    .section.hero .content {
        grid-column-gap: 24px;
        grid-template-columns: auto 400px;
    }

       
}

@media (max-width:930px) {

    .section.hero .content {
        grid-template-columns: auto;
    }

    .section.hero .content {
        text-align: center;
    }

        .section.hero .content > a {
            justify-self: center;
        }

            .section.hero .content > a.cta {
                grid-row: 7/8;
                margin-top: 24px;
            }

        .section.hero .content .rating span {
            text-align: left;
        }

        .section.hero .content .review {
            text-align: left;
        }

        .section.hero .content .product {
            width: 500px;
            grid-template-columns: 1fr;
            align-self: center;
            margin-top: 24px;
            grid-column: 1/2;
            grid-row: unset;
            justify-self: center;
        }
}


@media (max-width:768px) {

    .section.hero .content {
        text-align: left;
    }


        .section.hero .content .product {
            
        }
}



@media (max-width:650px) {

    .section.hero .content .product {
        width: 75%;
    }

    .section.hero .content h1 {
        font-size: 1.7em;
    }
}



@media (max-width:550px) {

    .section.hero .content .product {
        width: 90%;
    }
}


@media (max-width:490px) {

    .section.hero .content h1 {
        font-size: 1.6em;
    }

}
