#dsd_info_form_sec_main_cont {
    background-image: url("../images/dsd_info/store_541497730.jpg");
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
    max-height: fit-content;
    overflow: hidden;
    padding: 4rem 6rem;
    padding-bottom: 16rem;
}
#dsd_info_form_sec_form_cont {
    position: relative;
    background-color: var(--distro-drk-green);
}
#dsd_info_form_sec_main_cont img {
    position: absolute;
    max-width: 100%;
    width: 28rem;
    bottom: -14rem;
    left: -6rem;
}
@media screen and (max-width: 500px) {
    main {
        overflow: initial;
    }
    #dsd_info_form_sec_main_cont {
        padding: 0;
        overflow: initial;
    }
    #dsd_info_form_sec_form_cont {
        width: fit-content;
        padding-inline: 1rem;
        padding-bottom: 10rem;
    }
    #dsd_info_form_sec_main_cont img {
        z-index: 3;
        bottom: -4.75rem;
    }
}
