.tools-panels-list-container{
    display: flex;
    align-items: center;
    justify-content: center;
}

.tools-panels-list-card-title{
    font-family: 'Gilroy bold', serif;
    font-size: 1.5em;
    font-weight: bold;
    display:block;
    width:100%;
    text-align:center;
    margin: 1rem 0;
}

.tools-panels-list-card-right{
    width:70%;
    z-index:54;
}

.tools-panels-list-img-left{
    max-width:120%;
    border-radius: 7px
}

.tools-panels-list-card-left{
    width:120%;
    z-index:54;;
}

.tools-panels-list-img-right{
    max-width:120%;
    margin-left: -20%;
    border-radius: 7px
}

.tools-panels-list-cta-rac{
    color: #fff;
    background-color: #28B4CD;
}

.tools-panels-list-cta-immo{
    color: #fff;
    background-color: #FA8C2D;
}

.tools-panels-list-cta-insurance{
    color: #fff;
    background-color: #AFCD5F;
}

.tools-panels-list-cta-health{
    color: #fff;
    background-color: #DC7387;
}

@media (max-width: 1200px) {
    .tools-panels-list-card-left{
        width:70%;
    }
}
