.single-post-page.page {
    margin-top: 176px;
}

.page-header-banner {
    display: flex;
    align-items: end;
    height: 500px;
    /*background-image: url(../images/tv-is-mounted-wall-with-blue-light-it.jpg);*/
    background-size: cover;
    border-radius: 20px;
    padding: 37px 47px 37px 47px;
}
.page-header-banner h1 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 40px;
    text-transform: none;
    width: 33.3%;

    color: white;
}

.page-main {
    margin-top: 22px;
    margin-bottom: 100px;
}

.page-main .date {
    width: 100%;
    font-size: 12px;
    line-height: 25px;
    color: #A7A7A7;
}
.single-post-page .content {
    margin-top: 18px;
    font-size: 0.875rem;
    line-height: 25px;
    color: #292929;
}
.single-post-page .content h2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;

    color: #292929;
}

.page-main .badges {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.page-main .badge {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 20px 5px 20px;
    background: #D5ECFF;
    font-size: 14px;
    line-height: 140%;
    font-weight: 600;

    color: #3E83F9;
}

.page-main aside {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.product-widget {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    background: #0D3459;
    border-radius: 20px;
    padding: 2.18rem;
    font-size: 0.875rem;
    color: #fff;
}

.product-widget img {
    margin-bottom: 2.125rem;
    width: fit-content;
    max-width: 100%;
}

.product-widget-title {
    font-weight: 600;
}

.product-widget a {
    width: fit-content;
}