@media(max-width:992px){
.faculty-section .details .container .main2{

    flex-direction: column;
}
.faculty-section .details .container .main2 .main2-left{
    width: 100%;
    padding: 0px 0px 0px 0px;
}
.faculty-section .details .container .main2 .main2-right{
    width: 100%;
}
.faculty-section .details .container .main2 .main2-right .inner{

    margin: 0px 0px 0px 0px;

}
.faculty-section .details .container .main2 .main2-right .inner .img{
    width: 100%;
    height:450px;
    border-radius: 20px;

}
.faculty-section .top .left{
    display: none;
}
.faculty-section .top .right{
    display: none;
}
}
