.layout-selfcare_sol .layout {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.layout-selfcare_sol .header {
    visibility: visible;
}

.layout-selfcare_sol .footer {
    display: none;
}

.layout-selfcare_sol .shopping_cart {
    display: flex;
}

.layout-selfcare_sol .selfcare_sol {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.layout-selfcare_sol .selfcare_solution_wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 15px;
    color: #C8C8C8;
}

.layout-selfcare_sol .selfcare_solution {
    display: grid;
    height: 10vh;
    grid-template-columns:110px 1fr 30px;
    align-items: center;
    gap: 20px;
}

.layout-selfcare_sol .selfcare_solution > div:first-child {
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

.layout-selfcare_sol .selfcare_solution > div:first-child > img {
    height: 100%;
}

.layout-selfcare_sol .selfcare_word {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 4vw;
    color: #C8C8C8;
}

.layout-selfcare_sol .selfcare_line {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #333333;
}

.layout-selfcare_sol .right_arrow {
    filter: invert();
}

.layout-selfcare_sol .expert_wrap {
    width: 100%;
    height: 100px;
    display: grid;
    grid-template-columns:120px 1fr;
    align-items: center;
    justify-items: center;
    gap: 20px;
    background: #232323;
    box-shadow: 0px 12.3409px 46.2784px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
}

.layout-selfcare_sol .icon_wrap {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0B0B0B;
    border-radius: 10px;
    padding: 15px;
}

.layout-selfcare_sol .expert_comment {
    width: 100%;
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 4vw;
    color: #C8C8C8;
}