#packing {
    margin: 100px auto;
    position: relative;
    max-width: 1200px;
    width: 90%;
}

.packing-section h1 {
    margin: auto;
    font-weight: 600;
}


.second-text {
    margin: 30px 0;
    color: var(--color-mosgreen);
    font-size: 3rem;
    text-align: center;
}

.packing-status {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 10px 0;
    flex: 1 1 auto;
}

.packing-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.packing-image img {
    margin: 20px 0;
    height: 100%;
    display: block;
    object-fit: cover;
    overflow: hidden;
}

th,
td {
    border: 1px solid var(--color-black);
    padding: 10px 20px;
}

th {
    text-align: center;
    background-color: var(--color-lightgreen);
}

.column-box {
    display: flex;
    margin-top: 50px;
}

.column-box img {
    object-fit: contain;
    object-position: 0% 20%;
    width: 45%;
}

.column-text-box {
    margin: 20px;
}

.column-text-box h3 {
    margin-top:  0;
    padding-bottom: 5px;
    border-bottom: 5px double var(--color-green);
}

.column-text-box img {
    width: 100%;
}

.hikidasi {
    display: block;
    height: 300px;
}

.hikidasi img {
    margin-top: 10px;
    object-position: 50% 0;
    height: 100%;
}


.packing-btn {
    display: flex;
}

.packing-btn a {
    display: block;
    margin: 0 auto;
}


@media(max-width: 1024px) {

.packing-status {
    flex-direction: column;
}


}



