.elementor-205 .elementor-element.elementor-element-64726a5{--display:flex;--margin-top:-2%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-22f332d */.philo-hero {
    background: linear-gradient(135deg, #f8fafc, #1e293b);
    padding: 120px 20px 80px;
    text-align: center;
}

.philo-hero h1 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 15px;
}

.philo-hero p {
    color: rgba(255,255,255,0.8);
    font-size: 16px;
    max-width: 700px;
    margin: auto;
}
.philo-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;

    max-width: 1200px;
    margin: 80px auto;
    padding: 0 20px;
}

.philo-text {
    flex: 1;
}

.philo-image {
    flex: 1;
}

.philo-image img {
    width: 100%;
    border-radius: 20px;
    display: block;
}/* End custom CSS */