:root {
        --logo-max-width: 150px;
}

.btn-primary {
text-transform: uppercase;
}

button {
text-transform: uppercase;
}

.quotes-section .quote-single p  {
	font-size: 19px;
}

body {
    background: var(--background-image);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

.row.no-postcode-div {
    display: none;
}