.settings {
    width: 100%;
    height: 30vw;
}

.settings img {
    width: 100%;
    height: 100%;
}

.tailorisms {
    width: 100%;
    margin-bottom: 3vw;
}

.tailorisms_box {
    width: 75vw;
    margin: auto;
}

.subtitle {
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 3vw auto 0px auto;
}

.subtitle_img {
    width: 20%;
    height: 0.2vw;
}
.subtitle_img img {
    width: 100%;
    height: 100%;
}
.subtitle_title {
    color: #000000;
    font-size: 1.8vw;
    font-weight: 700;
}