 @media screen and (max-width: 500px) {
    .navbar{
        flex-direction: column;
        align-items: center;
    }
  
 }


@media screen and (max-width: 719px) {
   .down-parent {
    flex-direction: column;
    .left {
        width: 100%;
    }
    .right {
        margin-top: 60px;
        width: 100%;
    }
   }
 }

