@charset "utf-8";
.title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
}
.title h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: bold;

}
.title p{
    font-size: 14px;
    margin-top: 15px;
}
.shop-contents {
    width: 1080px;
    max-width: 90%;
    margin: 75px auto 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    
}