.main-table .section-subtitle {
    display: flex;
    text-align: center;
    margin-top: 30px;
    margin-left: 10px;
    margin-bottom: 10px;
}

#ce_description {
    margin-left: 0px;
    margin-top: 40px;
    margin-bottom: 30px;
}

div#ce_text, 
div#ce_text * {
    max-width: 100% !important;
    box-sizing: border-box;
    white-space: normal !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

div#ce_text {
    margin-left: 20px;
    margin-bottom: 60px;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
}

.banner {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#contact_content {
    display: flex;
    flex-direction: column;       
    align-items: center;         
    justify-content: center;      
    width: 30%;
    height: 100px;      
    margin: 30px auto; 
    background-color: #f7e1b4;  
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    text-align: center;
    font-size: 0.9rem;
}