.about-section {
    background-color: #f5f5f5;
    padding: 60px 10px;
    font-family: Arial, sans-serif;
}
div p {
  text-align: justify;
}
.about-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: var(--bg-page-white);
}

.about-header {
    text-align: center;
    margin-bottom: 40px;
}


.about-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.about-image {
    width: 90%;
    max-width: 480px;
}

.about-image-img {
    width: 100%;
    height: 450px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    object-fit: cover;
}

.about-text {
    width: 100%;
    max-width: 600px;
    font-size: 1.1rem;
}

.about-text p {
    line-height: 1.8;
    margin-bottom: 15px;
}


.about-values, .about-team {
    margin-top: 40px;
    padding: 20px 12px;
    border-top: 1px solid #eaeaea;
}

.about-team h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.about-team p {
    font-size: 1.1rem;
    color: #555;
    margin: 10px 0;
}
