.custom-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 80px 0;
}
.custom-word{
    background: url("../img/home/three/custom-back.png") no-repeat;
    /*background: url("../img/home/three/custom-made-pic.png") no-repeat;*/
    background-size: cover;
    height: 440px;
    width: 100%;
    color: #fff;
    padding: 50px 0;
}
.custom-word-back{
    max-width: 1450px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.custom-word .custom-word-back>div{
    display: flex;
    margin-bottom: 20px;
}

.custom-state{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin: 80px 0 54px 0;
}
.custom-state h3{
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 600;
}
.custom-container a:hover{
    color: #fff;
}
.custom-container a{
    text-decoration: none;
    color: #fff;
}
.custom-btn{
    width:300px;
    height:50px;
    background:rgba(255,62,22,1);
    border-radius:25px 25px 0px 25px;
    border:1px solid rgba(255,62,22,1);
    line-height: 50px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}
