.pricing-header-web-image {
  height: 70px;
}

.plans-grid {
  grid-template-columns: 1fr 1.1fr 1fr;
  gap: 18px;
  display: grid;
  margin: 0 auto;
}

.grid-plan-item {
  border-radius: 30px;
  border: 1px solid #eaebef;
  overflow: hidden;
  background-color: #fff;
  padding-top: 6px;
  display: flex;
  flex-flow: column;
}

.plan-image-layout {
  padding-left: 6px;
  padding-right: 6px;
}

.plan-info {
  background-color: rgba(52, 64, 102, 0.05);
  padding: 6px !important;
  width: 100%;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-top: auto;
}

.grid-plan-item:nth-child(2) {
  border: 3px solid #d8be9a;
  height: 105%;
}

.grid-article-img {
  width: 100%;
  height: 174px;
  padding: 3px;
  border-radius: 24px 24px 12px 12px;
  position: relative;
}

.plan-title {
  position: absolute;
  height: 174px;
  align-items: start;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 15px;
  color: #000;
}

.plan-title h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700!;
  font-size: 24px;
}

.plan-title p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px !important;
}

.grid-article-img::after {
  content: "";
  background: #f5efe6;
  border-radius: 24px 24px 12px 12px;
  position: absolute;
  padding: 3px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.grid-article-img > * {
  z-index: 10;
}

.plan-details {
  flex-direction: column;
  top: 60px;
  right: 0;
  background-color: #fff;
  width: 100%;
}

.plan-detail {
  display: flex;
  gap: 8.5px;
  font-family: "Lato", sans-serif;
  border-bottom: 1px solid rgba(52, 64, 102, 0.35);
  padding: 18px 0px;
}

.plan-detail span {
  font-size: 22px;
}

.plan-detail p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 18px;
}

.plan-not-contain {
  font-weight: 500 !important;
  color: rgba(92, 46, 46, 0.9) !important;
}

.complete-plan {
  font-weight: 500 !important;
  color: rgba(52, 64, 102, 1) !important;
}

.plan-content {
  padding: 10px 20px;
}

.plan-price {
  font-family: "Lato", sans-serif;
  font-size: 34px;
  font-weight: 500;
  text-align: left;
  color: black;
  line-height: 38px !important;
}

.discouted-plan-price {
  font-family: "Lato", sans-serif;
  font-size: 34px;
  font-weight: 500;
  text-align: left;
  color: black;
  line-height: 38px !important;
}

.plan-payment-description {
  font-family: "Lato", sans-serif;
  font-size: 14px !important;
  line-height: 14px !important;
  font-weight: 500;
  text-align: left;
  color: rgba(52, 64, 102, 0.8);
}

.btn-plan {
  margin-top: 20px;
  background-color: #d8be9a;
  color: #000;
  margin-bottom: 25px;
  height: 45px;
  font-size: 15px;
  font-family: "Lato", sans-serif;
}

.ls-plans-container {
  background-position: 0 0;
  background-size: auto;
  padding-bottom: 100px;
  padding-top: 0px;
  width: 100%;
}

.ls-header-container {
  padding-bottom: 10px !important;
}

.spacer {
  height: 50px;
}

.header-image {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.plan-description {
  line-height: 22px;
  width: 60%;
}

.buy-container {
  display: flex;
  gap: 18px;
  align-items: center;
  text-align: center;
  margin-top: 25px;
}

.plan-benefit {
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 1100px) {
  .plans-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .spacer {
    height: 35px;
  }
  .grid-plan-item:nth-child(2) {
    height: 100%;
  }
  .grid-plan-item:nth-child(1) {
    order: 2;
  }
  .grid-plan-item:nth-child(2) {
    order: 1;
  }
  .grid-plan-item:nth-child(3) {
    order: 3;
  }
  .ls-header-container {
    padding-bottom: 0px !important;
  }
  .plan-info {
    font-size: 14px;
  }
  .plan-benefit {
    margin-bottom: 50px;
  }
}

@media (max-width: 900px) {
  .header-image {
    height: 90%;
    margin-top: 1.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .plans-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .spacer {
    height: 35px;
  }
  .ls-plans-container {
    padding-bottom: 50px;
    padding-top: 10px;
  }
  .plan-title {
    height: 174px;
  }

  .plan-title h2 {
    font-family: "Lato", sans-serif;
    font-size: 20px;
  }
  .plan-title p {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
  }
  .plan-price {
    margin-top: 10px;
    font-size: 28px;
    line-height: 24px !important;
  }
  .discouted-plan-price {
    margin-top: 10px;
    font-size: 28px;
    line-height: 24px !important;
  }
  .plan-payment-description {
    font-size: 13px;
  }
}

@media (max-width: 800px) {
  .plan-description {
    width: 100%;
  }
  .plan-benefit {
    margin-bottom: 30px;
  }
}

@media (max-width: 700px) {
  .buy-container {
    left: 1;
    flex-direction: column-reverse;
    align-items: start;
    text-align: center;
    gap: 11px;
  }
  .buy-container button {
    width: 100%;
  }
}
