.commonFrame {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1096px;
    gap: 40px;
    padding: 40px 40px;
    background-color: #ffffff;
    border-radius: 20px;
    flex-grow: 1;
}

.commonFrame_header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 24px;
}