.structure-page-detail{width:100%;min-height:calc(100vh - 160px);display:flex;flex-direction:column;align-items:center}.structure-page-detail .container{width:100%;margin-bottom:4rem}.structure-page-detail-title{margin-bottom:3.5rem}.structure-page-detail-list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px;margin-bottom:2.5rem}.structure-page-detail-list__item{width:-moz-fit-content;width:fit-content;position:relative;font-weight:400;line-height:1.5rem;padding-left:1.5rem}.structure-page-detail-list__item:hover{text-decoration:underline}.structure-page-detail-list__item:before{position:absolute;content:"";left:0;top:.3125rem;width:1rem;height:1rem;background-image:url(/images/icons/arrow-right.svg)}@media (max-width:62rem){.structure-page-detail-title{margin-bottom:2rem}}@media (max-width:41.75rem){.structure-page-detail-list{grid-template-columns:1fr}}