.container{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
}

#ie-error-msg {
    width: 600px;
    color: #262626;
    text-align: center;
}

#ie-error-msg h5 {
    margin: 20px auto;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}

#ie-error-msg p {
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

#ie-error-msg .download-container {
    height: 282px;
    padding: 20px 0;
    margin-top: 20px;
    font-weight: 400;
    background: linear-gradient(to bottom, #f9fbfc, #f2f4f7);
    border-radius: 8px;
    box-sizing: border-box;
}

#ie-error-msg .download-container .title-text {
    font-size: 16px;
}

#ie-error-msg .download-container .title-text span:nth-of-type(odd) {
    display: inline-block;
    width: 40px;
    height: 0;
    margin-right: 16px;
    margin-left: 16px;
    vertical-align: middle;
    border: 0.5px solid #d9d9d9;
}
#ie-error-msg .main-panel {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
}

#ie-error-msg .main-panel .sub-panel {
    display: flex;
    width: 160px;
    height: 200px;
    padding: 40px 20px 16px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    margin-left: 30px;
}

#ie-error-msg .main-panel .sub-panel span {
    margin-top: 16px;
    margin-bottom: 16px;
}

#ie-error-msg .main-panel .sub-panel a {
    display: inline-block;
    width: 100%;
    padding-top: 15px;
    color: #262626;
    text-decoration: none;
    border-top: 1px solid #eee;
}

#ie-error-msg .main-panel .sub-panel:hover {
    box-shadow: 0 4px 12px 0 rgb(42 44 48 / 10%);
}

#ie-error-msg .main-panel .sub-panel:hover a {
    color: #f56e48;
}