.text-block{background-color:var(--base-700);width:100%;height:100%;min-height:600px;color:var(--base-100);justify-content:center;align-items:center;display:flex;position:relative}.text-block p{color:var(--base-100)}.text-block .container{padding:3rem;display:flex}.text-block .container .text-block-col{flex:1}.text-block .container .text-block-col:first-child{flex-direction:column;justify-content:space-between;gap:4rem;display:flex}.text-block .container .text-block-col:nth-child(2){align-items:flex-end;gap:2rem;display:flex}.text-block .container .text-block-logo{width:120px;height:auto}.text-block .container .text-block-logo img{object-fit:contain;width:100%;height:auto}.text-block .container .text-block-col:nth-child(2) p{color:var(--base-300);line-height:1.8}.text-block .container .text-block-copy{flex:1}@media (max-width:1000px){.text-block{height:auto;min-height:auto;padding:2rem 0}.text-block .container{flex-direction:column;gap:1.5rem;padding:2rem 1.5rem}.text-block .container .text-block-col:first-child{flex-direction:column-reverse;gap:1.5rem}.text-block .container .text-block-col:first-child h3{font-size:clamp(1.5rem,6vw,2rem)}.text-block .container .text-block-logo{width:140px}.text-block .container .text-block-copy{flex:none}.text-block .container .text-block-col:nth-child(2){display:inline-block}.text-block .container .text-block-col:nth-child(2) p{margin-bottom:.75rem;font-size:.85rem}}
