#home{
    width: 100%;
    float: left;
    

}

#career{
    width: 100%;
    float: left;
        font-family: "Baskervville", serif;
    
}


  .career-section {
      background-color: #fff;
      padding: 60px 0;
    }
    .career-title {
      font-size: 2rem;
      font-weight: 600;
      color: #4b4b4b;
    }
    .career-subtitle {
      font-size: 17px;
      font-weight: 500;
      color: #721c37;
    }
    .career-description {
      font-size: 1rem;
      color: #555;
      margin-top: 20px;
    }
    .career-img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }
    .border-left-line {
      border-left: 3px solid #ead277;
      padding-left: 20px;
    }


    /* form */

    #form{
            width: 100%;
    float: left;
      /* background-color: #fffbef; */
        font-family: "Baskervville", serif;
        background: url(../images/bg.png) #fffbef no-repeat right center;
    background-size: 400px auto;
    background-repeat: no-repeat;

    }

       .career-wrapper {
      padding: 60px 0;
    }
    .career-heading {
      font-size: 2rem;
      font-weight: 600;
      color: #4b4b4b;
    }
    .career-subheading {
      font-size: 2rem;
      font-weight: 500;
      color: #c6a34b;
    }
    .career-text {
      font-size: 1rem;
      color: #555;
      margin-top: 20px;
    }
    .career-image {
      width: 100%;
      height: auto;
      object-fit: cover;
    }
    .line-left {
      border-left: 3px solid #c6a34b;
      padding-left: 20px;
    }
    .form-wrapper {
      padding: 120px 0;
    }
    .form-title {
      font-size: 1.25rem;
      font-weight: 500;
      text-transform: capitalize;
      color: #6d153a;
      margin-bottom: 30px;
    }
    .custom-input {
      border: none;
      border-bottom: 1px solid #000;
      border-radius: 0;
      box-shadow: none;
    }
    .custom-checkbox-label {
      font-size: 0.9rem;
    }
    .btn-career-submit {
      background-color: #c6a34b !important;
      color: #fff !important;
      border: none;
      padding: 10px 25px !important;
      font-weight: 500  !important;
    }
    .btn-career-submit:hover {
      background-color: #b8933f;
    }