.top-page-section {
    padding: 29px 0 111px;
}

.breadcrumb .separator {
    display: flex;
    align-items: center;
}

.breadcrumb .separator svg {
    width: 5px;
    height: 8px;
    color: var(--black);
    opacity: 55%;
}

.blog-categories-section {
    padding: clamp(2.1875rem, -5.5692rem + 16.1597vw, 7.5rem) 0 clamp(2.1875rem, -8.3068rem + 21.8631vw, 9.375rem);
}

.pagination .page-item .page-link {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    border: 1px solid rgba(36, 58, 99, 0.5);
    font-size: 18px;
    font-weight: 500;
    color: #243A63;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.pagination .page-item .page-link.prev, .pagination .page-item .page-link.next {
    opacity: .5;
}

.pagination .page-item .page-link:not(.dots):not(.prev):not(.next):hover {
    background-color: #243A63;
    color: #fff;
    border: 2px solid #243A63;
}

.pagination .page-item.active .page-link {
    border: 2px solid #243A63;
    background-color: transparent;
}

.icon-arrow-prev {
    display: flex;
    align-items: center;
}

.icon-arrow-prev svg {
    transform: rotate(180deg);

}