.feature-item{align-items:center;border-bottom:1px solid var(--borderColor);display:grid;grid-template-columns:1fr 1fr;padding:40px 0}.feature-item .title-wrapper{align-items:center;display:flex;gap:32px}.feature-item .title-wrapper h4{margin-bottom:0}.feature-item .description{border-left:2px solid var(--borderColor);padding-left:32px}.feature-item .description h6{font-family:Golos Text;font-size:20px;font-weight:500;letter-spacing:-.03em;line-height:27px;margin-bottom:12px;margin-top:0;text-align:left}.feature-item .description p{margin-bottom:0}@media screen and (max-width:768px){.feature-item{grid-template-columns:1fr;margin-bottom:50px}.feature-item .description{border-left:none;border-top:2px solid var(--borderColor);padding-top:20px}.feature-item .title-wrapper{padding-bottom:20px}.feature-item .title-wrapper h4{font-size:1.7rem;line-height:2rem}}