.page-title h1 {
    color: var(--color-scapole-gray-light);
    line-height: 30px;
}

.page-title svg {
    height: 30px;
    width: auto;
}

.page-title svg path {
    fill: var(--color-scapole-gray-light);
}

.page-title hr {
  border: 1px solid var(--color-scapole-orange-main);
}

section#budget.page.desktop form {
    background-color: rgba(223, 223, 223, 0.69) !important;
    border: 1px solid #000;
}

section#budget.page.desktop form h1 {
    font-size: 1.5rem!important;
    color: var(--color-scapole-gray-light);
    font-weight: 700;
}

form.default-form hr {
   border: 1px solid var(--color-scapole-orange-main);
}

form.default-form button[type="submit"] svg path {
    fill: #fff;
}

form.default-form svg {
    fill: rgba(88, 89, 91, .8);
}

form.default-form label span {
    font-family: 'Oswald', 'Roboto', sans-serif!important;
    text-transform: uppercase;
    color: rgba(88, 89, 91, .95);
}

/* about */
section#store-front h1.h5.default-title {
    display: none!important;
}