.pack_list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}
.pact_item{
    display: grid;
    grid-template-rows: 1fr 4px 65px 0px 50px;
    justify-content: center;
}
.pact_item > a{
    display: flex;
    height: 200px;
    background-size: cover;
    background-position: 50% 50%;
}
.pact_item > p {text-align: center; padding: 4px 0;}
/*.pact_item > a > img{}*/
.pack_name{
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pack_name a{
    color: black;
    text-decoration: none;
}
.pack_btn{
    text-align: center;
}
.pack_price{
    text-align: center;
}