﻿.footer-link {
    flex-direction: row;
    align-items: center;
}

h1{
font-size: 40px !important;
margin-top: 8px !important;
margin-bottom: 12px !important;
font-weight:800 !important;
margin-left:4px;
margin-right:4px;
color: var(--rr-text-body);
}

h2{
font-size: 30px !important;
margin-top: 6px !important;
margin-bottom: 10px !important;
font-weight:800 !important;
margin-left:8px;
margin-right:8px;
color: var(--rr-text-body);
}

h3{
font-size: 24px !important;
margin-top: 4px !important;
margin-bottom: 4px !important;
font-weight:700 !important;
margin-left:12px;
margin-right:12px;
color: var(--rr-text-body);
}

h4,h5,h6{
font-size: 18px !important;
margin-top: 4px !important;
margin-bottom: 4px !important;
font-weight:600 !important;
margin-left:12px;
margin-right:12px;
color: var(--rr-text-body);
}

p{
margin-left:16px;
margin-right:16px;

}


