.ws-agence-list-info{
    background-color: #f6f6f6;
    padding: 3.3rem;
}

.ws-agence-list-info h2{
    margin-top: 0;
    font-size: 2rem;
    font-weight: bolder;
    margin-bottom: 3.3rem;
}

.ws-agence-list-info__item__title{
    font-size: 2rem;
    color: var(--e-global-color-accent);
    font-weight: bolder;
}

.ws-agence-list-info__item
{
    line-height: 2.6rem;
    flex-basis: calc( 50% - 3rem );
}

.ws-agence-list-info__content{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 6rem;
}

@media screen and (max-width: 767px) {
    .ws-agence-list-info__item{
        flex-basis: 100%;
    }
    .ws-agence-list-info__content{
        gap: 2rem;
    }
}