.page-title {
    font-family: "Ubuntu", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    color: #F9961A;
    text-transform: uppercase;
}

.hero-nav {
    color: #4c4b4b;
    background-color: #F9961A;
    width: fit-content;
    height: clamp(40px, 7vw, 45px);
    padding: 12px 20px 12px 20px;
    line-height: normal;
}

.small-text {
    font-size: 14px !important;
}