.cardBox #g_box .cardBox-ctr .cardBox-cont {
overflow: visible;
}
.label_box {

}
.label_mini {
position: absolute;
top: 0;
left: 50%;
display: block;
border: 1px solid #e5e5e5;
background-color: #ffffff;
padding: 5px 20px;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;
white-space: nowrap;
}
.plan_link_position {
position: absolute;
bottom: 27%;
left: 50%;
transform: translateX(-50%);
width:400px !important;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
.plan_link_position .txtSize-base {
bottom: 30%;
font-size: 3.5vw!important;
}

