@media only screen and (max-width: 1400px){
    .about-right-text h1,
     #about-right-title,
    .about-2-text h1{
     font-size: 46px;
 }
    
}
@media only screen and (max-width: 1075px) {
    .bar {
        position: absolute;
        top: 32px;
        right: 20px;
        display: inline-block;
    }
    .nav ul{
      display: none;
      }
    ::-webkit-scrollbar {
        display: none;
    }

    ::-webkit-scrollbar-track {
        display: none;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        display: none;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        display: none;
    }
}
@media only screen and (max-width: 991px){
    .about-right-text h1{
        margin-bottom: 80px !important;
    }
    .about-right-text h1,
    #about-right-title,
   .about-2-text h1{
    font-size: 36px;
}
.about-3-right,
.about-3-left{
    width: 90%;
    margin-left: 5%;
}
}
@media only screen and (max-width: 992px){
    .logo{
        padding: 10px 0 30px 30px;
     }
}

@media only screen and (max-width: 768px){
  .about-2-text{
      width: 90%;
  }
}
@media only screen and (max-width:575px){
    .about-right-text h1,
    #about-right-title,
   .about-2-text h1{
    font-size: 32px;
     }
     .about-3-right p,
     .about-3-right span,
     .about-3-left p{
         font-size: 18px;
     }
     .logo{
        padding: 10px 0 30px 10px;
     }
  }