.layout-selfcare_sol.layout-con{
    background:#fbfbfb;   
}
.layout-selfcare_sol .layout{
    display:flex;
    flex-direction: column;
}
.layout-selfcare_sol .header{
    visibility: visible;    
}
.layout-selfcare_sol .footer{
    display:none;
}
.layout-selfcare_sol .main{
    margin-top:40px;    
}
.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: #000000;
}
.layout-selfcare_sol .selfcare_solution{
    display:grid;
    grid-template-columns:70px 1fr 30px;
    align-items: center;
    gap:15px;   
}
.layout-selfcare_sol .selfcare_line{
    width:100%;
    height:1px;
    border:1px solid #f6f6f6;
}
.layout-selfcare_sol .expert_wrap{
    width:100%;
    height:80px;
    display:grid;
    grid-template-columns:80px 1fr;
    align-items: center;
    justify-items: center;
    gap:20px;
    background: #FFFFFF;
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}
.layout-selfcare_sol .icon_wrap{
    width:60px;
    height:60px;
    display:flex;
    align-items: center;
    justify-content: center;
    background: #F2EEEA;
    border-radius: 4px;
    padding:10px;
}
.layout-selfcare_sol .expert_comment{
    width:100%;
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 15px;
    color: #000000; 
}