.streetwise-blogs-items .grid-heading {
    text-align: center;
    margin-bottom: 4px;
}

.streetwise-blogs-items .grid-paragraph {
    color: #1A1F2C;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
}

.streetwise-blogs-items .grid-img {
    overflow: hidden;
}

.streetwise-blogs-items .grid-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.streetwise-blogs-items .grids-img-content {
    margin-bottom: 25px;
}

.streetwise-blogs-items .streetwise-post-grid:hover .grid-img img {
    transform: scale(1.1) rotate(2deg);
}

.streetwise-blogs-items .grid-content {
    padding: 23px;
    border: 1px solid #E6E6E6;
    background: rgba(255, 255, 255, 0.00);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
    border-top: none;
}

nav.navigation.streetwise-pagination .nav-links {
    text-align: center;
}

nav.navigation.streetwise-pagination .nav-links .page-numbers {
    color: var(--primary-color);
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    transition: var(--transition);
    line-height: 48px;
    font-weight: 700;
    margin: 0 4px;
    text-transform: uppercase;
}

nav.navigation.streetwise-pagination .nav-links .page-numbers:hover {
    opacity: 0.7;
}

nav.navigation.streetwise-pagination .nav-links .page-numbers.current {
    opacity: 0.7;
}

nav.navigation.streetwise-pagination .nav-links .next.page-numbers,
nav.navigation.streetwise-pagination .nav-links .prev.page-numbers {
    -webkit-font-smoothing: antialiased;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid rgb(148, 148, 148);
    border-radius: 0;
    box-sizing: border-box;
    display: inline-flex;
    font-family: "Source Sans Pro", Helvetica, Arial, Geneva, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: 0.3s;
    transition-property: background-color, border-color, color;
    transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
    background-color: rgb(255, 255, 255);
    color: #1876db;
    height: 35px;
}

nav.navigation.streetwise-pagination .nav-links .next.page-numbers:hover,
nav.navigation.streetwise-pagination .nav-links .prev.page-numbers:hover {
    background-color: #1876db;
    color: #fff;
}

#streetwise-blog-banner {
    background-color: #fcf4ec;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 160px;
    display: flex;
    align-items: center;
    margin: 0 0 60px 0;
}

.container {
    z-index: 99;
}

.streetwise-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    background: #000;
    z-index: 0;
    opacity: var(--overlay-opacity);
}

.streetwise-blog-banner-content h1 {
    color: #fff;
}

.streetwise-blogs {
    margin-bottom: 40px;
}