.g_select {float:right;min-width:40%;}
.box {line-height:22px; margin-top:20px; padding:25px; background-color:var(--custom-gray1);}
.box ol{list-style-position:inside;}
.pre_wrap {font-size:var(--custom-font-size-base);margin:20px 0 40px;white-space:pre-wrap;color:var(--custom-gray6);font-weight:normal;}

@media (max-width:992px) {
    .g_select {width:100%;}
}