table {
    margin-bottom: 2.4em;
}

.logo span{
    padding-bottom: 4px;
    font-weight: 600;
}
.logo img{
    width: 60px;
    margin: 0 18px 0 0;
}

.hero{
    padding: 60px 0;
    flex-direction: column;
    justify-content: unset;
    height: auto;
}
.hero-heading{
    font-weight: 600;
    font-size: 32px;
    padding-left: 0;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.hero-divider{
    margin-bottom: 6px;
}
.hero-image{
    margin-top: 40px;
    width: 68%;
}
.sun-divider {
    width: 100%;
    background-image: url(/zigzag.svg);
    background-repeat: repeat-x;
    padding: 10px;
}
#sun-2 {
    margin-top: 20px;
}
.footer_sponsor_box a{
    font-family: 'Neris', sans serif;
}
h1 {
    font-size: 1.1rem;
    font-family: 'Neris', sans serif;
    border: none;
}
p {
    color: #4f4f4f;
    font-family: 'Neris', sans serif;
    line-height: 1.5;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
}
