.notice-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.notice-img img { 
    height: 200px;
    width: 100%;
}
.notice-get-started-class{
    background: #334fb4;
}
.notice-content h2 {
    font-size: 28px;
    color: #fff;
}
.notice-content p {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
.notice-btns{
    margin-top: 18px;
}
.notice-btns a.button.button-primary {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.notice-btns a.getstart{
    background: #f98120 !important;
    border-color: #f98120 !important;
}
.notice-btns a.import{
    background: #FD0E63 !important;
    border-color: #FD0E63 !important;
}
.notice-btns a.premium{
    background: #ffde16 !important;
    border-color: #ffde16 !important;
    color: #000;
}
.updated.notice.notice-success.is-dismissible.notice-get-started-class{
  background: #334fb4;
}