header.service {
    position: relative;
    background-position: bottom;
    background-image: url("../../../assets/images/ban4.jpeg");
    background-size: cover;
    height: 40vh;
}

header.service:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f22222;
    opacity: 0.5;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

header.service .title-service {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

header.service .title-service h1,
header.service .title-service .h1 {
    text-align: center;
    align-items: center;
}

@media (min-width: 992px) {
    header.service {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    header.service .title-service h1,
    header.service .title-service .h1 {
        font-size: 2.5rem;
        text-transform: uppercase;
    }
}
@media screen and (max-width: 790px) {
    header.service {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    header.service .title-service h1,
    header.service .title-service .h1 {
        font-size: 2rem;
        text-transform: uppercase;
    }
    .contenu .text-service {
        font-size: 1em;
        padding-top: 1.5em;
    }
}

.section-bg-img-2 {
    background-image: url("../../../assets/images/bg-4.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
}

.icon-box {
    border-radius: 6px;
    transition: ease-in-out 0.3s;
}

.icon-box.icon-box-yellow {
    background: #fcea0c;
}

.icon-box.icon-box-red {
    background: #f22222;
}

.icon-box-info {
    width: calc(100% - 5%);
    background-color: #fff;
    padding: 30px;
}

.icon-box i {
    float: left;
    color: #f22222;
    font-size: 40px;
    line-height: 0;
}

.icon-box h4 {
    margin-left: 70px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.icon-box h4 a {
    color: #384046;
    transition: 0.3s;
}

.icon-box p {
    margin-left: 70px;
    line-height: 24px;
    font-size: 14px;
}

.icon-box:hover {
    box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
    transform: scale3d(1.03, 1.03, 1.03);
    transition: 0.5s;
}

.icon-box:hover h4 a {
    color: #f22222;
}
