@media screen and (min-width: 577px) {
    .card-deck {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 778px) {
    .conseil-ligne,
    .titre-ligne {
        margin-left: 50%;
    }
    .conseil-list p {
        font-size: 25px;
    }
    #img-conseil {
        display: none;
    }
    .essai {
        margin-right: 20%;
        margin-bottom: 10px;
    }
    .pricing-content ul {
        height: 350px;
    }
}


/* .conseil-list {
    float: left;
} */

.conseil-list p {
    font-family: "Open Sans", Arial, sans-serif;
}

.tarif-option {
    background: #045bc1;
    color: #fff;
    font-family: Raleway, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.offre-service h1 {
    color: #fff;
    font-family: Raleway, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.offre-service li {
    list-style-type: circle;
    padding-bottom: 8px;
}

.offre-service li b {
    font-family: Raleway, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.offre-ligne {
    padding-bottom: 1em;
}

.essai {
    margin-left: 20%;
    margin-bottom: 20px;
}

.pricing-content ul {
    height: 450px;
}