﻿.about__wrapper {
    max-width: 800px;
    margin: 4rem auto;
    padding: 0 1rem;
}

.about__title {
    text-align: center;
}

.about__subtitle {
    text-align: center;
    color: #555;
    margin-bottom: 2rem;
    font-style: italic;
}

.about__logo-container {
    text-align: center;
    margin-bottom: 2rem;
}

.about__logo {
    max-width: 160px;
    height: auto;
    border-radius: 8px;
}

.about__section {
    margin-bottom: 2rem;
}

.about__footer {
    text-align: center;
    margin-top: 3rem;
}

.about__header {
    margin-top: 3rem;
    font-size: 1.8rem;
}

.about__logo {
    max-width: 120px;
    height: auto;
    margin: 1rem 0;
}

.about__container {
    margin-top: 4.5rem;
    padding: 1rem;
}

.about {
    padding: 2rem;
    max-width: 800px;
    margin: auto;
    font-family: 'Segoe UI', sans-serif;
}

.about__header {
    text-align: center;
    margin-bottom: 2rem;
}

.about__title {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.about__subtitle {
    font-size: 1.2rem;
    color: #555;
}

.about__content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.about__section-title {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 0.5rem;
}

.about__text {
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
}

.about__list {
    list-style: disc;
    padding-left: 1.5rem;
}

.about__list-item {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    color: #333;
}

.about__footer {
    margin-top: 3rem;
    border-top: 1px solid #ccc;
    padding-top: 1rem;
    text-align: center;
    font-size: 0.9rem;
    color: #777;
}

.about__credit {
    margin: 0;
}
