.zybox {
    background-color: #f4e2e2;
    padding-bottom: 50px;
}

.zybox h1 {
    text-align: center;
    font-style: 32px;
    background: linear-gradient(#fc5c59,#fd9596);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    padding: 35px 0;
}
.zybox .box {
    width: 100%;
    padding: 30px 0;
    background-color: #fff;
    border-radius: 10px;
}
.zybox .box ul {
    display: block;
    width: 96%;
    
}
.zybox .box ul li {
    float: left;
    width: 30%;
    border-radius: 8px;
    overflow: hidden;
    margin-left: 3.3%;
    cursor: pointer;
    
}
.zybox .box ul li .img {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.zybox .box ul li p {
    text-align: center;
    font-size: 20px;
    padding-top: 15px;
}
.item-two {
    margin-top: 40px;
}

 .item-two h1 {
    text-align: center;
    font-size: 28px;
    padding: 10px 0;
    color: #fff;
}
.item-two h2 {
    text-align: center;
    font-size: 20px;
    color: #fc5c59;

}
.item-two form {
    width: 80%;
    margin: 0 auto;
}
.item-two form input {
    width: 100%;
    height: 60px;
    outline: none;
    margin-top: 30px;
    padding-left: 10px;
    font-size: 20px;
    border-radius: 5px;
    border: 0;
    background-color: #fd9596;
}
.item-two form input::placeholder {
    color: #fff;
}
.item-two .sub {
    width: 100%;
    height: 60px;
    background-color: #fd9596;
    margin: 30px auto 0 auto;
    text-align: center;
    line-height: 60px;
    font-size: 26px;
    border-radius: 5px;
    color: #fff;
}