.overflow-box {
    overflow-y: auto;
    max-height: 80vh;
}

@media(max-width:576px){
    .support{display: none;}
}

.alert--danger:before {
    background-image: none;
}