.wmgs-section {
    background-color: #E8F7E5;
    padding: 50px 0;
    text-align: center;
}

.wmgs-section h2 {
    font-size: 28px;
    font-weight: 700;
}

.wmgs-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0;
}

.wmgs-text {
    max-width: 300px;
}

.wmgs-text h3 {
    font-size: 20px;
    font-weight: 600;
}

.wmgs-text p {
    font-size: 16px;
    color: #333;
}

.wmgs-image img {
    max-width: 100%;
    max-height: 400px;
}

.wmgs-button a {
    background-color: #00B578;
    color: white;
    padding: 15px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
}

.wmgs-button a:hover {
    background-color: #009d6a;
}
