section#lp-hero, section#lp-contact {
    position: relative;
}
section#lp-hero {
    padding: 120px 0;
}
.lp-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}
.lp-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section p{
    color: var(--primary);
}
.lp-contact-form input, .lp-contact-form textarea {
    background: #EFF2F6 !important;
    border: none !important;
    border-radius: 10px !important;
    resize: none !important;
    color: var(--primary) !important;
}
.lp-contact-form input::placeholder, .lp-contact-form textarea::placeholder{
    color: var(--primary) !important;
}
section#lp-contact .lp-contact-form button#wpforms-submit-10242 {
    width: 100%;
    background: #3087C0;
    border-radius: 10px;
    padding: 15px;
    height: auto;
    font-weight: 500;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0009;
    display: none;
}
.program {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}
.program-img img {
    width: 250px;
    height: 250px;
    border-radius: 20px;
    object-fit: cover;
}
.program-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media only screen and (max-width: 991.5px){
    div.overlay{
        display: block;
    }
    .lp-img{
        width: 100%;
    }
    section#lp-hero > div > div:first-child{
        position: relative;
        z-index: 1;
    }
    .lp-hero-content *{
        text-align: center;
        color: #fff;
    }
    section#lp-contact .lp-img{
        display: none;
    }
    section#lp-hero {
        padding: 60px 0;
    }
    .program-img {
        width: 100%;
    }
    .program-img img{
        width: 100%;
        height: 300px;
    }
    .program {
        flex-direction: column-reverse;
        justify-content: center;
    }
}
@media only screen and (max-width: 767.5px){
    .program-img img{
        height: auto;
    }
}
