.inner-pages-content strong {
    font-weight: 500
}

.inner-pages-content p:last-child {
    margin-bottom: 0
}

.inner-pages-content ul {
    margin-bottom: 18px;
}

.services-topbar-menu ul {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    width: 100%;
}

.services-topbar-menu ul li:not(.current_page_item) a {
    border-radius: 8px;
    background-color: #EAECF8;
}

.services-topbar-menu ul li a:focus,
.services-topbar-menu ul li a:hover {
    background-color: #868FA9;

}

.list-py-lg ul {
    padding-left: 23px;

}

.list-py-lg.mg-y ul li {
    margin-bottom: 16px;
}