.two-column-section{display:flex;flex-direction:row;justify-content:space-between;align-items:stretch;padding:2rem 0;gap:4rem;position:relative}.column{flex:1}.column-left,.column-right{text-align:left}.two-column-section:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:1px;background-color:var(--main-border-divider);transform:translateX(-50%);z-index:-1}.buildTitle{font-size:3rem;font-weight:var(--font-weight-bold);line-height:3.3rem;letter-spacing:-.792px;margin-top:1.5rem;margin-bottom:1rem}.buildDesc{font-size:1.125rem;font-weight:var(--font-weight-regular);line-height:27px;margin-bottom:3rem}@media screen and (max-width:768px){.two-column-section{flex-direction:column;gap:2rem}.column{padding:1rem}.two-column-section:before{display:none}.column-left,.column-right{text-align:left}.column-left{border-bottom:1px solid var(--main-border-divider);padding-bottom:3.25rem}.column-right{padding-top:1.25rem}.buildTitle{font-size:1.875rem}.buildDesc{font-size:1rem}}