@charset "utf-8";

.menuBeginnerFl {
    gap: 17px;
}

.menuBeginnerBx::before {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border: 1px solid #D0BBAC;
    background: rgba(255, 253, 252, 0.55);
}

.menuBeginnerTxt {
    font-size: clamp(1.5rem, 0.893rem + 2.589vw, 4rem);
    line-height: 1.2;
    letter-spacing: -0.025;
    color: var(--primary);
    font-weight: 500;
}

.menuBeginnerTxt s {
    text-decoration: none;
    font-size: 164%;
}