.ppl-links-cell {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.ppl-row {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
    column-gap: 3rem;
}

.img-top {
    background-color: #3155a4;
    height: 12rem;
    background-position: center;
    background-size: cover;
    object-fit: cover;
    object-position: center;
}

.info-center {
    flex: 1;
    border: 1px solid #eeeeee;
    position: relative;
    background-color: white;
}

.info-center p {
    margin: 2rem;
}

.info-rest {
    position: absolute;
    border-bottom: 1px solid #ddd;
    width: 3rem;
    transform: translateY(-1rem);
    left: 2rem;
}

.markets-button {
    margin: 0 auto 40px;
    display: flex;
    justify-content: center;
}

.info-center h2 {
    font-weight: 600;
    margin: 2rem;
    margin-right: 0;
    font-size: 24px;
}

.info-center a h2 {
    color: black;
}

.link-bottom {
    height: 3rem;
    background-color: #3155a4;
    color: white;
    text-align: center;
    display: flex;
    padding: 10px 0;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    text-transform: uppercase;
}

.page-links-mobile-swiper {
    padding-bottom: 50px !important;
}


/* mobile */
@media only screen and (max-width: 767px) {


    .ppl-row {
        position: relative;
        display: block;
        justify-content: space-between;
        width: 100% !important;
    }

    .info-center {
        height: 20rem;
    }

    .info-center h2 {
        margin: 1rem 2rem ;
        margin-right: 0;
    }

    .info-center p {
        margin: 1rem;
        line-clamp: 5;
        -webkit-line-clamp: 5;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }



}

@media only screen and (min-width: 768px) {

    .ppl-page-links {
        display: initial;
    }

    .ppl-page-links-mobile {
        display: none;
    }

}

@media only screen and (max-width: 767px) {

    .ppl-page-links {
        display: none;
    }

    .ppl-page-links-mobile {
        display: initial;
    }

    .slide-inner{
        width: 70%;
        margin: 0 auto;
    }
   .page-links-mobile-swiper .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        font-size: 12px;
        color: #000;
        opacity: 1;
        background: rgba(0, 0, 0, 0.2);
      }
  
      .page-links-mobile-swiper .swiper-pagination-bullet-active {
        background: #3155A4;
      }
}