@media only screen and (max-width: 767px) {
  .nav-bar {
    padding: 1rem 1rem;
  }

  .nav-link {
    font-size: 1.2rem;
  }

  .nav-logo {
    height: 2rem;
  }

  .content-split{
    padding: 0rem 1rem;
  }

  .about-content-wrapper{
    padding: 0rem;
    margin-top: 0rem;
  }

  .about-header-container{
    margin-top: 5rem;
  }

  .left-side-bar {
    display: none;
  }

  .right-side-bar {
    display: none;
  }

  .about-header-img{
    height: 13rem;
    margin: 1rem;
    margin-top: -2rem;
  }
  
  .about-header-h1-wrapper{
      margin-left: .7rem;
      margin-top: -1.5rem;
      gap: .5rem;
    }
    
    .about-header-h1-icon{
        height: 1.5rem;
    }
    
    .about-header-h1 {
        font-size: 1.6rem;
        margin: 1rem 0rem;
        font-weight: 600;
    }

    .about-header-p {
      padding: 0rem .7rem;
      font-size: 1rem;
    }

    .scroll-wrapper {
        margin-top: -1rem;
    }

    .scroll-text{
        font-size: 1.3rem;
    }

    .about-yellow-card{
        padding: 2rem 0rem;
        width: 95%;
    }

    .yellow-card-p{
        margin: 1rem 0rem;
        margin-top: -.4rem;
        margin-bottom: -.5rem;
        font-size: 1rem;
        font-weight: 500;
    }

    .about-cards-wrapper{
        grid-template-columns: repeat(1, 1fr);
    }

    .about-card-icon {
        height: 1.5rem;
    }

    .about-card-title{
        font-size: 1.4rem;
        font-weight: 600;
    }

    .about-card-p{
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.4rem;
    }

    .about-footer-p{
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.4rem;
    }

    .about-footer-h1{
        font-size: 3.5rem;
    }
}
