.mt-2 {
    margin-top: 15px;
}
.mt-3 {
    margin-top: 20px;
}

.mt-4 {
    margin-top: 15px;
}

.pt-2 {
    padding-top: 15px;
}


.pt-3 {
    padding-top: 20px;
}

.form__styler .button-primary {
    background-color: #294375;
    color: #fff;
    height: 50px;
    width: 100%;
    justify-content: center;
    border: 1px solid #294375;
    transition: all 0.3s ease-in-out;
}

.form__styler .button-primary:hover {
    background-color: #35599a;
    letter-spacing: 2px;
}

.event_reg_banner {
    width: 450px;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 25px;
    display: block;
}

.form__styler select {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    vertical-align: top;
    height: 56px;
    border: 0;
    padding: 0 20px;
    background: rgba(222,231,239,.7);
    letter-spacing: .3px;
    /* font-family: Poppins,sans-serif; */
    color: #2e4477;
  }

  .alert {
    padding: 15px 10px;
  }

  .alert-success {
    background-color: #4fc238;
    color: #f9f9f9;
  }

  .page-id-14345 h1 {
        text-align: center;
    }

  @media screen and (max-width: 500px) {
    .event_reg_banner {
        width: 90%;
        height: auto;
    }
  }
@media screen and (min-width:1200px) {
    .person-box__image .responsive-img{
        height: 315px;
        width: auto !important;
        max-width: 100% !important;
        margin: 0 auto;
    }    
}
