.price {
  display: flex;
  justify-content: space-between;

  padding: 0px 92px;
}
.price-section {
  padding-top: 119px;
}
.price-card {
  text-align: center;
  width: 48%;
  background: #fff;
  border-radius: 60px;
  padding: 151px 80px 131px 80px;
}
.price-card-blue-image-container {
  position: absolute;
  top: -81px;
  right: 50%;
  transform: translate(50%);
}
.price-card-blue-image-bubble {
  position: absolute;
  right: 50%;
  transform: translate(50%);
}
.price-card.blue {
  background: linear-gradient(180deg, #63c4fa 0%, #91d7ff 100%);
  position: relative;
  padding: 105px 80px 65px 80px;
}
.price-check-item {
  display: flex;
  margin-bottom: 12px;
}
.get-started-button.price-button {
  width: 100%;
  background: #d7f3fe;
  color: #41576a;
  margin-top: 26px;
  height: 70px;
}
.price-card-title {
  font-weight: 800;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.04em;
}
.price-card-cost {
  font-weight: 800;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.04em;
}
.price-card-check-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin-left: 11px;
  text-align: left;
}
.price-check-list {
  align-self: flex-start;
}
.price-card-title.white {
  color: #42576a;
}
.price-card-title.blue {
  color: #ffffff;
}
.price-card-cost.white {
  margin-top: 7px;
  margin-bottom: 39px;
}
.price-card-cost.blue {
  color: #ffffff;
  font-size: 40px;
}
.price-card-check-text.blue {
  color: #fff;
}
.get-started-button.price-button.blue {
  background: #ffffff;
}
.price-card-cost.blue {
  margin-top: 2px;
  margin-bottom: 22px;
}
.price-card-cost-dollar {
  font-size: 22px;
  font-weight: 700;
  line-height: 26.4px;
  color: #ffffff;
}
.price-card-cost-month {
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  color: #ffffff;
}
.price-card-blue-image-wash {
  width: 138px;
  height: 170px;
}
@media all and (max-width: 1180px) and (max-height: 820px) and (orientation: landscape) {
  .price {
    padding: 0px 52px;
  }
  .price-card {
    padding: 91px 60px 71px 60px;
    width: 48%;
  }
  .price-card.blue {
    padding: 91px 60px 71px 60px;
  }
}
@media all and (max-width: 912px) and (max-height: 1368px) and (orientation: portrait) {
  .price {
    flex-direction: column;
    width: 100%;
  }
  .price-card {
    width: 100%;
    padding: 51px 60px 71px 60px;
  }
  .price-card.blue {
    margin-top: 119px;
    padding: 101px 60px 71px 60px;
  }
}
@media only screen and (max-width: 765px) {
  .price {
    padding: 0px 10px;
  }
  .price-card {
    width: 100%;
    padding: 36px 20px 23px 20px;
    border-radius: 40px;
  }
  .price-card.blue {
    margin-top: 47px;
    padding: 142px 20px 28px 20px;
  }
  .price-card-blue-image-wash {
    width: 126px;
    height: 154px;
  }
  .price-card-blue-image-container {
    top: -27px;
  }
  .price-card-blue-image-bubble {
    width: 355px;
    right: 65%;
    transform: translate(50%);
  }
  .price-section {
    padding-top: 30px;
  }
}
