.section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  background-image: url('../images/Agent-Referral.png');
  background-position: 50%;
  background-size: 100% 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  height: 500px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: grid;
}

.body {
  background-color: #f5f7fa;
}

.heading-1 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 2.8rem;
  line-height: 1.5;
}

.paragraph {
  color: #6b7280;
  text-align: left;
  margin-bottom: 20px;
  font-size: 16px;
}

.s3_button {
  vertical-align: baseline;
  background-color: #6aa84f;
  border-radius: 8px;
  width: 250px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.image {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
}

.div-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: wrap-reverse;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.text-block {
  font-weight: 700;
  line-height: 1.5;
}

.s2_text-block {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

.text-span {
  color: #6aa84f;
}

.section3 {
  text-align: center;
  background-image: url('../images/Desktop-Blue-BG.png');
  background-position: 0 0;
  background-size: 100% 100%;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-2 {
  margin-top: 0;
  font-size: 2.5em;
}

.div-block-2 {
  background-color: #f5f7fa;
  border-radius: 20px;
  margin-top: 24px;
  padding: 20px;
  display: inline-block;
  box-shadow: 0 2px 5px 2px #0003;
}

.calc-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.calc-box {
  border: 1px solid #ddd;
  border-radius: 8px;
  min-width: 120px;
  padding: 10px 15px;
}

.earnings_value {
  color: #6aa84f;
  margin-top: 20px;
  font-size: 2rem;
  font-weight: 700;
}

.div-block-3 {
  vertical-align: baseline;
  margin-top: 20px;
  display: inline-block;
}

.s1_button {
  vertical-align: baseline;
  background-color: #6aa84f;
  border-radius: 8px;
  width: 290px;
  padding: 12px 20px;
  font-weight: 700;
  display: block;
}

.paragraph-2 {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 12px;
}

.section-2 {
  width: 1200px;
}

.section-4 {
  text-align: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
}

.steps {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.s4_steps-div {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 5px 1px #0003;
}

.h3 {
  font-size: 1.17em;
}

.section-5 {
  text-align: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 60px;
}

.div-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-3 {
  color: green;
  text-align: left;
  margin-top: 0;
  font-size: 1.5em;
}

.list {
  text-align: left;
  padding-left: 10px;
  list-style-type: none;
}

.list-item {
  margin-bottom: 10px;
  font-size: 15px;
}

.list-item-2 {
  margin-bottom: 10px;
}

.list-item-3 {
  margin-bottom: 10px;
  font-size: 15px;
}

.s5_div-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
  box-shadow: 0 2px 5px 1px #0003;
}

.image-2 {
  vertical-align: middle;
  border-radius: 95px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-6 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  background-color: #0f2a44;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.heading-4 {
  color: #fff;
  font-size: 1.5em;
}

.paragraph-3 {
  color: #fff;
  font-size: 16px;
}

.s6_button {
  vertical-align: baseline;
  background-color: #6aa84f;
  border-radius: 8px;
  width: 290px;
  padding: 12px 20px;
  font-weight: 700;
  display: inline-block;
}

.div-block-5 {
  padding-left: 20px;
}

.section-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  background-image: url('../images/Agent-Referral.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  grid-template: "Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  place-items: stretch stretch;
  max-width: 1200px;
  height: 500px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.list-item-4 {
  margin-bottom: 10px;
  font-size: 15px;
}

.link {
  color: green;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.s5_div-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  box-shadow: 0 2px 5px 1px #0003;
}

.result-copy {
  color: #6aa84f;
  margin-top: 20px;
  font-size: 2rem;
  font-weight: 700;
}

.text-span-2 {
  color: #333;
}

.bold-text-2 {
  font-size: 15px;
}

.section3-copy {
  text-align: center;
  background-image: url('../images/Desktop-Blue-BG.png');
  background-position: 0 0;
  background-size: 100% 100%;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-2-copy {
  margin-top: 0;
  font-size: 1.5em;
}

.div-block-2-copy {
  background-color: #fff;
  border-radius: 12px;
  margin-top: 25px;
  padding: 25px;
}

.calc-row-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-3-copy {
  vertical-align: baseline;
  margin-top: 20px;
  display: inline-block;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  background-color: #fff;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 0;
}

.team-slide-wrapper {
  width: 21%;
  margin: 10px;
}

.team-block {
  background-color: #fff;
  border-radius: 20px;
  padding-top: 24px;
  padding-bottom: 24px;
  box-shadow: 0 2px 5px 2px #0003;
}

.team-member-image-two {
  background-color: brown;
  margin-bottom: 18px;
}

.team-block-info {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  align-self: center;
  margin-bottom: 12px;
  font-size: 35px;
  font-weight: 600;
}

.team-member-text {
  text-align: center;
  align-self: center;
  margin-bottom: 10px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.number {
  color: #fff;
  background-color: #c18356;
  border-radius: 23px;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 35px;
  font-weight: 600;
}

.rank {
  align-self: center;
  margin-top: 10px;
  margin-bottom: 12px;
  font-size: 35px;
  font-weight: 600;
}

.number-2 {
  color: #fff;
  background-color: #b1b2b6;
  border-radius: 23px;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 35px;
  font-weight: 600;
}

.number-3 {
  color: #fff;
  background-color: #cfa945;
  border-radius: 23px;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 35px;
  font-weight: 600;
}

.number-4 {
  color: #fff;
  background-color: #091c3a;
  border-radius: 23px;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 35px;
  font-weight: 600;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.div-block-7 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  overflow-wrap: normal;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.tier_card {
  cursor: pointer;
  width: 21%;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 14px 16px;
  transition: all .2s;
}

.tier_card:hover {
  aspect-ratio: auto;
  overflow-wrap: normal;
  border-color: #6aa84f;
}

.tier_card:active {
  border-width: 1px;
  transform: scale3d(1.05, 1.05, 1.05);
  box-shadow: 0 2px 5px 4px #6aa84f;
}

.tier_card.is-active {
  background-color: #c8e19d;
}

.text-block-3 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
}

.text-block-4 {
  font-size: 12px;
  font-style: italic;
}

.link-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: green;
  vertical-align: baseline;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 10px;
  padding-right: 0;
  display: flex;
}

.italic-text {
  padding-right: 0;
}

@media screen and (max-width: 991px) {
  .section {
    background-position: 100%;
    background-size: cover;
    max-width: 100%;
    height: 300px;
    max-height: none;
    padding: 40px 20px;
  }

  .heading-1 {
    font-size: 2.2rem;
    line-height: 1.2;
  }

  .s2_text-block {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.4rem;
  }

  .section3 {
    width: auto;
    max-width: 100%;
  }

  .section-4 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-5 {
    width: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .s5_div-block-2 {
    grid-column-gap: 10px;
    grid-template-columns: .5fr 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-2 {
    border-radius: 80px;
    max-width: 91%;
    margin-left: 0;
    margin-right: 0;
  }

  .section-copy {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .s5_div-block-3 {
    grid-column-gap: 10px;
    grid-template-columns: .5fr 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section3-copy {
    width: auto;
    max-width: 100%;
  }

  .container-2 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .container-3 {
    max-width: 728px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .rank {
    font-size: 30px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .tier_card, .tier_card.is-active {
    width: 23%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    height: 310px;
    margin-bottom: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-1 {
    font-size: 2rem;
    line-height: 1;
  }

  .s2_text-block {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.1rem;
    line-height: 1.5;
  }

  .section3, .section-4, .section-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .result-copy {
    text-align: center;
    font-size: 1.8rem;
  }

  .section3-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .team-slider, .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .rank {
    font-size: 23px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .section {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    height: 222px;
    margin-bottom: 260px;
    padding-top: 220px;
  }

  .heading-1 {
    text-align: left;
    margin-top: 40px;
  }

  .div-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 30px;
  }

  .s2_text-block {
    font-size: 1.4rem;
  }

  .calc-row {
    flex-flow: column;
  }

  .s1_button {
    display: inline-block;
  }

  .steps {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-5 {
    padding-top: 20px;
  }

  .div-block-4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-3 {
    text-align: center;
    font-size: 1.8em;
  }

  .list-item {
    font-size: 16px;
  }

  .list-item-2, .list-item-3 {
    font-size: 14px;
  }

  .div-block-5 {
    padding-left: 0;
  }

  .section-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .list-item-4, .bold-text, .bold-text-2 {
    font-size: 16px;
  }

  .calc-row-copy {
    flex-flow: column;
  }

  .container-2 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .container-3 {
    max-width: none;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .div-block-7 {
    flex-flow: column;
  }

  .tier_card, .tier_card.is-active {
    width: 70%;
  }

  .link-2 {
    justify-content: center;
    align-items: center;
  }

  .italic-text {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }
}


