.black-background {
    background: #484c48;
}
.simple-goal-demo-form .single_task .task-name__wrapper {
    width: calc(100% - 39px) !important;
}
.simple-goal-demo-form .form-item {
    width: 100%;
}
.simple-goal-demo-form .task_main {
    min-height: calc(100vh - 300px);
}
.simple-goal-preview-form .single_task .task-name__wrapper {
    width: calc(100% - 39px) !important;
}

.view-taxonomy-term .task_right {
    position: relative;
}

.view-taxonomy-term .task_right .surfing_board {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 618px;
}
.simple-goal-preview-form .task_main {
    max-height: 100%;
}

@media only screen and (max-width: 991px){
.simple-goal-demo-form .task_main {
    min-height: auto;
}
.view-taxonomy-term .task_right .surfing_board {
    position:static;
    width:100%;
}
}