#g-mainbar {
    padding: 0;
}
.platform-content.container {
    padding: 0px;
}
.row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}
body {
    line-height: 2rem;
}

h1, h2, h3, h4, h5, h6
{
    line-height: 2.2rem;
}

h1
{
    font-size: 4rem;
    line-height: 4.2rem;
}
h2
{
    font-size: 3rem;
    line-height: 3.2rem;
  	font-weight: 900;
}
h3
{
    font-size: 2.5rem;
    line-height: 2.7rem;
}
.label-info[href], .badge-info[href] {
    background: #e2e2e2 !important;
}