.product1 {
    width: 1200px;
    margin: 0 auto;
}

.product1 h2 {
    text-align: center;
    padding: 80px 0 60px 0;
    font-weight: normal;
    color: white;
}

.product1 div ul {
/*    display: flex;
    justify-content: space-between;*/
}

.product1 div ul li {
    border: 1px solid #5d5d5d;
    width: 290px;
    display: inline-block;
    margin-bottom: 10px;
}

.product1 div ul li div:nth-of-type(1) {
    width: 290px;
    /*height: 290px;*/
}

.product1 div ul li div:nth-of-type(1) img {
    width: 100%;
    /*height: 100%;*/
}

.product1 div ul li div:nth-of-type(2) {
    padding: 25px;
}

.product1 div ul li div:nth-of-type(2) p {
    color: #838383;
    font-size: 12px;
    line-height: 1.5;
}

.product1 div ul li div:nth-of-type(2) h4 {
    padding-bottom: 30px;
    overflow : hidden;
    height: 36px !important;
}

.product1 div ul li div:nth-of-type(2) span {
    color: red;
    font-size: 18px;
    padding-top: 5px;
    display: block;
}

.product1-button {
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
    display: flex;
    justify-content: center;
}