.banner-bg {
    height: 480px;
  }

  .banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .volunteer-container {
    padding: 75px 0 125px;
  }

  .volunteer-container .title {
    font-size: 42px;
    line-height: 46px;
    color: #212529;
    margin-bottom: 25px;
  }

  .volunteer-container .title span {
    color: #FC800A;
  }

  .volunteer-container .info {
    font-size: 22px;
    line-height: 42px;
    color: #505050;
    margin-bottom: 40px;
  }

  .volunteer-image {
    width: 100%;
  }

  .form-container .form-control {
    border-radius: 5px;
  }

  .form-container .form-title {
    font-size: 22px;
    line-height: 26px;
    color: #212529;
  }

  .form-container input::placeholder {
    color: #74787C;
  }

  .form-container button[type="submit"] {
    background-color: #7DBE48;
    border-radius: 5px;
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    width: 210px;
    padding: 11px 0;
    text-align: center;
  }

  @media(max-width:465px) {
    .main-body .banner-bg {
      height: 300px;
    }

    .form-container button[type="submit"] {
      width: 100%;
    }
    .volunteer-container .title{
      font-size: 36px;
      line-height: 42px;
    }
    .volunteer-container .info {
      font-size: 20px;
      line-height: 36px;
    }
  }