:root{--primary-color: var(--color-orange);--secondary-color: var(--color-black)}.bootcamps{padding:1rem;display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(8, auto);grid-template-areas:"logo logo" "first first" "second second" "third third" "fourth fourth" ". ." ". ." ". .";border:6px solid var(--color-black)}@media(width >= 65.5rem){.bootcamps{grid-template-areas:"logo second" "logo second" "first second" "first third" "first third" "first third" "fourth third" "fourth third"}}.bootcamps h1,.bootcamps h2{margin-bottom:.5rem;font-size:1.5rem;line-height:1.2;font-weight:600;text-wrap:pretty}@media(width >= 50rem){.bootcamps h1,.bootcamps h2{font-size:1.75rem}}.bootcamps h3{margin-bottom:1rem;font-size:1.125rem;line-height:1.2;font-weight:480;text-wrap:pretty}@media(width >= 50rem){.bootcamps h3{font-size:1.2rem}}.bootcamps .logo{grid-area:logo}@media(width >= 50rem){.bootcamps .logo{height:480px}[lang=tr] .bootcamps .logo{height:520px}}.bootcamps .bootcamp{padding:.5rem}@media(width >= 50rem){.bootcamps .bootcamp{padding:1rem}}.bootcamps .bootcamp p{font-weight:280}.bootcamps .bootcamp hr{border:3px solid var(--color-black)}.bootcamps .bootcamp mark{padding:0 .5rem;background-color:var(--color-black);color:var(--color-white)}.bootcamps .bootcamp.first{grid-area:first}.bootcamps .bootcamp.second{grid-area:second}@media(width >= 50rem){.bootcamps .bootcamp.second{border-left:6px solid var(--color-black)}}.bootcamps .bootcamp.third{grid-area:third}@media(width >= 50rem){.bootcamps .bootcamp.third{border-left:6px solid var(--color-black)}}.bootcamps .bootcamp.fourth{grid-area:fourth}
