/* Start custom CSS for html, class: .elementor-element-f1eae43 */.about-wrapper {
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
    font-family: Arial, sans-serif;
    color: #003f57;
}

.about-hero {
    text-align: center;
    margin-bottom: 30px;
}

.about-logo {
    width: 280px;
    margin-bottom: 20px;
}

.about-laptop {
    width: 520px;
    border: 4px solid #0a89b8;
    border-radius: 8px;
}

.about-intro {
    text-align: center;
    font-size: 18px;
    color: #444;
    line-height: 1.6;
    max-width: 900px;
    margin: 20px auto 40px;
}

h1 {
    font-size: 32px;
    color: #025576;
    margin-bottom: 15px;
}

h2 {
    font-size: 26px;
    color: #025576;
    margin-top: 40px;
    margin-bottom: 15px;
}

.about-text {
    font-size: 17px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 25px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .about-laptop {
        width: 90%;
    }
    .about-logo {
        width: 60%;
    }

    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 22px;
    }
}/* End custom CSS */