.weight {
    margin-left: 25px;
    margin-right: 25px;
}
.weight-title {
    width: 100%;
}
.weight-title h2 {
    text-align: center;
}
.weight-text {
}
    
.catalogs {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: 25px;
}
.packaged {
    width: 320px;
    height: 400px;
    background: #FFFFFF;
    box-shadow: 0px 20px 41px rgba(124, 99, 48, 0.2);
    border-radius: 50px;
    margin-top: 25px;
    margin-right:15px;
    margin-left:15px;
}

.image {
    width: 100%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width:150px;
    height: 225px;
}

.image img {
    width: 150px;
    height: 220px;
    object-fit: cover;
}

.title {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    height: 75px;
}

.title1 {
    font-size: 14px;
    width: 100%;
}
.title2 {
    font-size: 24px;
    font-weight: bold;
    width: 100%;
}
.title3 {
    font-size: 16px;
    width: 100%;
}

.line {
    width: 100%;
    height:45px;
}

.line a {
    color:#1C110A;
}

.line-button {
    float: right;
    width: 180px;
    background-color: #E9B44C;
    border-radius: 45px 0px 45px 0px;
    line-height: 45px;
    text-align: center;
}

.line-button span {
    font-size: 18px;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    color:#1C110A;
}