@charset "UTF-8";


.hare-series__wrapper_tips {
    display: flex;
    column-gap: 3rem;
    justify-content: center;
}

.hare-series__img_tips {
    flex: 1 1 50%;
}

.hare-series__text_tips {
    vertical-align: middle;
    flex: 1 1 1fr;
}

@media screen and (max-width: 768px) {

    /* SKIN CARE TIPS */
    .hare-series__wrapper_tips {
        display: block;
    }

    .hare-series__text_tips {
        width: 100%;
        display: block;
    }

    .hare-series__img_tips {
        margin: 16px auto;
        width: 100%;
        display: block;
    }

    .text-area_tips {
        margin-left: 0px;
    }

    .hare-series__img_tips img {
        margin: 0px auto !important;
    }

    .btn--navy_tips {
        display: block;
        width: 100%;
    }

    .h3--magin_tips {
        margin-bottom: 0px;
    }

}