

.designs{
    /* background-color: rgb(247,247,247); */
    padding-top: 25px;
    background: url(./img/bj1.jpeg);
}
.designs1{
    background: url(./img/bj2.jpg);
}
.designs h1{
    text-align: center;
    font-size: 60px;
    margin-bottom: 23px;
    font-weight: 600;
    color: white;
}
.designs h2{
    background: #FFFFFF;
    height: 2px;
    width: 200px;
    margin: 0 auto;
}
.designs-list{
    width: 40%;
    display: flex;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
    flex-wrap: wrap;
}
.designs-list div{
    width: 100%;
    margin: 0 20px;
    margin-bottom: 40px;
}
.designs-list div img{
    width: 100%;
    height: 180px;
}
.designs-list div p{
    padding: 0 15px;
    font-size: 14px;
    margin-top: 10px;
    font-family: brandon-grot-w01-light,sans-serif;
    font-weight: 100;
    line-height: 1.5em;
    color: white;
}

.img-all{
    width: 50%;
    margin: 0 auto;
    /* display: flex; */
    padding: 20px 0;
    /* height: 200px; */
    /* background: red; */
    text-align: center;
}
.img-all h1{
    font-size: 14px;
    font-family: avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;
    /* padding: 20px 0; */
}
.f-title{
    font-size: 16px;
    padding: 20px 0;
}
.f-title span{
    width: 270px;
    display: inline-block;
    height: 2px;
    background: black;
    vertical-align: middle;
}
.img-allList{

}
.img-allList img{
    width: 95px;
    vertical-align: middle;
    margin: 0 10px;
}
