/* Hakkımızda Bölümü */
.about-section {
    /* background-color: #f7cd59; */
    color: #101010;
}

.about-section h2 {
    color: #dba718;
}

.about-section p {
    color: #333;
    text-align: justify;
}

/* Resim Stili */
.about-section img {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.about-icon {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Times New Roman", Times, serif;
    /* font-style: italic; */
    font-size: 4rem;
}

.about-class {
    /* width: 12rem;
                                                                                                                        height: 12rem; */
    aspect-ratio: 1/1;
    border-radius: 50%;
    height: 50%;
    text-align: center;
    line-height: 50%;
    width: 50%;
    border: solid 3px #dba718;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-class > p {
}
