body {
    text-transform: inherit;
}

.banner__content h1 {
    margin-bottom: 30px !important;
}

.text-accent, a.text-accent {
    color: var(--primary-color) !important;
}

a.text-accent:hover {
    color: var(--primary-color) !important;
    text-decoration: underline;
}

.involve__bg::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.72) 100%) !important;
}

.achievement::before {
    background-color: rgba(0, 0, 0, 0.1) !important;
}


@media screen and (min-width: 768px) {
    h1.txt-size-1 {
        font-size: 3.1rem !important;
    }
}

@media screen and (max-width: 1200px) {
    .menu-btn a {
        width: inherit !important;
    }
}
