/* @media screen and (min-width: 768px) {
    .fr-header-bravo {
        &::after {
            content: "";
            display: flex;
            width: 16rem;
            height: 2px;
            position: absolute;
            bottom: -1px;
            background-color: white;
        }
    }
}
*/
