.location-wrapper-box{display:grid;gap:20px;align-items:center;position:relative}.location-wrapper-box:not(.right-layout){grid-template-columns:auto 1fr}.location-wrapper-box.right-layout{grid-template-columns:1fr auto}.location-wrapper-box.right-layout .location-wrapper-box-right{order:1}.location-wrapper-box.right-layout .location-wrapper-box-left{order:2}.location-wrapper-box-left{max-width:100%}.location-pic{max-width:100%;height:auto;border-radius:var(--corner_30)}.location-wrapper-box-right{border:1px solid var(--border-color-on-body);border-radius:var(--corner_30);height:100%;width:100%;padding:25px 30px}.location-button{margin-top:1.25rem}@media screen and (min-width:992px){.location-wrapper-box:not(.right-layout){grid-template-columns:660px 1fr}.location-wrapper-box.right-layout{grid-template-columns:1fr 660px}.location-wrapper-box-right{padding:50px 40px}}@media screen and (min-width:1400px){.location-wrapper-box:not(.right-layout){grid-template-columns:auto 1fr}.location-wrapper-box.right-layout{grid-template-columns:1fr auto}}@media screen and (max-width:991px){.location-wrapper-box{display:flex;flex-direction:column;gap:20px}.location-wrapper-box.right-layout .location-wrapper-box-left{order:1}.location-wrapper-box.right-layout .location-wrapper-box-right{order:2}.location-pic,.location-wrapper-box-right{border-radius:var(--corner_10)}}