.edu-main-container {
    direction: rtl!important;
    font-family: 'Open Sans', sans-serif;
    gap: 4vh;
}

.moe-vid-wrapper {
/*    height:56vh;*/
    aspect-ratio: 1/0.57;
    border: 6px solid #fff;
    border-radius: 4px;
/*    box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.25);*/
box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}


.dark-blue-button{
    font-weight: 400;
    font-size:20px;
    padding:18px 24px 18px 24px;
    font-family: 'Open Sans', sans-serif;
}

.mrgt-30{
    margin-top: 160px;
}

.moe-vid{
    width:100%;
    height: 100%;
}

.yellow-button{
    margin-top: 20px;
}
.vidvid{
    width: 100%;
    height: 530px;
}

.moe-vid-title{
    margin-top:40px;
    margin-bottom: 30px;
}

.moe-vid-title a{
    color:inherit;
}

.centered-section p{
    max-width: 600px;
}

.edu-main-container .main-title{
    font-weight: 500!important;
    bottom: 49px;
    right: 36px;
    font-size: 50px;
    line-height: 52px;
    width: 550px;
}

.assignments-image img{
    width: 421px;
    height: 479px;
}

.thumb-title {
    top: 98px;
}

.assignment-text{
    margin-right: 0px!important;
}

.case-study-promo-text{
    margin-right: 0px!important;
    max-width: 650px;
}

.std-holder{
    position: relative;
    width:290px;
    height: 49px;
    background-color: #A9E4EA;
    border-radius:5px;
    border: 1px solid #354896;
    /* font-size: 18px; */
    line-height: 45px;
}

.std-arr-left{
    width:47px;
    height:47px;
    background-image:url('/static/images/edu/moe-arr-left.svg');
    position: absolute;
    left:0px;
    top:0px;
    cursor: pointer;
    transition: 0.3s;
}


.std-arr-right{
    width:47px;
    height:47px;
    background-image:url('/static/images/edu/moe-arr-right.svg');
    position: absolute;
    right:0px;
    top:0px;
    cursor: pointer;
    transition: 0.3s;
}

.std-arr-left:hover, .std-arr-right:hover{
    opacity: 0.6;
}

.std-line{

}


.moe-equal{
    width:28px;
    height:16px;
    background-image:url('/static/images/edu/moe-equal.svg');
}

.price-line{
    line-height: 46px;
    /* font-size: 18px; */
}

.prices-wrapper .price-line span{
    font-weight: 600;
    font-size: 35px;
}

.prices-wrapper{
    display: flex;
}

.per-std{

}

.arr-hafuh{
    margin-right: 13px;
    transform: scaleX(-1);
}

.quote-icon{
    right: 190px!important;
    transform: scaleX(-1);
}

.edu-photo-card .quote-icon{
        right: 40px!important;
}





.edu-main-container .main-title{
    bottom: 26px;
    right: 36px;
    font-size: 35px!important;
    line-height: 42px;
    width: 610px;
}

@media (max-width: 430px) {
    .edu-main-container .main-title {
        bottom: 19px;
        right: 23px;
        font-size: 29px !important;
        line-height: 34px;
    }

}



.edu-main-container .main-image{
    height: 350px;
}



.cat-wrapper{
    margin-top:-60px;
}


.cat img{
    width:300px;
    height:86px;
    /*background-image:url('/static/images/cat.png');
    background-size:cover;*/
}

.cat-sep{
    width:1px;
    height:86px;
    background: #354896;
    margin-right: 20px;
    margin-left: 30px;
}

.cat-gfn{
    color:#354896;
}
