.main-content-section{
    padding-top: 0;
}

.latest-posts-section {
    padding: 0;
    background: transparent;
}

.latest-posts-section .post-card {
    overflow: hidden !important;
}

.latest-posts-section .post-card-image-container {
    height: 220px;
    overflow: hidden;
}

.latest-posts-section .post-card-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.latest-posts-section h2{
    margin-bottom: 1em;
    text-transform: uppercase;
}

.latest-posts-section .post-card:hover .post-card-image {
    transform: scale(1.05);
}

.latest-posts-section .post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
}

.latest-posts-section .no-image-placeholder {
    height: 220px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 3rem;
}

.main-content-section .latest-posts-wrapper .card-body{
    padding: 1em;
}

.main-content-section .latest-posts-wrapper .card-title a{
    font-size: 23px;
}

.row.latest-posts__button a {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 2em;
}

@media (max-width: 768px) {
    .latest-posts-section .latest-posts-wrapper {
        padding: 30px 20px;
        margin: 0 15px;
    }
    
    .latest-posts-section .main-content-section {
        padding: 40px 0;
    }
}

ul#menu-menu-stopki {
    list-style: none;
    padding: 0;
}

ul#menu-menu-stopki li {
    margin-bottom: 0.3em;
}

#wid_bc {
    padding-left: 0;
    margin-left: 0;
    margin-top: 130px;
    top: 0;
    position: absolute;
    color: #fff;
}

#wid_bc a {
    color: #fff;
}

@media only screen and (max-width: 998px){
    #wid_bc{
        margin-top: 50px;
    }
}