.section-contact {
    margin-top: 100px;
}

.text-contact {
    background: 
        linear-gradient(rgba(8, 8, 235, 0.178), rgba(8, 8, 228, 0.212)), 
        url("/images/maps.png"), 
        var(--color-blue);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--color-white);
}
