.keon-notice {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  -webkit-flex-wrap: wrap; 
  -moz-flex-wrap: wrap; 
  -ms-flex-wrap: wrap; 
  -o-flex-wrap: wrap; 
  flex-wrap: wrap; 
}

.keon-notice {
    background-color: #fff;
    margin: 40px 20px 0 0;
    position: relative;
    padding-left: 20px;
    padding-right: 38px;
    border: 1px solid #c3c4c7;
    border-width: 1px 1px 1px 4px;
    border-style: solid;
    border-color: #c3c4c7;
    border-left-color: #00a32a;
    box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
}

.keon-notice .getting-img {
    box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1);
    border: 1px solid #dcdcde;
}

.keon-notice .getting-img img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.admin-notice-dismiss {
    color: #0073aa;
    position: absolute;
    top: 0;
    right: 30px;
    border: none;
    margin: 0;
    padding: 9px;
    background: 0 0;
    cursor: pointer;
    text-decoration: none;
    vertical-align: top;
}

.keon-notice .admin-notice-dismiss button {
    right: -25px;
}

.admin-notice-dismiss:before {
    display: inline-block;
    line-height: 1;
}

.keon-notice .getting-content h2 {
    margin-bottom: 15px;
}

.keon-notice .getting-content .text {
    margin: 0 0 20px;
}

.keon-notice .button {
    margin-right: 10px;
}

@media screen and (max-width: 991px){
    .admin-notice-dismiss {
        position: static;
        display: block;
        padding-bottom: 10px !important;
    }
}

@media only screen and (min-width: 768px) {
    .keon-notice.updated.notice  {
        padding-left: 20px;
    }
    .keon-notice .getting-img {
        width: 270px;
        margin: 20px 0;
    }
    .getting-content {
        width: calc(100% - 312px);
        padding: 20px;
    }
    .getting-content h2 {
        font-size: 24px;
        margin-top: 0;
    }
    .getting-content h3 {
        font-size: 14px;
    }
}