.cds-links-cell{
    position: relative;
    display: flex;
    background-color: #3155a4;
    padding: 25px 15px;
    border-radius: 14px;
    flex: 1;     
}

.cds-page-links.row{
    display: flex;
    margin: 15px auto;
    gap: 3rem;
    width: 100%;
    justify-content: center;
}

.cds-page-links h2{
    color: #fff;
    font-weight: 400;
    font-size: 20px;
}

.img-left{
  flex: 1;
  display: flex;
  max-height: 20rem;
}
.img-left img{
    height: 100%;

}

.info-right{
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    position: relative;
}

.info-right h3{
    color: white;
    font-size: 18px;
}
.info-center p{
    margin: 2rem;
}

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

.info-center h1{
    font-weight: 600;
    margin: 2rem;
    margin-right: 0;
}
.info-center a h1{
    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;
    }
    
}