

.contact-container-help{
    position: relative;
}

.contact-container-help img{
    margin-top: 5rem;
    width: 50%;
    left: 55%;
    transform: translateX(-50%);
    position: relative;
}

.contact-container-help .help{
    position: absolute;
    left: 0;
    width: 55%;
    border-radius: 1rem 1rem 0.1rem 1rem;
    background: rgba(227, 155, 211, 1);
    border: 0.1rem solid rgba(148, 103, 194, 1);
    text-shadow:0px 0.15rem 0.2rem  rgba(0, 0, 0, 0.25);
    padding: 0.6rem;
    z-index: 1;
}