section.block.block-text{width:var(--container-width);max-width:var(--container-max-width);margin:100px auto auto;display:flex}@media (max-width: 992px){section.block.block-text{margin-top:20px}}section.block.block-text .container{display:flex;flex-wrap:wrap;width:100%}section.block.block-text .container.center{justify-content:center}section.block.block-text .container.right{justify-content:flex-end}section.block.block-text .container.left{justify-content:flex-start}section.block.block-text .text{width:var(--col-4)}@media (max-width: 992px){section.block.block-text .text{width:100%}}section.block.block-text .text .title{display:flex;flex-direction:column;margin-bottom:20px}section.block.block-text .text .title h3{font-size:40px;line-height:40px;width:100%}section.block.block-text .text p{font-weight:300}section.block.block-text .text .line{width:280px;height:1px;background-color:var(--white);margin-top:20px}
