:root {
  --one: #ffcd54;
  --two: #6fbed0;
  --three: #f45d5f;
  --four: #06644c;
  --black: black;
  --peach-puff: #ffebd0;
  --white: #fff;
  --red: #ca0608;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
}

p {
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.pick-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #00545d;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 40px;
  display: none;
}

.pick-body {
  margin-left: auto;
  margin-right: auto;
}

.pick-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pick-content.one {
  background-color: var(--one);
  color: #000;
}

.pick-content.two {
  background-color: var(--two);
  color: #000;
}

.pick-content.three {
  background-color: var(--three);
}

.pick-content.four {
  background-color: var(--four);
}

.pick-content.three {
  background-color: #f45d5f;
  justify-content: space-around;
  width: 25%;
  padding: 10px;
}

.pick-content.one {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  background-color: #fdca1e;
  justify-content: space-around;
  width: 25%;
  max-width: 100%;
  padding: 10px;
}

.pick-content.four {
  background-color: #06644c;
  justify-content: space-around;
  width: 25%;
  padding: 10px;
}

.pick-content.two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  background-color: #6fbed0;
  justify-content: space-around;
  width: 25%;
  padding: 10px;
}

.pick-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-top: 40px;
  display: flex;
}

.image {
  width: 80px;
  height: 76px;
}

.text-block {
  color: var(--black);
  margin-top: 6px;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.text-block.peach-puff {
  color: var(--peach-puff);
}

.pick-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.top-content {
  width: 60%;
}

.top-contents {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.image-2 {
  width: 80px;
}

.paragraph {
  font-size: 16px;
  line-height: 1.2em;
}

.paragraph.w {
  font-weight: 500;
}

.cyrano-cotnet {
  color: #000;
  border-radius: 10px;
  width: 40%;
  padding: 10px;
}

.cyrano-cotnet.auto {
  background-color: var(--peach-puff);
  width: 40%;
  position: relative;
}

.tone-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--peach-puff);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.button {
  background-color: var(--peach-puff);
  color: #000;
  border-radius: 10px;
  padding: 12px 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: none;
}

.button.color {
  background-color: var(--one);
  background-color: #fdca1e;
}

.toon-btn-wraper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.body {
  background-color: var(--white);
  line-height: 140%;
}

.hero {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-wraper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 800;
  line-height: 100%;
}

.hero-p {
  color: var(--black);
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
}

.button-wraper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.primery-button {
  background-color: var(--red);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 8px;
  padding: 13px 18px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  box-shadow: 0 2px 5px #0003;
}

.primery-button:hover {
  transform: scale(1.05);
}

.primery-button.transparent {
  color: var(--black);
  background-color: #0000;
  border: 1px solid #a0a0a0;
  font-weight: 600;
}

.primery-button.comparison-btn {
  border: 1px solid var(--black);
  color: var(--black);
  background-color: #0000;
  font-weight: 700;
}

.heading-medium {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.small-text {
  color: var(--black);
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.damn-writing {
  padding-top: 100px;
  padding-bottom: 100px;
}

.feature-single-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 48%;
  padding: 24px 20px;
  display: flex;
}

.feature-single-card.border-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-right: 1px solid #80808059;
  justify-content: flex-start;
  align-items: center;
  width: 48%;
}

.feature-single-card.border-right.boder-bottom, .feature-single-card.boder-bottom {
  border-bottom: 1px solid #80808059;
  justify-content: flex-start;
  align-items: center;
  width: 48%;
}

.card-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
}

.card-heading.center {
  color: var(--black);
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
}

.body-p {
  color: var(--black);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}

.body-p.center {
  text-align: center;
  line-height: 120%;
}

.body-p.center.peach-puff {
  color: var(--peach-puff);
}

.body-p.small-p {
  font-size: 15px;
}

.body-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 120%;
}

.body-heading.center {
  text-align: center;
  font-size: 38px;
  line-height: 120%;
}

.body-heading.center.peach-puff {
  color: var(--peach-puff);
}

.feature-card-wraper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  display: flex;
}

