.info_container {
    margin-bottom: 30px;
}

.divide_line_area {
    margin-bottom: 20px;
}

.flyer_container {
    padding-bottom: 20px;
}

.flyer_container .flyer_list .flyer_item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.flyer_container .flyer_list .flyer_item:not(:last-of-type) {
    margin-bottom: 20px;
}

.flyer_container .flyer_list .flyer_item img {
    height: 100%;
    object-fit: cover;
}