ul:not(.menu_navigation){
display: flex;
flex-direction: column;
gap: 0.875rem;
 margin-left: 25px;
    padding-left: 25px;
    margin-bottom: 18px;
}
p,li:not(.menu_navigation li){
    font-size: 1.125rem;
    line-height: 1.35rem;
    font-family: PTSansRegular;
}
.students_block{
    display: flex;
    gap: 30px;
    margin-bottom: 2.875rem;
}
.students_block img{
    object-fit: contain;
  height: 100%;
  width: auto;
  max-width: 50%;
}
.students_block_text{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.main_title{
    margin-bottom: 1.563rem;
}
p{
    margin: 0 0 24px;
}
.event{
    max-width: 100%;
}
main{
    margin-bottom: 6.625rem;
}

@media screen and (max-width:992px) {
    .students_block img{
    height: 240px;
    max-width: 100vw;
    }
    .students_block{
        flex-direction: column;
    }
}
@media screen and (max-width:452px) {
    .students_block img{
   object-fit: unset;
    }
    
}