.tutorial-video-wrapper{
    display: flex;
    align-items: start;
    justify-content: space-evenly;
    margin-top: 30px !important;
}
.main-video{
    width: 65%;
}
.tutorial-video{
    width: 100%;
    height: 500px;
    box-shadow: 0 .2rem 1rem #0000001f;
    border-radius: 5px;
}
.tutorial-video iframe{
   border-radius: 5px;
}
.department-name{
    width: 100%;
    box-shadow: 0 .2rem 1rem #0000001f;
    border-radius: 5px;
}
.department-name h1{
    font-family: var(--font-bree_serif);
    font-size: 4rem;
    font-weight: 500;
}
.department-name p{
    font-family: var(--font-crimson_pro);
    font-size: 1.7rem;
}
.tutorial-plyalist {
    width: 30%;
    height: 500px;
    overflow-y: auto;
    border-radius: 5px;
    box-shadow: 0 .2rem 1rem #0000001f;
    padding: 15px;
}

/* Scrollbar Styles */
.tutorial-plyalist::-webkit-scrollbar {
    width: 5px; /* Scrollbar width */
}

.tutorial-plyalist::-webkit-scrollbar-track {
    /* background: #f1f1f1;  */
    border-radius: 10px; /* Rounded corners */
}

.tutorial-plyalist::-webkit-scrollbar-thumb {
    background-color: #054A91; /* Scrollbar color */
    border-radius: 10px; /* Rounded corners */
}
