#consent-message-box .grip-lines {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}

#consent-message-box .grip-line {
    height: 0.125rem;
    width: 70%;
    background-color: #bb1d2c;
    border-radius: 0.0625rem;
    margin: auto;
}