.about-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    align-items: center;
    justify-content: space-between;
}

.about-text {
    flex: 1 1 500px;
}

.section-title {
    font-size: 36px;
    color: #1e1e1e;
    margin-bottom: 10px;
    position: relative;
}

.underline {
    width: 60px;
    height: 3px;
    background-color: #8b0000;
    margin: 10px 0 30px 0;
}

.intro-text {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 30px;
}

.about-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-list li {
    font-size: 17px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    color: #444;
}

.about-list li span {
    color: #8b0000;
    font-size: 20px;
    margin-right: 10px;
}

.about-image {
    flex: 1 1 400px;
}

.about-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}
