.section1 {
    background-image: url("./../assets/background/inicial.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.buttons {
    padding-top: 3em;
}

.target {
    background-image: url("./../assets/background/bg_contact.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    box-shadow: 0px 8px 16px 0px rgba(76, 76, 76, 0.2),
    0px 2px 4px 0px rgba(77, 77, 77, 0.24);
    border-radius: 4px;
}
.icon{
    margin-top: 10px;
    margin-bottom: 30px;
}