#price-plan-content2 {
  width: 100%;
  background-color: #0bb1d3;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1280px) {
  #price-plan-content2 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 0px;
  }
}

/* ------------------------------------------------------------------- */
#price-plan-content2 > .row {
  padding: 24px 16px 0px 16px;
}
@media (min-width: 768px) {
  #price-plan-content2 > .row {
    min-width: 400px;
    padding: 24px 0 0 0;
  }
}
@media (min-width: 1280px) {
  #price-plan-content2 > .row {
    margin: 32px;
    padding: 0;

    min-width: auto;
  }
}

#price-plan-content2 > .row:nth-of-type(1) .info-card {
  margin-left: auto;
  margin-right: auto;
  width: 238px;
  background-color: rgba(61, 100, 144, 0.3);
  border-radius: 16px;
  position: relative;
  left: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 20px;
  padding: 27px 23px;
}
@media (min-width: 350px) {
  #price-plan-content2 > .row:nth-of-type(1) .info-card {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  #price-plan-content2 > .row:nth-of-type(1) .info-card {
    width: 272px;
  }
}
@media (min-width: 1280px) {
  #price-plan-content2 > .row:nth-of-type(1) .info-card {
    left: 0;
    padding: 40px 23px 27px 23px;
    font-size: 28px;
  }
}
/* ----------------------------- */

#price-plan-content2 > .row:nth-of-type(1) .info-card img {
  width: 40px;
  position: absolute;
  top: calc(50% - 46px);
  left: -20px;
}
@media (min-width: 350px) {
  #price-plan-content2 > .row:nth-of-type(1) .info-card img {
    width: 50px;
    left: -40px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  }
}
@media (min-width: 768px) {
  #price-plan-content2 > .row:nth-of-type(1) .info-card img {
    width: 70px;
    left: -49px;
    top: calc(50% - 65px);
  }
}
@media (min-width: 1280px) {
  #price-plan-content2 > .row:nth-of-type(1) .info-card img {
    left: calc(50% - 35px);
    top: -100px;
  }
}

/* ----------------------------- */

#price-plan-content2 > .row:nth-of-type(1) .info-card h3 {
  font-size: 18px;
  font-weight: normal;
}
#price-plan-content2 > .row:nth-of-type(1) .info-card span {
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 1280px) {
  #price-plan-content2 > .row:nth-of-type(1) .info-card h3 {
    font-size: 22px;
  }
  #price-plan-content2 > .row:nth-of-type(1) .info-card span {
    font-size: 16px;
  }
}
.high-light {
  position: relative;
}
.high-light:before {
  content: "";
  position: absolute;
  left: -10%;
  height: 24px;
  width: 120%;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 999px;
}
/* ----------------------------- */

#price-plan-content2 > .row:nth-of-type(2) .info-card {
  width: 100%;
  border-radius: 16px;
  background-color: rgba(61, 100, 144, 0.5);
  padding-top: 9px;

  color: #fff;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #price-plan-content2 > .row:nth-of-type(2) .info-card {
    padding-top: 24px;
    padding-left: 36px;
    padding-right: 36px;
    font-size: 16px;
  }
}
/* ----------------------------- */

#price-plan-content2 > .row:nth-of-type(2) .info-card .row {
  padding-top: 0;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  #price-plan-content2 > .row:nth-of-type(2) .info-card .row {
    margin-bottom: 36px;
  }
}
/* ----------------------------- */

#price-plan-content2 > .row:nth-of-type(2) .info-card .title {
  margin-left: 16px;
  font-weight: bold;
}
@media (min-width: 768px) {
  #price-plan-con-content2 > .row:nth-of-type(2) .info-card .title {
    margin-left: 36px;
  }
}
/* ----------------------------- */

#price-plan-content2 > .row:nth-of-type(2) .info-card ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: 16px;
  margin-right: 16px;
}
/* ----------------------------- */

#price-plan-content2 .seekers-bounce {
  animation: bounce; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 1s; /* don't forget to set a duration! */
}

/* ----------------------------- */

@keyframes bounce {
  0%,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
