@media only screen and (max-width: 400px) {
    .breadcrumb_sc .breadcrumb {
        background: #efefef;
        width: 100%;
        display: inline-flex;
        padding: 0.5rem 2rem;
        border-radius: 10vw;
        position: inherit;
        bottom: 0;
        left: 50%;
        transform: none !important;
        margin-top: 1rem;
    }


    .form-section::before {
        position: inherit;
    }

    .form-section::after {
        position: inherit;
    }
}