.product-card {
  z-index: 2;
  position: relative;
  background: linear-gradient(180deg, #FFFFFF 0%, #F5F8FF 100%);
  box-shadow: 0px -16px 44px -10px rgba(225, 233, 242, 0.62);
  border-radius: 20px;
  padding: 24px;
}
.product-card .title {
  font-family: "gilory-bold";
  font-size: 24px;
  line-height: 122%;
  /* or 37px */
  letter-spacing: -0.02em;
  color: #242424;
  font-weight: 400;
}
.product-card .price {
  font-family: "gilory-bold";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 158.9%;
  padding: 0px 0px;
  color: #242424;
}
.product-card .price .text-h4-c {
  font-size: 45px;
}
.product-card .price .month {
  font-weight: 700;
  font-size: 16px;
}
.product-card .feature-wrap {
  display: flex;
  margin: 10px 0px 0px 0px;
}
.product-card .feature {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 158.9%;
  /* or 25px */
  color: #242424;
  margin-left: 10px;
}
.product-card .feature.device {
  font-weight: 500;
}
.product-card .feature-item {
  font-size: 14px;
  font-weight: 500;
}
.product-card .detail a {
  font-weight: 700;
  font-size: 13px;
  line-height: 28px;
  /* identical to box height, or 215% */
  text-transform: uppercase;
  color: #3D92DF;
}
.dsec-price-block {
  height: 35%;
}
.feature-block {
  padding: 4px 8px 2px;
  gap: 10px;
  padding: 4px 8px;
  height: 26px;
  background: #FF7157;
  border-radius: 4px;
  font-family: "gilory-bold";
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.select-plan-button {
  font-size: 17px;
  width: 100%;
}
.select-plan-button.fr {
  font-size: 14px;
}
@media (max-width: 600px) {
.product-card {
    padding: 30px 10px;
}
.product-card .v-btn {
    font-size: 14px;
}
.product-card .feature {
    margin-left: 5px;
    font-size: 1rem;
}
.product-card .price .text-h4-c {
    font-size: 35px;
}
.product-card .detail a {
    font-size: 12px;
}
.dsec-price-block {
    height: 35%;
}
.feature-wrap {
    width: 50%;
}
.feature-wrap.device {
    width: 100%;
}
.select-plan-button {
    font-size: 13px;
    width: 60%;
}
.select-plan-button.fr {
    font-size: 13px;
}
}