.bottom-header {
    background-color: $white-color;
    box-shadow: 0 3px 1px 0 $border-color;

    .bottom-header-in {
        @include display-flex(flex);
        @include justify-content-center;
        @include align-items-center;
        position: relative;
    }

    @media #{$breakpoint-lg} {
        padding: .6125rem 0;

        .bottom-header-in {
            @include justify-content-start;
            @include align-items-start;
        }
    }

}