@charset "UTF-8";


/* p   {
    margin-left:auto;margin-right:auto;
    text-align:center;
    width:20%;
}
ul {
    list-style-type: none;
    margin-left:auto;margin-right:auto;
    text-align:left;
    width:30%;

} */
div.wrap {
    margin-left:auto;margin-right:auto;
    text-align:center; 
    max-width: 1280px;
    width: 90%;
    background-color: #fefaf5;
    }
img{
    display: block;
    width:100%;
    }
body {
    
}
div.box{
    width:373px;
    margin: 0 auto;
}
div.box ul{
    list-style: none;
    margin-bottom: 30px;
}
div.box p{
    text-align: center;
    margin-bottom: 30px;
}
div.box p img{
    mix-blend-mode: multiply;
    height: 15px;
    width:auto;
    margin: 0 auto;
}
div.box ul li img{
    mix-blend-mode: multiply;
    height: 15px;
    width:auto;
}
.cobtributers{
    mix-blend-mode: multiply;
    height: auto;
    /* width:auto; */
    width:231px;
    margin: 0 auto 30px;  
    padding-bottom: 30px;
}


@media screen and (max-width: 750px) {
    div.wrap{
        width: 100%;
    }
    div.img{
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    div.img::before{
        content: "";
        display: block;
        padding-top: 134.9%;

    }
    div.img img{
        width: 120%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    div.box p img{
        height: 12px;
    }
    div.box ul li img{
        height: 12px;
    }   
    div.box{
        width: 90%;
    }
    .cobtributers{
        width: 55%;
        height: auto;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}