.single-blog-main .container {
    max-width: 1626px;
}
.sticky-head-top {
    background: #F8F8F8;
    position: fixed;
    width: 100%;
    top: 98px;
    padding: 25px 0;
    left: 0;
}
.sticky-head-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.sticky-head-title {
    font-size: 18px;
    font-weight: var(--fw-500);
}
.sticky-head-inner a {
    color: var(--color-green);
    font-size: 16px;
    font-weight: var(--fw-500);
    text-transform: capitalize;
}