main {
    margin-top: 56px !important;
}

main h3 {
    margin-bottom: 12px;
    font-size: 30px;
}

main h3.center {
    margin-bottom: 12px;
}

main .big-box {
    margin: 24px auto 58px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.all_list {
    background-color: #fff5ed;
    padding: 48px 0 56px;
}

.all_big-box.big-box.center {
    flex-wrap: nowrap;
}

.all_left_big_box {
    position: sticky;
    top: 50px;
    margin-bottom: auto;
}

.all_right_big_box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

main .big-box:last-child {
    margin-bottom: 0 !important;
}

@media screen and (min-width:770px) {
    .all_big-box>* {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width:769px) {

    main .big-box {
        gap: 20px 10px;
        padding: 0 5px;
    }

    .all_big-box.big-box.center {
        flex-direction: column;
    }
}