:root {
    --bg-peach: #ffe4b5;
    --bg-grey: #d3d3d3;
}

.peach-bg{
    background-color: var(--bg-peach) !important;
}

.grey-bg{
    background-color: var(--bg-grey) !important;
}

.full-height {
    min-height: 100vh !important;
}

.large-hide {
    display: none !important;
}

@media (max-width:786px) {
    .large-hide {
        display: block !important;
    }

    .small-hide {
        display: none !important;
    }

    .custom-container{
        max-width: 350px !important;
    }
}

.custom-container{
    max-width: 700px;
}