.header { background-color: rgba(255,255,255, 0); }
.inner-wrapper { background: #fff url('/app/uploads/2023/01/shape_header_01.svg') right top no-repeat; background-size: 475px; }
.layout-1 .layout__content { font-size: 26px; }


@media only screen and (max-width: 600px){
  .inner-wrapper { background: #fff url('/app/uploads/2023/01/shape_header_02.svg') right top no-repeat; background-size: 475px; }
}	.layout-2 {
    position: relative;
    max-width: 1278px;
    width: 100vw;
    margin: 0 auto;
}

.layout-2:after {
    position: absolutel
    content: ' ';
    background: transparent url('/app/uploads/2023/01/shape_header_01.svg') right top no-repeat !important;
    background-size: 480px !important;
    width: auto !important;
    height: auto !important;
    z-index: 3;
}