@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@800&display=swap');

h2.top-heading {
    padding: 0;
    margin: 0 0 0.5em 0;
    background-color: #fff;
    color: #0A213C;
    font-size: 1.8em;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    /* font-family: 'Open Sans', sans-serif;
     font-weight: 800; */
    /* font-family: 'Noto Sans', sans-serif;
     font-weight: 900; */
    /* font-family: 'Montserrat', sans-serif;
     font-weight: 900; */
    /* font-family: 'Poppins', sans-serif;
     font-weight: 800; */
}

h2,
h3,
h4,
h5,
h6 {
    position: relative;
    padding: 0.25em 0.4em;
    background-color: #0A213C;
    color: #fff;
    border-radius: 3px;
}

h2::before,
h3::before,
h4::before,
h5::before,
h6::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    /* background: linear-gradient(to right, #79B8FF 70%, rgba(121, 184, 255, 0) 100%); */
    pointer-events: none;
}

h3,
h4,
h5,
h6 {
    margin: 0.4em 0 0 0;
}