.top-section{display:grid;grid-template-columns:100%;grid-template-rows:auto auto;width:100%}.top-section .content-block{display:grid;grid-template-columns:100%;grid-gap:30px;grid-auto-flow:row;grid-auto-rows:auto;width:100%}.top-section .content-unit{padding:20px;background:aliceblue;border-radius:6px}.top-section .content-unit .info-heading-1{margin-bottom:20px}.top-section .content-unit ol,.below-section ol{list-style-position:outside;padding-left:20px}.top-section .content-unit li,.below-section li{padding-left:12px;padding-bottom:8px;font-size:15px}.top-section .content-unit li *{display:inline;line-height:1.3;font-size:1.3rem;letter-spacing:0}.below-section{margin-top:50px}.below-section .info-heading-1{font-size:2.2rem;font-weight:700;margin-bottom:20px;width:100%;padding:30px 0;border-top:1px solid #aaa;border-bottom:1px solid #aaa}.below-section .info-heading-1:not(:first-of-type){margin-top:40px}.below-section{display:grid;grid-template-columns:100%;grid-auto-flow:row;grid-auto-rows:auto;width:100%}.answer-unit{padding:10px 0;width:100%}.below-section .answer-unit *{font-size:1.4rem;line-height:1.5}.below-section .answer-unit .question-heading{font-size:1.8rem;font-weight:500;padding:10px 0;color:var(--base-text-title-color)}.below-section .answer-unit .backToTop{margin-top:10px}@media screen and (min-width:750px){.top-section .content-block{grid-template-columns:repeat(2,1fr)}}