fieldset {
    margin: 50px 0 40px;
    border-bottom: 0.25rem solid rgba(24, 39, 72, 0.1);
    padding-bottom: 50px;
    
    &.no-border {
        border-bottom: none;
        padding-bottom: 0;
    }
    
    legend {
        margin-bottom: 40px !important;
    }
}