* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    background: url(../img/bg.png) center no-repeat;
}

.wraper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.wraper_right p:nth-child(2) {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
}
.wraper_right p:nth-child(3) {
    font-size: 16px;
    color: #e37847;
    line-height: 30px;
}
.service {
    display: block;
    width: 142px;
    height: 45px;
    background: url(../img/service.png) no-repeat;
}
.limit {
    position: absolute;
    bottom: 15%;
    color: #fff;
    left: 40%;
    font-size: 18px;
}
.limit>span:first-child {
    margin-right: 20px;
}
@media screen and (min-width: 315px) and (max-width: 812px) {
    .wraper {
        padding-top: -10%;min-width: 300px;
    }
    .wraper_left img {
        width: 95%;
    }
    .limit { bottom: 2%;left: 3%;}
    .wraper_right {
        padding-top: 0;
    }

}
.wraper_right div {
    display: flex;
}


.wraper_left img {
    width: 100%;
}

.wraper dl {
    display: flex;
}

.wraper_right {
    padding-top: 0%;
}

.wraper_right h2 {
    margin-bottom: 40px;
}

.wraper dl dt {
    position: relative;
    margin-right: 20px;
}

.wraper dl dt p {
    font-size: 14px;
    color: #eee;
    opacity: 0.5;
    font-weight: normal;
    margin-top: 10px;
    text-align: center;
}

.wraper dl dd {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}