.header {
    background-image: url('../../images/mes_images/ressource-header-image.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
}

.child {
    display: flex;
    justify-content: center;
    align-items: space-evenly;
    gap: 10px;
    min-width: 200px;
    padding: 30px 15px;
    margin: 1px 10px;
    border: 1px solid #f1f1f1;
    border-radius: 6px;
}

.child p img {
    width: 100px
}

.scroll-images::-webkit-scrollbar,
.scroll-images2::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #aaa;
}
