.whln {
    width: 100%;
    display: flex;
    margin-bottom: 80px;
}

.f1 {
    margin-top: 80px;
}

.whln-text {
    width: 50%;
}

.whln-img {
    width: 50%;
    text-align: center;
}

.whln-text .title {
    color: #474242;
    font-size: 24px;
    font-weight: 600;
    border-bottom: solid 1px #322a2a;
    letter-spacing: 2px;
}

.whln-text .title label {
    color: #795237;
    font-size: 36px;
    letter-spacing: 4px;
}

.whln-img img {
    width: 500px;
    margin: auto;
    border-radius: 20px;
}

@media(max-width:640px){
    .whln {
        width: 100%;
        display: flex;
        margin-bottom: 40px;
        flex-direction: column;
        align-items: center;
    }
    .f2{
        flex-direction: column-reverse;
    }

    .f1 {
        margin-top: 20px;
    }

    .whln-text {
        width: 90%;
    }

    .whln-img {
        width: 90%;
        text-align: center;
    }

    .whln-text .title {
        color: #474242;
        font-size: 16px;
        font-weight: 600;
        border-bottom: solid 1px #322a2a;
        letter-spacing: 2px;
    }

    .whln-text .title label {
        color: #795237;
        font-size: 28px;
        letter-spacing: 4px;
    }

    .whln-img img {
        width: 500px;
        margin: auto;
        border-radius: 20px;
    }
}