.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{
      margin-top: 10%;
      margin-bottom: 10%;
  }

  label{
      font-weight: 500;
  }

  input, textarea{
      border: 1.5px solid orange;
  }

  .btn{
      border: 2px solid;
  }

  .col-xl-6{
      margin: 0 auto;
  }

  img{
      height: 70px;
      width: 70px;
  }

  p,h6{
      margin: 0;
  }

  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;
}