.wrinkle_banner {
    background: url(../../../../../img/wrinkle/wrinkle-banner.jpg) no-repeat top / cover;
}

.wrinkle-01 {
    height: 500px;
    background: url(../../../../../img/wrinkle/wrinkle01.png) no-repeat center / cover;
    padding: 100px;
    position: relative;
    color: #fff;
}

.wrinkle-01 .text-img,
.wrinkle-01 .make-bold {
    color: #fff;
}

.symptoms-desc_box {
    padding: 40px 100px 80px;
}

.symptoms-desc_box .symptoms_img {
    width: 100%;
    height: 400px;
    border-radius: 32px;
}

.symptoms-desc_box .symptoms_tit {
    color: #7a73cd;
    font-size: 44px;
    font-weight: 700;
    text-align: center;
    margin: 20px 0;
}

.symptoms-desc_box .symptoms_sub {
    color: #767676;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    line-height: 1.4;
    padding: 0 5px;
}

section h3{
    margin: 20px 0 40px;
    line-height: 1.4;
}
.main_banner .gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.4;
    background: hsla(312, 66%, 76%, 1);

    background: linear-gradient(90deg, hsla(312, 66%, 76%, 1) 0%, hsla(234, 93%, 67%, 1) 100%);

    background: -moz-linear-gradient(90deg, hsla(312, 66%, 76%, 1) 0%, hsla(234, 93%, 67%, 1) 100%);

    background: -webkit-linear-gradient(90deg, hsla(312, 66%, 76%, 1) 0%, hsla(234, 93%, 67%, 1) 100%);

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#EA98DA", endColorstr="#5B6CF9", GradientType=1);
}

section.grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 80px 0;
    padding: 10px;
    row-gap: 40px;
}

section.grid .symptoms-desc_box {
    padding: 0;
    width: calc((100% - 30px)/4);
}

section.grid .symptoms-desc_box .symptoms_tit {
    font-size: 24px;
}

section.grid .symptoms-desc_box .symptoms_img img {
    height: 100%;
    width: auto;
}
@media screen and (max-width: 1902px){
    .wrinkle_banner {
        background-position: center;
    }
}
@media screen and (max-width:820px) {
    section .symptoms-desc_box .symptoms_tit {
        font-size: 24px;
    }

    .wrinkle-01 {
        height: 40vw;
        padding: 40px;
    }

    section h3 {
        word-break: keep-all;

    }

    section .wrinkle-01 .text-img {
        font-size: 32px;
        top: 50%;

    }

    section.grid .symptoms-desc_box {
        padding: 0;
        width: calc((100% - 10px)/2);
    }

    section.grid .symptoms-desc_box .symptoms_img img {
        height: auto;
        width: 100%;
    }
}

@media screen and (max-width:560px) {
    section .symptoms-desc_box {
        padding: 40px 10px;
    }

    section .wrinkle-01 .text-img {
        font-size: 24px;
    }

    section .symptoms-desc_box .symptoms_img {
        height: 50vw;
        border-radius: 12px;
    }

    section .symptoms-desc_box .symptoms_tit {
        font-size: 20px;
    }

    section.grid .symptoms-desc_box .symptoms_img img {
        height: 100%;
        width: auto;
    }

    section.grid .symptoms-desc_box .symptoms_tit {
        font-size: 20px;
    }
}
@media screen and (max-width:400px){
    section.grid .symptoms-desc_box .symptoms_tit{
        font-size: 16px;

    }
    section .symptoms-desc_box .symptoms_sub{
        font-size: 14px;
        font-weight: 200;
        color: #1c1c1c;
    }

    section.grid .symptoms-desc_box .symptoms_img img{
        height: auto;
        width: 100%;
    }
    section h3{
        padding: 0 5px;
        font-size: 14px;
        /*line-break: anywhere;*/
    }
    section h3 br{
        display: none;
    }
}