.about-section{display:grid;grid-row-gap:35px;justify-content:stretch;justify-items:center;width:auto;height:auto;position:relative;padding:0px 15px 50px 15px;overflow:hidden}@media screen and (min-width: 768px){.about-section{grid-row-gap:45px;padding:0px 30px 50px 30px}}@media screen and (min-width: 1024px){.about-section{justify-items:initial;grid-row-gap:0px;height:50vw;max-height:700px;padding:0}.about-section:nth-of-type(odd){grid-template-columns:calc(100% / 3 - 1px) calc(100% / 3 * 2 + 1px)}.about-section:nth-of-type(even){grid-template-columns:calc(100% / 3 * 2 + 0px) calc(100% / 3 - 1px)}.about-section:first-of-type{border-top:1px solid black}.about-section:not(:last-of-type){border-bottom:1px solid black}}.about-section__body{width:100%;max-width:330px;font-size:13px;line-height:1.6em}@media screen and (min-width: 1024px){.about-section__body{align-self:center;width:calc(100% - 60px);padding:30px;font-size:12px}}.about-section__image{border:1px solid black;overflow:hidden}@media screen and (max-width: 1023px){.about-section__image{height:calc(100vw - 30px);max-height:480px}}@media screen and (min-width: 1024px){.about-section__image{grid-row:1 / 2;border:none}.about-section:nth-of-type(odd) .about-section__image{grid-column:2 / 3;border-left:1px solid black}.about-section:nth-of-type(even) .about-section__image{grid-column:1 / 2;border-right:1px solid black}}.about-section__image--two-images{display:grid;grid-template-columns:1fr 1fr}.about-section:nth-of-type(odd) .about-section__image--two-images picture:first-of-type img{width:calc(100% - 1px);border-right:1px solid black}.about-section:nth-of-type(even) .about-section__image--two-images{grid-column-gap:1px}.about-section:nth-of-type(even) .about-section__image--two-images picture:first-of-type img{border-right:1px solid black}

