.alert_div {
    font-size: 1.2em;
    margin-top: -1.6em;
    color: black;
}

.alert_div_img_spec {
    width: 25px !important;
}

.alert_div img {
    width: 35px;
}

@media (max-width: 991px) {
    .tmp_center {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .alert_div_img_spec {
        width: 20% !important;
    }

    .alert_div img {
        width: 30%;
    }
}