.section-back{
    position: fixed;
    background-color: #fff;
    width: 100%;
    max-width: 10rem;
    top: 0;
    z-index: 20;
}
.section-back .icon-svg.back svg{
    width: 1.28rem;
    height: 1.28rem;
    transform: rotate(180deg);
  

}
.section-back .icon-svg.back svg path{
   fill: rgb(78, 78, 78);
}
.section-back .icon-svg.back{
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row;
 }
 footer{
    display: none;
}

header-layout{
    display: none;
}
.main-page.page-width.page-width--narrow.section-padding{
    margin-top: 1.28rem;
}
.size__040 {
    font-size: .35rem;
    font-weight: 500;
}
.section-back .icon-svg.back{
    cursor: pointer;
}
.ml__020 {
    margin-left: 0.2rem;
}

.section-back .icon-svg.back:active{
    opacity: .7;
}