.browser-warning {
    display: none;
    position: absolute;
    z-index: 100;
    width: 100%;
    background-color: rgba(44, 48, 55, 0.75);
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #2c3037;
    color: #E3E5E9;
}

.browser-warning__col {

}

.browser-warning__icon {
    width: 32px;
    margin-left: 10px;
}

.browser-warning__title {
    font-size: 2rem;
    line-height: 1;
    font-weight: 500;
    color: #E3E5E9;
    margin: 0;
}

.browser-warning__description {
    margin: 3px 0 0 0;
}