.blog-page {
    padding-top: 200px;
    display: flex;
    align-items: start;
    justify-content: center;
    background-color: #eef8f4;
}
.blog-page-title {
    padding-top: 148px;
    padding-bottom: 196px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    background-color: #fafdfc;
    height: 511px;
}
.blog-search__wrapper {
    width: 100%;
    max-width: 538px;
    margin-top: 48px;
}
.blog-page-cards,
.blog-side {
    margin-top: -350px;
    padding-bottom: 64px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.blog-page-title__mid-text {
    margin-right: 16px !important;
    margin-left: 16px !important;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #1dbab5;
    font-family: century gothic!important;
}
.blog-page-title h3 {
    font-size: 24px !important;
    color: #a5a5a5;
}
@media (max-width: 999px) {
    .blog-side {
        display: none;
    }
}

.blog-side {
    position: sticky;
    top:20px;
}

.blog-detay-h{
    height: auto;
    padding-bottom: 110px;
}