@charset "utf-8";

.facialWorryCol {
    max-width: max-content;
}

.facialWorryTitBx {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 625px;
    margin: 0 auto;
}

.facialWorryTitBx::before,
.facialWorryTitBx::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #B5B1AE;
}

.facialWorryTit s {
    text-decoration: none;
    font-size: 150%;
    color: #D5814C;
}