.mke-info-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
    max-width: 800px;
    margin: 50px auto;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	position: relative;
	border: 1px solid #e0e0e0;
}
.mke-logo {
    width: 100px;
    margin-bottom: 20px;
}
.mke-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.4;
}
.mke-desc {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}
.mke-btn {
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid #333;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: all 0.3s ease;
}
.mke-btn:hover {
    background-color: #333;
    color: #fff;
} 