.footer-middle {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}
.text-right{
    text-align: right;
}
.pt-90 {
    padding-top: 90px !important;
}
.my-account__address-list {
    display: flex;
    gap: 1.625rem;
}
.footer-copyright {
    margin: 0px auto;
}
.header-fullwidth {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
}
.loggedinuser {
    width: 25px;
}
.header-fullwidth .header-desk_type_1 {
    padding: 1px 0;
}

.posts-title-section {
    background-color: #f9f6f0;
    height: 800px;
    overflow: hidden;
}
.row.posts-title-section > * {
    padding-right: 0;
    padding-left: 0;
}
.posts-title-section .content-section {
    height: 800px;
}
.posts-title-section .content-section .inner-content-section{
    height: 800px;
    padding: 100px;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
    
}
.fit-image {
    height: 100%;
    width: auto;
    object-fit: cover;
}
.posts-list .row{
    height: auto;
}
.posts-list .row div .posts-short-content {
    max-height: 500px;
    padding: 100px;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
}
.posts-short-content h2 {
    margin-bottom: 40px;
}
.posts-short-content a {
    --tw-bg-opacity: 1;
    background-color: rgb(32 132 124 / var(--tw-bg-opacity));
    color: white;
    padding-bottom: .9375rem;
    padding-top: .9375rem;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    width: 14rem;
}
.posts-short-content a:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(76 157 150 / var(--tw-bg-opacity));
}
.footer__social-link .svg-icon_facebook {
    fill: #1877F2;
}
.footer__social-link .svg-icon_instagram {
    fill: #f77737;
}
.post-detail-section .cover-image {
    margin: 30px auto;
}
.post-detail-section {
    text-align: center;
}
.post-detail-section span {
    color: #767676;
}
.post-detail-section .content {
    padding: 0px 50px 50px 50px;
}
.menu-link_us-s:hover:after, .menu-link_us-s.menu-link_active:after {
    width: 100%;
}
.menu-link_us-s:after {
    top: auto;
}
.navigation__link:hover:after {
    width: calc(100% - 2em - 1px);
}
.posts-list {
    overflow: hidden;
}

@media only screen and (max-width: 768px){
    .posts-list .row div .posts-short-content {
        display: block;
        padding: 10px;
        height: auto;
    }
    .posts-list .row{
        height: auto;
    }
    .posts-title-section .content-section {
        height: auto;
    }
    .posts-title-section .content-section .inner-content-section{
        height: auto;
        padding: 10px;
        display: block;
        
    }
    .row.posts-title-section > * {
        padding-right: 50px;
        padding-left: 50px;
    }
    .posts-list .row {
        border-bottom: 1px solid #ededed;
        padding-bottom: 20px;
    }
    .responsive-margin-bottom {
        margin-bottom: 30px;
    }
}