@charset "utf-8";

.service-contain {
    width: 1000px;
    margin: -120px auto 0 auto;
    padding-top: 120px;
}
.service-contain p {
    text-align: center;
}

.recomend {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.color {
    background-color: #fff6ed;
    padding: 15px 0;
}
.color p {
    font-weight: bold;
}
.service-title  {
    display: flex;
    justify-content: space-between;
    margin: 70px 0 50px 0;
    position: relative;
}
.service-title h1 {
    margin: auto 0;
}
.service-title p {
    position: absolute;
    bottom: 20px;
    text-align: center;
    margin-left: 200px;
    font-size: 40px;
    color: rgba(139, 107, 78, 0.5);
    font-family: 'Sacramento', cursive;
}
.service-title img {
    width: 500px;
}

.howto {
    display: flex;
    justify-content: space-around;
    margin-top: 60px;
}
.howto img {
    width: 170px;
    margin-left: 30px;
}
.howto figcaption {
    width: 220px;
    font-size: 14px;
    text-align: center;
}

.arrow-right {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 120px 10px;
    border-top: 4px solid #8b6b4e;
    border-right: 4px solid #8b6b4e;
    transform: rotate(45deg);
}

.detail {
    margin-bottom: 100px;
}
.title-mark {
    font-size: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-top: 100px;
    justify-content: center;
}
.title-mark:before,
.title-mark:after {
  content: "";
  height: 2px;
  width: 100px;
  background-color: #ccb8a3;
}
.title-mark:before {
  margin-right: 2rem;
}
.title-mark:after {
  margin-left: 2rem;
}

@media screen and (max-width: 900px) {
    .service-contain {
        max-width: 90%;
    }

    .service-title {
        display: block;
        width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
    .service-title h1 {
        font-size: 25px;
    }
    .service-title p {
        margin-left: 0;
        text-align: left;
        bottom: -25px;
        font-size: 30px;
    }
    .service-title img {
        width: 370px;
        margin: 10px auto 0 auto;
    }
    .howto {
        display: block;
        width: 200px;
        margin: 20px auto 0 auto;
    }
    .arrow-right {
        margin: 20px 100px;
        transform: rotate(135deg);
    }
    .recomend {
        max-width: 90%;
    }

}
