

@media only screen and (max-width: 600px) {
    h1{
      font-size: 3.725rem;
    }
  
    h2{
      font-size: 1.7rem;
    }
    h4{
        font-size: 1.25rem;
    }

    .mmb{
        margin-bottom: 3rem;
    }

    .mmt{
        margin-top: 3rem;
    }

    .mtxt{
      padding-right: 15px;
    }

    .active .photo-icon-1 {
        opacity: 1;
        left: 75%;
    }

    .photo-icon-1 {
        top: 8px;
    }

    .photo-icon-2 {
        left: 12px;
    }

    .photo-icon-3 {
        right: 11px;
    }

    .project-box{
        width: 96%;
    }

    p {
        margin-bottom: 1rem;
        line-height: 25px;
        font-size: 16px;
    }

    .mtxt1{
    width: 70%;
    line-height: 40px;
    display: inline-block;
    }

    .owl-nav {
        margin-top: -10.6rem;
        height: 60px;
        width: 100px;
        text-align: center;
        padding-top: 1px;
        z-index: 999999999;
    }

    .owl-prev{
        height: 66px;
    }

    .owl-next{
        height: 66px;
    }

    .experience-item{
        width: 95%;
    }

    .pp-scrollable .scroll-wrap{
        padding: 8rem 0 6rem;
    }

    .project-box-inner img{
        max-width: 100%;
    }

    .owl-prev span{
        height: 50px;
        float: left;
    }

    .owl-next span{
        height: 50px;
        float: right;
    }

  }