.about-cakes__card-btn.button-flatbread {
    position: absolute;
}
.about-cakes__cards {
    width: calc(100% + ((100vw - 100%) / 2));
    overflow-x: auto;
    display: flex;
    padding-right: calc((100vw - 100%) / 2);
}