.program-page{display:grid;grid-template-columns:500px 1fr;justify-content:flex-start;align-items:flex-start;gap:0;margin-top:80px}.program-page .cover-image{width:100%;height:650px;padding:4px;border-radius:10px;border:2px solid var(--Glow, #2339E5);box-shadow:0 0 150px #1e30bd}.program-page .cover-image img{width:100%;height:100%;object-fit:cover;border-radius:6px;box-shadow:0 0 50px #1e30bd,0 0 150px #1e30bd}.program-page .content{padding:40px 40px 40px 70px;border-radius:10px;background:linear-gradient(90deg,#2339e580,#2339e5);width:calc(100% + 50px);margin-left:-50px;margin-top:50px;min-height:calc(100% - 100px)}@media(max-width:1024px){.program-page{grid-template-columns:1fr;margin-top:40px}.program-page .cover-image{height:auto;aspect-ratio:2/3;max-width:500px;margin:0 auto}.program-page .content{padding:30px;width:100%;margin-left:0;margin-top:-30px;z-index:1;background:linear-gradient(180deg,#2339e5cc,#2339e5)}}@media(max-width:768px){.program-page .cover-image{max-width:100%}.program-page .content{padding:20px;margin-top:-20px}.program-page .content h1{font-size:24px;line-height:28px}.program-page .content .age-restriction{font-size:1.5rem;padding:5px}}.program-page h1{color:var(--Bijela, #FFF);font-size:30px;line-height:36px;font-weight:400}.program-page .age-restriction{border:2px solid #3AAA35;width:fit-content;padding:7px;font-size:2rem;margin:20px 0;border-radius:50%;color:#3aaa35}.program-page p{margin:5px 0;color:var(--Bijela, #FFF)}.program-page .article-content{margin-top:20px}@media(max-width:991.98px){.program-page{display:block}.program-page .cover-image{height:auto;max-height:500px}.program-page .content{width:100%;margin-left:0;margin-top:-30px;padding:40px 20px}}
