
.block-footer {
    position: relative;
    background-color: white;
    text-align: center;
    margin: 0 40px 30px 40px;
    border-radius: 20px;
    box-shadow: inset -4px -4px 28px 3px rgba(0,0,0,0.2);
    padding: 30px 0;
    z-index: 1000000000;
}



.block-footer h1 {
    font-family: 'Poppins', serif;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 30px;
    color: #0367e0;
}

.block-footer h3 {
    margin: 0;
    padding: 0 20px 40px 20px;
    font-size: 20px;
    font-weight: bold;
    font-family: Bahnschrift;
    color: #000;
    position: unset;
    text-transform: unset;
}

.infos-contact {
    display: flex;
    justify-content: space-evenly;
}

.infos-contact i {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0367e0;
    border-radius: 50%;
    color: #fff;
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}

.infos-contact div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.infos-contact p {
    text-align: center;
}