

.ppl-links-cell{
    position: relative;
    display: flex;
    flex-direction: column;
    
    width: 100%;
    padding: 4rem 0 2rem;
}
.ppl-bg{
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.ppl-links-cell:not(.empty){
    border: 1px solid #eeeeee;
    background-color: white;
}

.ppl-row{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    column-gap: 2rem;
}
.solve-ttl{
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}
.img-top{
    margin: 0 auto;
}

.info-center{
    flex: 1;
    
    position: relative;
}
.info-center p{
    margin: 2rem;
    text-align: center;
}

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

.btn-default{
    border-radius: 25px !important;
    border: 2px solid !important;
    color: #3155a4 !important;
    text-transform: none !important;
    padding: 5px 25px !important;
}

.chev::after{
    border-style: solid;
    border-color: #3155a4;
    border-width: 0.1em 0.1em 0 0;
    content: '';
    display: inline-block;
    height: 0.5em;

    position: relative;
    transform: translateY(-50%) rotate(45deg);
    left: 2px;
    top: 2px;
    width: 0.5em;
}

.info-center .solve-ttl{
    font-weight: 600;
    margin: 2rem;
    margin-right: 0;
}
.title-link{
    text-decoration: underline;
    text-align: center;
    font-size: 14px;
    padding-bottom: 15px;
    color: #3155a4;
}
.sep{
    padding-bottom: 10px;
    box-shadow: 0 4px 5px -3px gray;
    height: 1px;
    margin: 0 7.5%;
   }

.link-bottom{
    height: 4rem;
    
    color: black;
    text-align: center;
    display: flex;
    padding: 25px 0;
    align-content: center;
    justify-content: center;
    flex-direction: column;
   
}

.ppl-page-links{
    position: relative;
    padding: 2rem 0;
}


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

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