.icon-container {
    text-align: center;
}

.assemm-card-container-row {
    display: flex;
    align-items: center; /* 縦方向の位置を揃える */
}

.assemm-card-container {
    display: flex;
    justify-content: center; /* 画像を中央に配置 */
    align-items: center; /* 画像の高さを揃える */
}

.assemm-card {
    width: 100%;
}
.assemm-obi-container {
    text-align: center;
}
.assemm-obi {
    width: 60%;
    margin-bottom: 20px;
}
.assemm-package-container {
    text-align: center;
}
.assemm-package {
    width: 100%;
}
.description{
    margin-bottom: 50px;
}
.description > p{
    font-size: 0.8em;
}
@media screen and (max-width: 480px){
    .description{
        margin-top:20px;
    }
    .description > p{
        font-size: 1.0em;
    }
}
