

.ppl-links-cell{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 40rem;
    margin-bottom: 4rem;
}

.ppl-page-links.row{
    display: block;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

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

.info-center{
    flex: 1;
    border: 1px solid #eeeeee;
    position: relative;
}
.info-center p{
    margin: 2rem;
}

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

.solve-ttl{
    font-weight: 600;
    margin: 2rem;
    margin-right: 0;
}
.info-center a .solve-ttl{
    color: black;
}
.link-bottom{
    height: 4rem;
    background-color: #3155a4;
    color: white;
    text-align: center;
    display: flex;
    padding: 25px 0;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    text-transform: uppercase;
}


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

    .ppl-links-cell{
        position: relative;
        display: flex;
        flex-direction: column;
        width: 95%;
        margin-bottom: 4rem;
        height: 32rem;
    }
    
    .ppl-row{
        position: relative;
        display: block;
        justify-content: space-between;
        width: 100% !important;
    }
    
}