/**All CSS CODE Start Below**/
h1.wp-heading-inline {
    margin: 38px 0 34px 0;
}
div#eys_main_wrapper {
    width: 1280px;
    margin: 0 auto;
    float: left;
}

.eys_content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}