.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;width:100%}.video-container{box-sizing:border-box;height:320px}[dir] .video-container{border:1px solid #ccc;border-radius:10px;padding:20px;text-align:center}.training-title{text-decoration:underline}.dashboard__heading{color:#002884;font-weight:700}[dir] .dashboard__heading{margin-bottom:1.2rem}.student-dashboard .card-title{color:#000;font-weight:600}.primary-color{color:#00d09c}.min-height{min-height:60vh}.container{display:flex;height:50vh;overflow:hidden}.scrollable{height:100%;overflow-y:auto}.map-column{width:60%}iframe{display:block;width:100%;height:100%}[dir] iframe{border:0}@media (max-width:768px){.container{flex-direction:column-reverse;height:auto}.scrollable{height:auto;overflow-y:visible}.map-column{width:100%}}