.aboutus-banner img{
    width: 100%;
    object-fit: cover;
    height: 40vh;
}

.aboutus-banner{
    position: relative;
    text-align: center;
}

.centered {
    position: absolute;
    margin: 0 auto;
    top:45%;
    width: 100%;
    color: white;
    font-family: 'Courgette', cursive;
    font-weight: 700;
    
  }

  .container{
      text-align:center;
  }

  .container p{
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
      font-size: 20px;
      color: rgb(41, 40, 40);
  }

  .card-img-top{
      height: 300px;
  }

  .card{
      width: 100%;
      margin: 0 auto;
      margin-top: 30px;
      border: 0;
  }

  h4{
    color:#494949 ;
    margin-top: 20px;
}



  @media only screen and (max-width: 1000px) {
    .container p{
        font-size: 12px;
    }
    .card-img-top{
        height: 200px;
    }
  }

  @media only screen and (max-width: 767px) {
    .card{
        width: 60%;
    }

  }
  
footer{
    height: 100px;
    background-color: #494949;
    width: 100%;
    margin-top: 5%;
    box-shadow: 0px -5px 32px rgba(50, 50, 50, 0.75);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: white;
}