.blog-page {
    padding-top: 250px;
    display: flex;
    align-items: start;
    justify-content: center;
    background-color: #f2920010;
}
.blog-page-title {
    padding-bottom: 196px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.blog-search__wrapper {
    width: 100%;
    max-width: 538px;
    margin-top: 48px;
}
.blog-page-cards,
.blog-side {
    margin-top: -296px;
    padding-bottom: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}
.blog-page-title__mid-text {
    margin-right: 16px !important;
    margin-left: 16px !important;
}
.blog-page-title h3 {
    font-size: 24px !important;
    color: #a5a5a5;
}
@media (max-width: 999px) {
    .blog-side {
        display: none;
    }
}
