.helppointercontainer {
    width: 2vw;
    height: auto;
    justify-content: space-around;
}

.helppointer {
    width: 2vw;
    height: 0.2vw;
    margin-top: 12.85vw;
    background: #04ADBF;
}

.helpbigcontainer {
    width: 86vw;
    height: auto;
    margin: 2vw 0 2vw 0;
    padding: 2vw;
    border: 0.2vw solid #04ADBF;
    border-radius: 1vw;
    background: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: flex;
    flex-direction: column;
}

.helpbigcontainer h1 {
    font-size: 1.2vw;
    color: #04ADBF;
    text-align: left;
}

.helpbigcontainer input {
    width: 30vw;
    height: 20vw;
    margin-bottom: 1vw;
    font-family: 'Raleway', sans-serif;
    padding-left: 0.5vw;
    cursor: text;
    border-radius: 1vw;
    border: 0.1vw solid #04ADBF;
}
