.pack_content {
    background-color: #c7d7e4;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    padding: 30px;
    border-radius: 20px;
    transition: all 0.35s ease 0s;
    margin-top: 30px;
    /*height: 121px;*/
}
.boxs {
    width: 100%;
    display: block;
    float: left;
    box-shadow: 0px 0px 20.24px 1.76px rgba(0, 0, 0, 0.04), 0px 0px 21.6128px 0.3872px rgba(0, 0, 0, 0.02), 0px 0px 5.94px 0.06px rgba(0, 0, 0, 0.01);
}
.pack_content:hover {
    background: #565656;
    transform: scale(1.1);
    color: #fff;
    transition: all 0.35s ease 0s;
}
.newwidth {
    padding: 2% 4%;
}
.date {
   min-width: 60px;
    height: 36px;
    background: #4fc0aa;
    text-align: center;
    font-size: 23px;
    line-height: 34px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
}
.year {
    padding: 5px 9px 5px 17px;
    background: #4fc0aa;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    margin: 4px 0 0 -7px;
    border-left: 1px solid #fff;
}
.datebox {
    margin: -47px 0 15px;
}
.navi-pill {
    padding: 7px 56px 50px 35px;
}
.year-tab {
    margin-left: 14px;
    margin-top: 10px;
    background: gray;
}
.years {
    color: white;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #ea2c58 !important;
}
.align-image {
    text-align: center;
}
.release {
    padding: 10px;
}
