.about-text-with-square{display:grid;grid-template-columns:1fr;place-items:center;border-bottom:1px solid #000;background-color:var(--bg-color);height:calc(100vh - var(--main-nav-height));color:var(--text-color)}@media only screen and (min-width: 1024px){.about-text-with-square::before{background-color:var(--square-color);width:calc((100vh - var(--main-nav-height))*.7825);height:calc((100vh - var(--main-nav-height))*.7825);content:" "}}.about-text-with-square>*,.about-text-with-square::before{grid-area:1/1/2/2}.about-text-with-square>.content{text-align:center}@media only screen and (min-width: 1024px){.about-text-with-square>.content{width:calc((100vh - var(--main-nav-height))*1)}}@media only screen and (max-width: 1023px){.about-text-with-square>.content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:64px;padding:0 14vw;height:100%}}@media only screen and (min-width: 1024px){.about-text-with-square>.content>p:not(:last-of-type){margin-bottom:1em}}@media only screen and (min-width: 1024px){.about-text-with-square>.content>p:nth-of-type(2n + 1){font-size:38px;line-height:1.31;font-family:freight-big-pro,serif}}@media only screen and (max-width: 1023px){.about-text-with-square>.content>p:nth-of-type(2n + 1){font-size:calc(14px + (14)*(100vw - 333px)/691);line-height:1.34}}@media only screen and (min-width: 1024px){.about-text-with-square>.content>p:nth-of-type(2n){font-size:32px;line-height:1.56}}@media only screen and (max-width: 1023px){.about-text-with-square>.content>p:nth-of-type(2n){font-size:calc(16px + (16)*(100vw - 333px)/691);line-height:1.39;font-family:freight-big-pro,serif}}@media only screen and (min-width: 1024px){.about-text-with-square>.content>.mobile-separator{display:none}}@media only screen and (max-width: 1023px){.about-text-with-square>.content>.mobile-separator{flex-grow:1;background-color:currentColor;width:1px;max-height:14.93vh}}.about-text-with-square>.content>.mobile-separator:last-child{display:none}
