.TrainingCVSectionMain{width:100vw;padding-top:20vh;padding-bottom:10vh;justify-content:center}.TrainingCVSection,.TrainingCVSectionMain{display:flex;flex-direction:row;align-items:stretch;overflow:hidden}.TrainingCVSection{width:72vw;height:50vh;justify-content:flex-start}.TrainingCVImageWrapper{width:52%;height:100%;position:relative;flex-shrink:0}.TrainingCVImage{-o-object-fit:cover;object-fit:cover}.TrainingCVTextcolumn{width:48%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:4rem;gap:1.6rem;background-color:rgba(var(--accent))}.TrainingCVTitle{color:rgba(var(--fg-title));font-size:2rem;font-weight:800;font-family:Oswald,sans-serif;line-height:1.15}.TrainingCVBody{color:rgba(var(--fg));font-size:.95rem;font-weight:400;line-height:1.45;list-style-type:disc;padding-left:1.2rem;display:flex;flex-direction:column;gap:.6rem}.TrainingCVButton{padding:1rem 2.4rem;background-color:transparent;border:2px solid rgba(var(--fg-title));color:rgba(var(--fg-title));font-size:.85rem;font-weight:700;letter-spacing:.1em;cursor:pointer;transition:background-color .25s ease,color .25s ease}.TrainingCVButton:hover{background-color:rgba(var(--fg-title));color:rgba(var(--primary))}@media (max-width:768px){.TrainingCVSectionMain{width:100vw;height:120vh;padding:20vh 2rem 10vh}.TrainingCVSection{width:90vw;height:auto;flex-direction:column}.TrainingCVImageWrapper{width:100%;height:32vh}.TrainingCVTextcolumn{width:100%;padding:3rem 2rem}.TrainingCVTitle{font-size:1.6rem}}