#wisiwyg {
    padding: 40px 20px;
    background-color: #f9f9f9;
}

#wisiwyg .container {
    max-width: 900px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

#wisiwyg div {
    margin-top: 1em;
}
#wisiwyg h3 {
    margin-bottom: 20px;
    color: #2c3e50;
}

#wisiwyg p {
    line-height: 1.4;
    color: #444;
    margin-bottom: 20px;
}

#wisiwyg ul {
    padding-left: 20px;
    margin-bottom: 25px;
}

#wisiwyg ul li {
    line-height: 1.4;
    margin-bottom: 5px;
    color: #555;
}

#wisiwyg address {
    font-style: normal;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #444;
    text-align: center;
}
#wisiwyg a {
    color: #2980b9;
    text-decoration: none;
}

#wisiwyg a:hover {
    text-decoration: underline;
}

#wisiwyg strong {
    color: #2c3e50;
}

