.warning-sing {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    border: 1px solid #C6C6C6;
    background: #FFF;
    box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.04);
    padding: 36px 0 !important;
    margin-bottom: 32px !important;
}

.warning-icon {
    margin-right: 16px !important;
    padding-top: 5px !important;
    margin-bottom: 0 !important;
}

.warning-text {
    color: #4A4A4A;
    font-size: 32px !important;
    font-weight: 500 !important;
}

@media only screen and (max-width: 1024px) {
    .warning-text {
        font-size: 25px !important;
    }
}
@media only screen and (max-width: 800px) {
    .warning-text {
        font-size: 22px !important;
    }
}
@media only screen and (max-width: 768px) {
    .warning-sing {
        padding: 24px 0 !important;
    }
    .warning-text {
        font-size: 18px !important;
    }
}
@media only screen and (max-width: 650px) {
    .warning-text {
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 550px) {
    .warning-icon svg{
        margin-left: 25px !important;
        width: 32px;
        height: 32px;
    }
    .warning-text {
        font-weight: 600 !important;
    }
}

@media only screen and (max-width: 320px) {
    .warning-text {
        font-size: 14px !important;
    }
    .warning-icon svg {
        margin-left: 15px !important;
    }
}