.elementor-24 .elementor-element.elementor-element-918bd97{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-a55c185 */.about-us-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 30px;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    font-size: 16px;
    line-height: 1.8;
    color: #222;
}

/* Намаляване на размера на H1 */
.about-us-container h1 {
    text-align: center;
    font-size: 26px; 
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}

/* По-добро оформление на H2 */
.about-us-container h2 {
    font-size: 20px;
    color: #007bff;
    margin-top: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #007bff; 
    font-weight: bold;
}

/* Подобрено оформление на списъци */
.about-us-container ul {
    margin-left: 20px;
    padding-left: 20px;
}

.about-us-container ul li {
    margin-bottom: 8px;
    font-size: 16px;
    color: #444;
}

/* Стилизиране на линкове */
.about-us-container a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

.about-us-container a:hover {
    text-decoration: underline;
}

/* Контактна информация - малко по-голяма и видима */
.about-us-container p:last-child {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    color: #007bff;
    margin-top: 20px;
}

/* Responsive стил за мобилни устройства */
@media (max-width: 768px) {
    .about-us-container {
        padding: 20px;
    }
    .about-us-container h1 {
        font-size: 22px;
    }
    .about-us-container h2 {
        font-size: 18px;
    }
    .about-us-container p, .about-us-container ul li {
        font-size: 14px;
    }
}/* End custom CSS */