@media only screen and (max-width: 1200px ) {
  .section-3.about-section .vertical-centred {
    padding-top: 10rem !important;
  }
}
@media only screen and (max-width: 1200px ) {
  .grid figure h2 {
    font-size: 18px;
  }
  /* .vertical-title {
    font-size: 4rem;
  } */
}



@media only screen and (max-width: 991px ) {
    .border-shape{
     display: none
    }
    .grid figure img {
      height: auto;
    }
    .pp-scrollable .vertical-centred {
      padding-top: 9.3rem !important;
    }  
    .pp-scrollable.about-section .vertical-centred, .pp-scrollable.whatWeDo .vertical-centred {
      padding-top: 13.3rem !important;
    }
  
    .vertical-title {
      top: 10px;
      left: 12rem;
      transform: translateY(0%);
    }
    .portfolio-section .vertical-title {
      font-size: 2rem;
      top: 43px;
      left: 21rem;
    }
    .vertical-title span {
      transform: translate(0%, 0%) rotate(0deg);
    }
    .flex-about-mission {
      font-size: 11px;
    }
    .vertical-title {
      font-size: 2rem;
      top: 40px;
      left: 20rem;
    }
  }
  @media only screen and (max-width: 991px ) {
    .header-content {
      width: 96%;
      padding: 20px;
      padding: 20px 33px 20px 20px;
    }
    .header-content h2 {
      font-size: 28px;
    }
  }
  @media only screen and (max-width: 576px ) { 
    .header-content {
        width: 90%;
      }
      div#pp-nav {
        display: none;
      }
      .brand img {
        width: 40px;
      }
      .brand-name {
        font-size: 16px;
      }
      .navbar-toggle {
        margin-top: 1rem;
      }
      .vertical-title {
        font-size: 16px;
        top: 26px;
        left: 13rem;
    }
    .portfolio-section .vertical-title {
      font-size: 16px; 
      top: 32px;
      left: 15rem;
    }
    .col-partner {
      margin-top: 0px;
    }
  }




  