#pp_home_custom_html_3 {
    background-image: url("/themes/fnfTheme/assets/img/custom/leafbg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.pp_custom_3_element {
    flex-basis: 35%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}
.pp_custom_3_header {
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
    color: white;
    width: 50%;
}
.pp_custom_3_text {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: white;
    line-height: 140%;
}
.pp_custom_3_button {
    padding: 14px 30px;
    background: #FAFAFA;
    border-radius: 5px;
    color: #2B2B2B;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
}
#pp_home_custom_html_3 .pp_custom_container {
    justify-content: flex-end;
}
@media(max-width: 992px) {
    .pp_custom_3_header {
        font-size: 24px;
        width: 100%;
    }
    .pp_custom_3_text {
        font-size: 14px;
    }
}

#pp_home_custom_html_3 {

}