.plan-card {
  box-sizing: border-box;
  width: 471px;
  height: 550px !important;
  background-color: #282828;
  border-radius: 20px;
  text-align: center;
  padding: 31px 26px;
  font-family: "Gilroy-Light ☞";
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  position: relative;
  padding-bottom: 120px;
}

.plan-card__title {
  font-size: 30px;
  font-family: "Gilroy-Bold ☞";
}

.plan-card__subtitle {
  font-size: 18px;
  color: #06f7af;
}

.plan-card__speed {
  font-size: 64px;
  color: #282828;
  font-family: "Gilroy-Bold ☞";
  text-shadow: 0px 0px 15px rgba(81, 255, 180, 0.3);
  -webkit-text-stroke: 1px #51ffb4;
}

.plan-card__devices {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -10px;
}

.plan-card__devices__item {
  font-size: 18px;
  white-space: nowrap;
}

.plan-card__devices__separator {
  position: relative;
  height: 18px;
  aspect-ratio: 1/1;
  margin: 0 10px;
}

.plan-card__price {
  font-size: 48px;
  text-shadow: 0 0 30px rgba(81, 255, 180, 0.6);
  color: #06f9b0;
  font-family: "Gilroy-Bold ☞";
}

.plan-card__price-subtitle {
  width: 380px;
  font-size: 15px;
}

.plan-card__benefits {
  display: flex;
  justify-content: space-between;
}

.plan-card__benefits__separator {
  font-size: 30px;
  margin-top: 18px;
  font-family: "Gilroy-Bold ☞";
}

.plan-card__benefits__item {
  font-family: "Gilroy-Bold ☞";
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  white-space: pre;
}

.plan-card__benefits__item__text {
  height: 28px;
  display: flex;
  align-items: center;
  line-height: 96.5%;
}

.plan-card__button {
  border: none;
  padding: 10px 65px;
  background-color: black;
  color: inherit;
  border-radius: 5.5px;
  border-radius: 220px;
  cursor: pointer;
  font-size: 22px;
  position: absolute;
  bottom: 29px;
}

.plan-card__button:hover {
  color: inherit;
  text-decoration: none;
}

.plan-card__button__bold {
  color: #51ffb4;
  font-family: "Gilroy-Bold ☞";
}

.plan-card__device-image {
  width: 138px;
  height: 180px;
  position: absolute;
  right: -50px;
  top: 125px;
  object-fit: contain;
  object-position: bottom;
  z-index: 1;
}

.plan-card__device-image--alt {
  top: 150px;
  right: -65px;
}

.plan-card__speed--big {
  font-size: 128px;
  height: 1em;
  margin-top: -42px;
  margin-bottom: -20px;
}

.plan-card__price-subtitle--margined {
  margin-top: 35px;
}

.plan-card__infinite-margin {
  margin-top: 20px;
  margin-bottom: 46px;
}

@media (max-width: 650px) {
  .plan-card__device-image {
    display: none;
  }
}

.swiper-wrapper {
  max-width: 95vw;
  flex-wrap: nowrap;
}

.swiper-slide {
  width: 471px !important;
}

@media (max-width: 470px) {
  .container {
    padding: 0 !important;
  }

  .plan-card__benefits {
    transform: scale(0.8);
  }

  .plan-card__devices__item {
    font-size: 0.8rem;
  }
}
