@charset "utf-8";

body {
    background-color: #FDF6C6;
}

.pic-wrapeer_item {
    width: 550px;
    height: auto;
    background-color: rgba(245, 245, 245, 0.6);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    margin: 1%;
    text-align: center;
    padding-top: 1%;
}

.pic-wrapeer {
    display: flex;
    max-width: 1600px;
    width: 100%;
    justify-content: space-between;
    margin: 5% auto;
    flex-wrap: wrap;
}

#Designlibrary .Design_h1 {
    position: static;
    margin: 6% 2%;
    width: 40%;
    color: #494949;
    background: #F9C0C1;
    padding-left: 0.5em;
    border-left: solid 7px #fffaf4;
    text-indent: 0;
    font-size: 35px;
}

.pic-wrapeer_item h2 {
    margin: 5%;
    font-size: 18px;
    font-weight: bold;
}

.pic-tex {
    display: inline-block;
    width: 92%;
    font-size: 15px;
    line-break: strict;
    padding: 0 1% 4%;
}

@media screen and (max-width: 787px) {
    #Designlibrary .Design_h1 {
        margin-top: 8%;
        min-width: 350px;
        width: 50%;
    }

    .pic-wrapeer_item {
        margin: 1% auto;
    }
}

@media screen and (max-width: 400px) {
    #Designlibrary .Design_h1 {
        width: 50%;
        min-width: 205px;
        margin: 15% 2%;
    }

    .pic-wrapeer_item {
        width: 350px;
    }

    .pic-wrapeer_item img {
        width: 300px;
        height: auto;
    }
}