
.about-section h1 {
    width: 100%;
    font-size: 24px;
    color: var(--main-text-color);
    text-align: center;
    margin: 30px 0 15px;
}
.about-section h2 {
    width: 100%;
    font-size: 18px;
    padding: 0 10px;
    color: var(--h2-color);
    margin-top: 30px;
}
.about-section p {
    width: 100%;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 30px;
}
.about-image {
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-image > img {
    width: 100%;
    max-width: 400px;
    border-radius: 12px;
}
.lead {
    text-align: center;
}