:root {
  --dark-green: #476167;
  --button-pink: #e85e9e;
  --white: #fff;
}

.home-hero_layout {
  grid-column-gap: 2.5em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.c_button_icon {
  flex: none;
  width: 1em;
}

.home-hero_p {
  margin-bottom: 1.8em;
}

.c_button_layout {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.c_button_link {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 100vw;
  padding: .7em 1.8em;
}

.text-size-h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  line-height: 1;
}

.text-size-h1.is-home-hero {
  max-width: 8.8em;
  margin-bottom: .3em;
}

.text-size-h1.is-home-cta {
  max-width: 14em;
  margin-bottom: .5em;
  margin-left: auto;
  margin-right: auto;
}

.home-hero_content-wrap {
  max-width: 31em;
}

.page-padding {
  padding: 2em 8% 40px;
}

.page-padding.is-home-hero {
  padding-top: 40px;
}

.container {
  width: 100%;
  max-width: 105em;
  margin-left: auto;
  margin-right: auto;
}

.home-hero_img {
  border-radius: .8em;
  width: 100%;
}

.home-cta_layout {
  text-align: center;
  background-color: #34d0a8;
  border-radius: 1.5em;
  padding: 20px ;
}

.heading-contact {
  text-align: center;
  font-family: Roboto, sans-serif;
}

.paragraph {
  text-align: center;
  margin-bottom: 50px;
}

.div-block-contact {
  background-color: #476167;
  border-radius: 15px;
  height: 250px;
  min-height: 250px;
  padding: 10px 20px;
}

.div-block-2, .div-block-3 {
  background-color: var(--dark-green);
}

.heading-2-contact {
  color: #ecfef6;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.contact-email {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.paragraph-2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
}

.image {
  margin-right: 10px;
}

.columns {
  margin-bottom: 20px;
}

.start-my-business-button {
  background-color: var(--button-pink);
  color: var(--white);
  border: 3px #ec2d2d;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.start-my-business-button:hover {
  color: #fff;
  background-color: #34d0a8;
  border-color: #34d0a8;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.code {
  color: #476167;
  font-family: Roboto, sans-serif;
}

.feature-grid-2 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-bottom: 30px;
}

.feature-wrap-2 {
  align-items: center;
  display: flex;
}

.button-2 {
  color: #ecfef6;
  background-color: #e85e9e;
  border: 3px #ec2d2d;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.button-2:hover {
  color: #fff;
  background-color: #34d0a8;
  border-color: #34d0a8;
}

.bold-text-21 {
  color: #333;
}

.check-svg {
  align-self: flex-start;
  margin-right: 12px;
}

.ix-shadow {
  z-index: -1;
  background-color: #009a911f;
  border-radius: 12px;
  position: absolute;
  inset: 0%;
  box-shadow: 1px 1px 10px #009a9133;
}

.relative {
  position: relative;
}

.payment-terms {
  font-size: 12px;
}

.card-container {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #e4dcdc96;
  border-radius: 12px;
  flex-direction: column;
  padding: 30px 24px 24px;
  display: flex;
  position: relative;
}

.pricing-features {
  color: #000;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
}

.pricing-description-copy {
  color: #6c8185;
  margin-bottom: 30px;
  font-weight: 400;
}

.price {
  color: #5ec2a7;
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1;
}

.detail-2 {
  color: #333;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.pricing-option {
  color: #333;
  text-align: left;
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6em;
}

@media screen and (min-width: 1280px) {
  .start-my-business-button {
    background-color: #e85e9e;
    font-size: 18px;
    font-weight: 700;
  }

  .start-my-business-button:hover {
    background-color: #5ec2a7;
  }

  .feature-grid-2 {
    grid-template-rows: auto auto auto;
  }

  .feature-wrap-2 {
    text-align: justify;
    justify-content: flex-start;
    align-items: center;
  }

  .button-2 {
    background-color: #e85e9e;
    font-size: 18px;
    font-weight: 700;
  }

  .button-2:hover {
    background-color: #5ec2a7;
  }

  .card-container {
    border: 1px solid #e4dcdc96;
    height: 600.84px;
    padding-top: 20px;
  }

  .pricing-features {
    color: #000;
  }

  .pricing-description-copy {
    margin-bottom: 20px;
  }

  .price {
    color: #34d0a8;
  }

  .detail-2 {
    text-align: left;
    font-size: 16px;
  }

  .pricing-option {
    color: #333;
    font-weight: 700;
  }
}

@media screen and (min-width: 1920px) {
  .price {
    color: #34d0a8;
  }
}

@media screen and (max-width: 991px) {
  .home-hero_layout {
    grid-template-columns: 1fr;
  }

  .div-block-contact {
    height: 200px;
    min-height: 200px;
    margin-bottom: 10px;
  }

  .heading-2-contact {
    font-weight: 400;
  }

  .columns {
    display: block;
  }

  .ix-shadow {
    width: 100%;
    max-width: 100%;
  }

  .relative {
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .anim8_slide-from-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
    display: flex;
  }

  .card-container {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .pricing-description-copy {
    text-align: center;
    font-size: 16px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .text-size-h1 {
    font-size: 2.5em;
  }

  .heading-2-contact {
    font-size: 28px;
  }

  .image {
    max-width: 80%;
  }

  .start-my-business-button, .button-2 {
    font-weight: 700;
  }

  .anim8_slide-from-left {
    display: block;
  }

  .price {
    color: #34d0a8;
  }
}

@media screen and (max-width: 479px) {
  .text-size-h1.is-home-cta {
    font-size: 30px;
  }

  .paragraph {
    font-size: 12px;
  }

  .heading-2-contact {
    font-size: 24px;
  }

  .anim8_slide-from-left {
    width: 100%;
    margin-bottom: 10px;
  }

  .price {
    color: #34d0a8;
  }
}


