.TPWorkWithUsSection{width:80vw;padding:6rem 4rem;flex-direction:column;gap:2rem;border-top:1.5px solid rgba(var(--fg-title),.25);border-bottom:1.5px solid rgba(var(--fg-title),.25)}.TPWorkWithUsSection,.TPWorkWithUsTitlerow{display:flex;justify-content:center;align-items:center}.TPWorkWithUsTitlerow{width:100%;flex-direction:row}.TPWorkWithUsTitle{color:rgba(var(--fg-title));font-size:2.8rem;font-weight:800;font-family:Oswald,sans-serif;text-align:center}.TPWorkWithUsBodyrow{width:60vw;display:flex;flex-direction:row;justify-content:center;align-items:center}.TPWorkWithUsBody{color:rgba(var(--fg-low));font-size:1rem;font-weight:400;text-align:center;line-height:1.75}.TPWorkWithUsButtonrow{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center}.TPWorkWithUsButton{padding:1rem 3rem;background-color:rgba(var(--fg-title));border:none;color:#fff;font-size:.85rem;font-weight:700;letter-spacing:.1em;cursor:pointer;transition:background-color .25s ease}.TPWorkWithUsButton:hover{background-color:rgba(var(--fg-title-high))}@media (max-width:768px){.TPWorkWithUsSection{padding:4rem 1.5rem}.TPWorkWithUsTitle{font-size:2rem}.TPWorkWithUsBodyrow{width:90vw}}