.page .section-title,
.single .section-title,
.taxonomy .section-title{
    font-weight: 800;
    line-height: 1.2;
}
.page main,
.single main,
.taxonomy main{
    min-height:450px;
}
.fa-brands{
    color: var(--primary-green);
    font-size:25px;
}
.hide{
    display:none;
}