.logo{
    text-align: center;
    margin: 3rem 0;
}
.logo img{
    width: 7rem;
}

.main{
    display: flex;
    justify-content: center;
}

.container {
    max-width: 80rem;
    margin-bottom: 10rem;
}


.breadcrumb span{
    font-size: 1.2rem;
}
.breadcrumb a{
    font-size: 1.2rem;
    color: var(--text-color);
    text-decoration: underline;
}


.title{
    text-align: center;
    font-size: 3rem;
    margin: 2rem 0;
}

.wrap{
    margin-bottom: 3rem;
}

.wrap__title{
    font-weight: 900;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.wrap__content{
    line-height: 2.5rem;
}

.wrap__list{
    list-style: none;
    margin-top: 1rem;
}

.wrap__store{
    text-align: center;
}

.wrap__store{
    display: flex;
    justify-content: center;
}
.wrap__store a{
    display: block;
}
.wrap__store a:first-child{
    margin-right: 1rem;
}

.wrap__store a:first-child img{
    width: 18.3rem;
}

.wrap__store a:last-child img{
    width: 17.9rem;
}

.panigation{
    text-align: center;
    margin: 3rem 0;
    
}

.panigation a {
    color: var(--text-color);
    font-size: 1.6rem;
    text-decoration: underline;
}

.panigation a:first-child{
    margin-right: 3rem;
}

.footer{
    text-align: center;
}
.footer span{
    font-size: 1.2rem;
    padding-bottom: 2rem;
}
@media (max-width: 768px) {
    .logo{
        margin: 2rem 0;
    }
    .logo img{
        width: 7.2rem;
    }
    
    .main{
     padding: 0 2rem
    }
    
    .container {
        margin-bottom: 3rem;
    }
    
    .title{
        font-size: 2.5rem;
        margin: 3rem 0;
    }
    
    .wrap__list{
        margin-top: 1rem;
    }
    
    .wrap__store a:first-child img{
        width: 14.8rem;
    }
    
    .wrap__store a:last-child img{
        width: 14.45rem;
    }
    
    .panigation a {
        font-size: 1.2rem;
    }
    
    .panigation a:first-child{
        margin-right: 2rem;
    }
    
    .footer{
        font-size: 1rem;
    }
}