.case:after {
background: none;
}


.item p {
    font-size: 14px;
}

.page-hearder {
    width: 50%;
}


.sub-header {
    font-size: 22px;
    margin-bottom: 1rem;
    color: rgba(0, 0, 0, 0.8);
}


.ftco-navbar-light .nav-item.active > a {
    color: #554489 !important;
}

@media screen and (max-width:480px) {
    .page-hearder {
        width: 100%;
    }
}