.w-30 {
    width: 30% !important;
}
.w-70 {
    width: 70% !important;
}
.me-5 {
    margin-right: 5rem !important;
}
.page-header {
    background: linear-gradient(rgba(15, 66, 41, .6), rgba(15, 66, 41, .6)), url(../img/bg.webp) center center no-repeat !important;
    background-size: cover;
}
.copyright a {
    color: var(--primary) !important;
}