h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 10px;
}

.banner h3 {
    margin-top: 0px;
    font-size: 1.4rem;
}

.header-icon {
    color: #484848;
    fill: #484848;
    padding: 0px;
    width: 20px;
    height: 20px;
    justify-content: flex-end;
    display: flex;
    align-items: center;
}
.header-icon svg {
    width: 20px;
    height: 20px;
}
.banner--info {
    padding: 1.3rem;
    margin-top: 0px;
}

.title-color {
    color: #484848;
    fill: #484848;
}

.shopify-card {
    padding: 0 15px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.search-box {
    display: flex;
    justify-content: end;
    margin-bottom: 1.6rem;
}

.my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.mt-6 {
    margin-top: 1.5rem;
}
.mb-2 {
    margin-bottom: 1rem;
}
.flex {
    display: flex;
}
.justify-end {
    justify-content: end;
}
.justify-between {
    justify-content: space-between;
}
.items-center {
    align-items: center;
}
.mr-0\.8 {
    margin-right: 0.8rem;
}
.hidden {
    display: none;
}
.display-4 {
    font-weight: bold;
}
img.logo {
    width: 250px;
    margin-bottom: 1rem;
}
.card-body > h3 {
    margin-top: 0;
    margin-bottom: 1rem;
}
.content-hidden {
    display: none;
}
.page-header {
    margin: 1.6rem 0 0 0;
    border-bottom: none;
    padding-bottom: 0px;
}
.menu-icons {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 30%;
}
select.form-control {
    color: #454f5b;
}
.contract-border {
    border: solid 1px #e2e2e4;
    padding: 1vw;
    border-radius: 4px;
    margin-top: 12px;
    margin-right: 12px;
    margin-left: 0px;
}
@media (min-width: 768px) {
    .shopify-card {
        width: 100%;
        max-width: 960px;
        padding: 0 45px;
    }

    img.logo {
        width: 200px;
    }
}
