﻿#divH1 {
    margin-top: -50px;
}

.morado-bg .svg {
    padding-bottom: 260px !important;
}

@media only screen and (max-width: 600px) {
    #divH1 {
        margin-top: unset;
    }
}