/* .about-container {
    text-align: center; 
    margin-top: -100px;
    padding: 0 20px;
}

.bubble {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.centered-image {
    max-width: 60%; 
    height: auto; 
    display: block; 
    margin: 0 auto; 

}
@media (max-width: 768px) {
    .centered-image {
        max-width: 80%;
    }
    .about-container {
        margin-top: -20px; 
    }
}
@media (max-width: 1024px) {
    .centered-image {
        max-width: 80%; 
    }
} */



.about-container {
    max-width: 1200px;
    margin: 0 auto;
}

.about-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.about-image img {
    max-width: 300px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.about-text {
    color: #E07A5F;
    font-weight: bold;
    font-style: italic;
    font-size: 1.9rem;
    flex: 1 1 300px;
    max-width: 400px;
    margin: 0 20px;
}

.about-title {
    font-size: 2.5rem;
    font-weight: bold;
}
