.about__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 30px; 
    gap: 2rem;
}

.about__photo {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #37BDF8;
}

.about__description {
    font-size: 1.1rem;
    line-height: 1.6;
    text-align: center;
    max-width: 600px;
}