body{
    width: 375px;
    margin: auto;
    background-image: url(bg-pattern-top-mobile.svg);
    background-color: rgba(255, 255, 255, 0.09);
}
.container >h1{
    font-family: 'League Spartan';
    font-weight: 700;
    color: hsl(300, 43%, 22%);
    font-size: 30px;
    padding: 0px 60px;
    text-align: center;
}
.container >p{
    font-family: 'League Spartan';
    color: hsl(303, 10%, 53%);
    padding: 0px 50px;
    font-size: 15px;
    text-align: center;
}
.star-rating-container .box-1, .box-2, .box-3{
    background-color: hsl(300, 24%, 96%);
    width: 83%;
    margin: 15px auto;
    border-radius: 10px;
    text-align: center;
    padding: 5px;
}
.box-1 >.stars{
    color: hsl(45, 100%, 45%);
    font-size: 14px;
    padding-top: 8px;
}
.box-1 >h2{
    padding: 0px;
    font-size: 14px;
    font-family: 'League Spartan';
    font-weight: 700;
}
.box-2 >.stars{
    color: hsl(45, 100%, 45%);
    font-size: 14px;
    padding-top: 8px;
}
.box-2 >h2{
    padding: 0px;
    font-size: 14px;
    font-family: 'League Spartan';
    font-weight: 700;
}
.box-3 >.stars{
    color: hsl(45, 100%, 45%);
    font-size: 14px;
    padding-top: 8px;
}
.box-3 >h2{
    padding: 0px;
    font-size: 14px;
    font-family: 'League Spartan';
    font-weight: 700;
}
.customer-reviews .div-1{
    background-color: hsl(300, 43%, 22%);
    width: 85%;
    margin: auto;
    border-radius: 8px;
    margin-top: 45px;
}
.div-1 img{
    float: left;
    margin: 30px 22px 20px 25px;
    border-radius: 50%;
    width: 40px;
}
.div-1 h2{
    color: hsl(300, 24%, 96%);
    font-size: 14px;
    font-family: 'League Spartan';
    font-weight: 700;
    padding: 35px 0px 0px 0px;
    margin-bottom: -8px;
}
.div-1 p{
    color: hsl(333, 80%, 67%);
    font-size: 14px;
    font-family: 'League Spartan';
}
.div-1 blockquote{
    color: hsl(300, 24%, 96%);
    font-size: 16px;
    font-family: 'League Spartan';
    padding: 30px 0px;
    width: 80%;
    line-height: 1.5;
    margin: auto;
}
.customer-reviews .div-2{
    background-color: hsl(300, 43%, 22%);
    width: 85%;
    margin: auto;
    border-radius: 8px;
    margin-top: 15px;
}
.div-2 img{
    float: left;
    margin: 30px 22px 20px 25px;
    border-radius: 50%;
    width: 40px;
}
.div-2 h2{
    color: hsl(300, 24%, 96%);
    font-size: 14px;
    font-family: 'League Spartan';
    font-weight: 700;
    padding: 35px 0px 0px 0px;
    margin-bottom: -8px;
}
.div-2 p{
    color: hsl(333, 80%, 67%);
    font-size: 14px;
    font-family: 'League Spartan';
}
.div-2 blockquote{
    color: hsl(300, 24%, 96%);
    font-size: 16px;
    font-family: 'League Spartan';
    padding: 30px 0px;
    width: 80%;
    line-height: 1.5;
    margin: auto;
}
.customer-reviews .div-3{
    background-color: hsl(300, 43%, 22%);
    width: 85%;
    margin: auto;
    border-radius: 8px;
    margin-top: 15px;
    margin-bottom: 65px;
}
.div-3 img{
    float: left;
    margin: 30px 22px 20px 25px;
    border-radius: 50%;
    width: 40px;
}
.div-3 h2{
    color: hsl(300, 24%, 96%);
    font-size: 14px;
    font-family: 'League Spartan';
    font-weight: 700;
    padding: 35px 0px 0px 0px;
    margin-bottom: -8px;
}
.div-3 p{
    color: hsl(333, 80%, 67%);
    font-size: 14px;
    font-family: 'League Spartan';
}
.div-3 blockquote{
    color: hsl(300, 24%, 96%);
    font-size: 16px;
    font-family: 'League Spartan';
    padding: 30px 0px;
    width: 80%;
    line-height: 1.5;
    margin: auto;
}
@media (min-width: 1440px){
    .container{
        width: 1200px;
        background-image: url(bg-pattern-bottom-desktop.svg);
        background-color: rgba(255, 255, 255, 0.09);

    }
    .container >h1{
        font-family: 'League Spartan';
        font-weight: bolder;
        color: hsl(300, 43%, 22%);
        font-size: 45px;
        text-align: left;
        width: 30%;
        margin-left: 53px;
        margin-top: 100px;
    }
    .container >p{
        font-family: 'League Spartan';
        color: hsl(303, 10%, 53%);
        font-size: 18px;
        text-align: left;
        line-height: 1.5;
        width: 35%;
        margin-left: 60px;
    }
    .star-rating-container{
        width: 45%;
        float: right;
        margin-top: -255px;
        margin-right: 140px;
    }
    .star-rating-container .box-1{
        display: flex;
        background-color: hsl(300, 24%, 96%);
        width: 70%;
        height: 45px;
        border-radius: 10px;
        margin-right: 15%;
    }
    .star-rating-container .box-1 h2{
        font-size: 15px;
        font-weight: 700;
    }
    .star-rating-container .box-2{
        display: flex;
        background-color: hsl(300, 24%, 96%);
        width: 70%;
        height: 45px;
        border-radius: 10px;
        margin-right: 5%;
    }
    .star-rating-container .box-3{
        display: flex;
        background-color: hsl(300, 24%, 96%);
        width: 70%;
        height: 45px;
        border-radius: 10px;
        margin-right: -5%;
    }
    .box-1 >.stars{
        color: hsl(45, 100%, 45%);
        font-size: 14px;
        padding-top: 8px;
        margin: 0px 20px 5px 20px;
    }
    .box-2 >.stars{
        color: hsl(45, 100%, 45%);
        font-size: 14px;
        padding-top: 8px;
        margin: 0px 20px 5px 20px;
    }
    .box-3 >.stars{
        color: hsl(45, 100%, 45%);
        font-size: 14px;
        padding-top: 8px;
        margin: 0px 20px 5px 20px;
    }
    .customer-reviews{
        display: flex;
        margin: 60px 95px;
        justify-content: center;
    }
    .customer-reviews .div-1{
        background-color: hsl(300, 43%, 22%);
        margin: 15px;
        border-radius: 8px;
        width: 33%;
        height: 210px;
    }
    .customer-reviews .div-2{
        background-color: hsl(300, 43%, 22%);
        margin: 25px 15px;
        border-radius: 8px;
        width: 33%;
        height: 210px;
    }
    .customer-reviews .div-3{
        background-color: hsl(300, 43%, 22%);
        margin: 45px 15px;
        border-radius: 8px;
        width: 33%;
        height: 210px;
    }
    .div-1 blockquote{
        color: hsl(300, 24%, 96%);
        font-size: 14px;
        font-family: 'League Spartan';
        padding: 30px 0px;
        width: 78%;
        line-height: 1.5;
        margin: -20px auto;
    }
    .div-2 blockquote{
        color: hsl(300, 24%, 96%);
        font-size: 14.5px;
        font-family: 'League Spartan';
        padding: 30px 0px;
        width: 78%;
        line-height: 1.5;
        margin: -20px auto;
    }
    .div-3 blockquote{
        color: hsl(300, 24%, 96%);
        font-size: 14px;
        font-family: 'League Spartan';
        padding: 30px 0px;
        width: 78%;
        line-height: 1.5;
        margin: -20px auto;
    }
}