.links
{
    position: fixed;
    top: 10vh !important;
    right: calc(25vw - -22px);
}

.links2
{
    background-color: #ffffff61;
    padding: 4px 12px;
    border-radius: 20px;
    box-shadow: inset 0 0 9px #ffffffa3;
    font-size: 15px;
}

.img1, .img2
{box-shadow: 0 0 30px #ffffff85;}

.img1
{
    width: 50vw;
}
.img2
{
    width: 30vw;
}
.edu_background
{
    background: #3a3b508c;
    border-radius: 25px;
    box-shadow: inset 0 0 80px 2px black;
}

.text-left
{
    text-align: left;
}

.edu_styl_head1
{
    color: gold;
    box-shadow: -1px -3px 9px black;
    border-radius: 20px 20px 0 0;
    margin-top: 4vh;
    background-color: #5e5e5e85;
}

.edu_styl_head2
{
    color: rgb(255 237 136);
    box-shadow: -1px -3px 9px black;
    background-color: #434242b8;
}


.edu_body2
{
    color: white;
    box-shadow: -1px -3px 9px black;
    /* margin-bottom: 4vh;
    border-radius: 0 0 20px 20px; */
    background-color: #1717179c;
}

.edu_body2 p, .pro_body_p
{
    padding: 0 59px;
    line-height: 2;
    font-size: 20px;
}

.mrb_btm
{
    border-radius: 0 0 20px 20px;
    margin-bottom: 20px;
}

span
{
    color: #c8b75f;
}

#videoPlay
{
    width: 50vw;
}

@media (max-width: 480px) 
{ 
    .edu_body2 p, .pro_body_p 
    {
        padding: 0px;  
    }

}
/*     padding-top: 10vh; */
@media (orientation: landscape) and (max-width: 825px) 
{
    .links
    {
        padding-top: 10vh !important;
        width: 56% !important; 
    }
}