.features-top {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-icon {
  object-fit: scale-down;
  width: 100px;
  height: 100px;
}

.damn-writter-button {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.button-bottom-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.feature-comparison {
  padding-top: 40px;
  padding-bottom: 60px;
}

.comparison-wraper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
}

.card-plans-comparison-box {
  text-align: center;
  background-color: #fff34f;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 287px;
  min-height: 95px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.card-plans-comparison-box.flex-col {
  background-color: #fff34f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.card-plans-comparison-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 100%;
}

.card-plans-comparison-grid.sticky {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  position: sticky;
}

.card {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 44px #14142b0a;
}

.card.plans-comparison {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #0000;
  flex-flow: column;
  align-self: stretch;
  padding-top: 16px;
  display: flex;
  box-shadow: 0 6px 12px #14142b0a;
}

.card-plans-comparison-row {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.card-plans-comparison-titles-wrapper {
  display: flex;
  overflow: hidden;
}

.check {
  width: 100%;
}

.check.card-plans-comparison-feature-check {
  width: 34px;
}

.div-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.yellow-bg {
  background-color: #ffe91d;
}

.comparison-btn-wraper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.writing-tone {
  color: #fff;
  background-color: #00545d;
  padding-top: 100px;
  padding-bottom: 100px;
}

.comming-soon {
  color: var(--four);
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}

.comming-soon.black {
  color: var(--black);
  font-size: 16px;
}

.t-list {
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.t-list.peach-puff {
  color: var(--peach-puff);
  font-size: 20px;
}

.tone-person-head {
  width: 80px;
}

.tone-card-img, .tone-card-img.w {
  width: 80px;
  height: auto;
}

.body-teal {
  background-color: #00545d;
}

.tone-head-heading {
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

.tone-head-heading.peach-puff {
  color: var(--peach-puff);
}

.legal-text {
  color: var(--black);
  font-size: 20px;
  font-weight: 700;
}

.information {
  cursor: pointer;
  width: 25px;
  position: absolute;
  inset: 1% 1% auto auto;
}

.modal {
  width: 100%;
  height: 100%;
  position: relative;
}

.close {
  cursor: pointer;
  width: 20px;
  position: absolute;
  inset: -2% -2% auto auto;
}

.modal-wraper {
  background-color: var(--peach-puff);
  border-radius: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0%;
}

.top-cotnet-left {
  color: #000;
  border-radius: 10px;
  width: 40%;
  padding: 10px;
}

.top-cotnet-left.auto {
  background-color: var(--peach-puff);
  width: 60%;
  position: relative;
}

.modal-1 {
  background-color: var(--peach-puff);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 5px;
  display: none;
  position: absolute;
  inset: 0%;
}

.modal-1-close {
  cursor: pointer;
  position: absolute;
  inset: 0% 0% auto auto;
}

.headn-in-i-btn {
  cursor: pointer;
  width: 25px;
  position: absolute;
  inset: -6% auto auto 0%;
}

@media screen and (max-width: 991px) {
  .pick-content.two {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .pick-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .cyrano-cotnet.auto {
    width: 60%;
  }

  .feature-single-card, .feature-single-card.border-right, .feature-single-card.border-right.boder-bottom, .feature-single-card.boder-bottom {
    width: 50%;
  }

  .feature-card-wraper {
    grid-template-columns: 1fr 1fr;
  }

  .card-plans-comparison-box {
    padding-left: 5px;
    padding-right: 5px;
  }

  .card-plans-comparison-grid {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: stretch;
  }

  .check {
    flex: 1;
  }

  .check.card-plans-comparison-feature-check {
    flex: 0 auto;
  }

  .writing-tone {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-family: Montserrat, sans-serif;
  }

  h1 {
    font-family: Montserrat, sans-serif;
    font-size: 37px;
    line-height: 1.2em;
  }

  h3 {
    margin-top: 0;
    font-size: 24px;
  }

  h4 {
    font-size: 21px;
    line-height: 1.2em;
  }

  p {
    font-size: 16px;
    line-height: 1.2em;
  }

  ul {
    padding-left: 20px;
  }

  .pick-section {
    color: #fff;
    background-color: #00545d;
    padding: 40px 20px;
  }

  .pick-content {
    text-align: center;
    border-radius: 7px;
  }

  .pick-content.one {
    background-color: var(--one);
    color: #000;
  }

  .pick-content.two {
    background-color: var(--two);
    color: #000;
  }

  .pick-content.three {
    background-color: #f45d5f;
  }

  .pick-content.one {
    color: #000;
    background-color: #ffcd54;
  }

  .pick-content.four {
    background-color: #06644c;
  }

  .pick-content.two {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #000;
    background-color: #6fbed0;
  }

  .pick-grid {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 30px;
    font-weight: 600;
    line-height: 1.2em;
  }

  .image {
    width: 80px;
    height: 66px;
    margin-bottom: 10px;
  }

  .text-block {
    font-size: 12px;
  }

  .pick-top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
    display: flex;
  }

  .top-content {
    width: 80%;
  }

  .top-contents {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .image-2 {
    width: 80px;
    height: 110px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 1.3em;
  }

  .cyrano-cotnet {
    color: #01505b;
    width: 30%;
    padding: 10px;
  }

  .cyrano-cotnet.auto {
    width: 80%;
    margin-top: 16px;
    padding: 12px 15px;
    display: inline-block;
  }

  .text-block-2 {
    font-size: 16px;
    line-height: 1.2em;
  }

  .hero {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-wraper {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .damn-writing {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .feature-single-card {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding: 16px;
  }

  .feature-single-card.border-right {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding: 10px;
  }

  .feature-single-card.border-right.boder-bottom, .feature-single-card.boder-bottom {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .card-heading.center {
    font-size: 20px;
  }

  .card-heading.less-h3 {
    font-size: 18px;
    line-height: 120%;
  }

  .body-p.center {
    font-size: 16px;
  }

  .body-heading {
    font-size: 38px;
  }

  .body-heading.center {
    font-size: 32px;
  }

  .feature-card-wraper {
    flex-flow: wrap;
    padding-top: 20px;
  }

  .features-top {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .feature-icon-wraper.card-one-image {
    position: relative;
    top: 28px;
  }

  .feature-icon {
    width: 80px;
    height: auto;
  }

  .feature-icon.big-icon {
    height: 80px;
  }

  .damn-writter-button {
    margin-top: 20px;
  }

  .feature-card-text.card-one-text {
    position: relative;
    top: 36px;
  }

  .card-plans-comparison-box {
    min-height: 90px;
    padding-left: 0;
    padding-right: 0;
  }

  .check {
    flex: 1;
  }

  .writing-tone {
    color: #fff;
    background-color: #00545d;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .comming-soon {
    font-size: 14px;
    line-height: 1.3em;
  }

  .t-list {
    font-size: 16px;
    line-height: 1.2em;
  }

  .tone-person-head {
    width: 80px;
    height: 110px;
  }

  .tone-card-img {
    width: 80px;
    height: 66px;
    margin-bottom: 10px;
  }

  .tone-card-img.w {
    height: 66px;
  }

  .top-cotnet-left {
    color: #01505b;
    width: 20%;
    padding: 10px;
  }

  .top-cotnet-left.auto {
    width: auto;
    margin-top: 16px;
    padding: 12px 60px 12px 15px;
    display: inline-block;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 0;
    font-size: 23px;
  }

  h3 {
    font-size: 14px;
    line-height: 1.2em;
  }

  h4 {
    font-size: 17px;
  }

  p {
    font-size: 14px;
    line-height: 1.3em;
  }

  ul {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    display: flex;
  }

  .pick-content {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .pick-content.three {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 5px 6px;
  }

  .pick-content.one {
    padding: 5px 6px;
  }

  .pick-content.four {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
    padding: 5px 6px;
  }

  .pick-content.two {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 5px 6px;
  }

  .pick-grid {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 14px;
  }

  .image {
    width: 43px;
    height: auto;
  }

  .image.w {
    width: 56px;
  }

  .text-block {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 9px;
  }

  .pick-top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 14px;
  }

  .top-content {
    width: 90%;
  }

  .top-contents {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    margin-bottom: 0;
  }

  .image-2 {
    width: 60px;
    height: 60px;
  }

  .paragraph {
    font-size: 12px;
  }

  .cyrano-cotnet {
    width: 10%;
    max-width: none;
  }

  .cyrano-cotnet.auto {
    width: 95%;
    margin-top: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .text-block-2 {
    font-size: 12px;
  }

  .tone-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 8px;
    padding-left: 10px;
  }

  .button {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 18px;
  }

  .button.color {
    padding: 11px 16px;
    font-size: 18px;
  }

  .toon-btn-wraper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 14px;
  }

  .hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-wraper {
    max-width: none;
    padding-left: 26px;
    padding-right: 0;
  }

  .hero-heading {
    font-size: 52px;
  }

  .button-wraper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .primery-button {
    padding: 12px 11px;
    font-size: 12px;
  }

  .primery-button.transparent {
    padding-left: 11px;
    padding-right: 11px;
  }

  .primery-button.comparison-btn {
    padding: 10px 13px;
  }

  .heading-medium {
    font-size: 19px;
  }

  .small-text {
    font-size: 11px;
  }

  .damn-writing {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .feature-single-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
    padding: 0 6px 5px;
  }

  .feature-single-card.border-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0 6px 5px;
  }

  .feature-single-card.border-right.boder-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0 6px 8px;
  }

  .feature-single-card.boder-bottom {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    padding: 0 6px 8px;
  }

  .card-heading.center {
    font-size: 14px;
  }

  .card-heading.center.h3-less-for-phn {
    font-size: 13px;
  }

  .card-heading.less-h3, .body-p.center {
    font-size: 11px;
  }

  .body-p.small-size {
    text-align: center;
    font-size: 15px;
  }

  .body-p.small-size.small-for-phn {
    font-size: 13px;
    line-height: 110%;
  }

  .body-p.small-p {
    text-align: center;
    font-size: 12px;
    line-height: 120%;
  }

  .body-heading {
    font-size: 27px;
  }

  .body-heading.center {
    font-size: 26px;
  }

  .body-heading.center.peach-puff {
    font-size: 24px;
  }

  .feature-card-wraper {
    padding-top: 16px;
  }

  .features-top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .feature-icon-wraper.card-one-image {
    top: 31px;
  }

  .damn-writter-button {
    margin-top: 14px;
  }

  .feature-card-text {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .feature-card-text.card-one-text {
    top: 37px;
  }

  .feature-comparison {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .card-plans-comparison-box {
    min-height: 74px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .card-plans-comparison-box.flex-col {
    padding-left: 1px;
    padding-right: 1px;
  }

  .card-plans-comparison-grid {
    flex: 1;
  }

  .card.plans-comparison {
    border-radius: 16px;
    padding-top: 10px;
  }

  .check {
    flex: 1;
  }

  .check.card-plans-comparison-feature-check {
    width: 27px;
    min-width: 27px;
    min-height: 27px;
    max-height: 27px;
  }

  .comparison-btn-wraper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-top: 16px;
  }

  .writing-tone {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .comming-soon {
    margin-bottom: 2px;
  }

  .comming-soon.black {
    margin-bottom: 1px;
    font-weight: 500;
    line-height: 1.2em;
  }

  .t-list {
    font-size: 12px;
  }

  .t-list.peach-puff {
    font-size: 15px;
  }

  .tone-person-head {
    width: 60px;
    height: 60px;
  }

  .tone-card-img {
    width: 43px;
    height: auto;
    margin-bottom: 6px;
  }

  .tone-card-img.w {
    width: 52px;
    height: auto;
  }

  .tone-head-heading.peach-puff {
    margin-bottom: 6px;
    font-size: 21px;
  }

  .legal-text {
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 19px;
    font-weight: 600;
  }

  .information {
    width: 22px;
  }

  .close {
    width: 18px;
    top: -5%;
    right: -4%;
  }

  .modal-wraper {
    padding: 6px 15px;
  }

  .top-cotnet-left {
    width: 10%;
    max-width: none;
  }

  .top-cotnet-left.auto {
    width: 100%;
    max-width: 185px;
    margin-top: 6px;
    padding: 6px 16px;
  }

  .modal-1-close {
    width: 18px;
    top: 1%;
    right: 1%;
  }

  .headn-in-i-btn {
    width: 22px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_6b4990d0-4f7a-31ee-57dc-a0343708bde1-ce47ceed {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e5a0d3af-59ff-9f9b-553b-6a0f0dde9d40-14f85d48, #w-node-b9b57101-f51d-2e56-080c-3ff0e0a33aea-a5b5902a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


