﻿:root {
    --bg-site: #6ea5af;
    --color-theme: #0069a5;
    --bg-logo: #fafaff;
}
header section {
    background: var(--bg-logo);
}
footer section.bg-site {
    background: var(--bg-logo);
}
.box-prices .row div[class^="col-"]:nth-child(2) {
    display: none;
}