.elementor-2263 .elementor-element.elementor-element-70b71d5{z-index:150;overflow:visible;}.elementor-2263 .elementor-element.elementor-element-ed76c7d{z-index:297;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ed76c7d */.swiadectwo-section {
    background-color: #1d1d1d;
    color: #fff;
    padding: 60px 20px;
    text-align: center;
}

.swiadectwo-container {
    max-width: 800px;
    margin: 0 auto;
}

.swiadectwo-info {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    margin: 30px 0;
}

.info-box {
    background: #262626;
    padding: 20px;
    border-radius: 10px;
    width: 45%;
}

.swiadectwo-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}

.swiadectwo-form label {
    text-align: left;
    font-weight: bold;
}

.swiadectwo-form input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #262626;
    color: #fff;
}

.swiadectwo-form button {
    background-color: #c09d53;
    color: #1d1d1d;
    padding: 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.swiadectwo-form button:hover {
    background-color: #a98847;
}/* End custom CSS */