.section-gatuit {
    padding: 2pxpx 0;
    background: #f7f7f7;
}

.card:hover {
    transition: 0.3s;
}

.card:hover {
    scale: 1;
}

.grid_contain:hover {
    transition: 0.3s;
}

.grid_contain:hover {
    scale: 1.1;
}

.save_btn {
    display: grid;
    place-content: center;
}

@media (min-width: 992px) {
    .center {
        flex: 0 0 34%;
        max-width: 33%;
    }
}

.icon-box {
    width: 25%;
    padding: 50px 29px 50px;
    border-right: 1px solid #ebebeb;
}

h1 {
    margin-top: -48px;
    margin-bottom: .5rem;
}

a.btn {
    padding: 11px 9px;
    border: 2px solid #0036be;
    border-radius: 0;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #383749;
    text-decoration: none;
}

.hero-content-wrap {
    height: 600px;
    padding-top: 130px;
}

a:hover,
li:hover {
    color: blue;
}