.swiper-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


.swiper-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    visibility: visible;
}

.swiper-slide {
    display: block;
    height: auto;
    text-align: center;
}



.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    /* display: flex; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.lpc-post {
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
}

.lpc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.lpc-company {
    font-weight: bold;
    font-size: 16px;
}

.lpc-logo {
    width: 20px;
    height: 20px;
}

.lpc-content img {
    max-width: 100%;
}