/* デスクトップ用私たちについて - コンテンツ（768px以上） */

.about-header {
    padding: 0 0 64px;
}

.about-label {
    font-size: 14px;
    margin-bottom: 24px;
}

.about-title {
    font-size: 56px;
    line-height: 1.2;
}

.about-card {
    padding: 48px 56px;
    gap: 24px;
}

.about-card-with-image {
    flex-direction: row;
    align-items: center;
    gap: 56px;
    max-width: 1000px;
    margin: 0 auto;
}

.about-image-wrapper {
    width: 200px;
    height: 200px;
    margin: 0;
}

.about-text-content {
    gap: 24px;
    flex: 1;
}

