.pricing .tooltipicon {
  height: 28px;
  width: 26px;
  background-image: url(https://www.cookieyes.com/wp-content/themes/cookieyes-new/assets/images/pricing/info-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 10px;
  display: inline-block;
}

.hero-section {
  background: #f6f9fe;
}
.hero-section h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 60px;
  color: #27283c;
  margin-bottom: 20px;
}
.hero-section p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;

  color: #092c4c;
}

.cy-pricing .billing_currency_picker {
  max-width: 500px;
}
.cy-pricing .billing_currency_picker .button-group {
  border: 1px solid #3962ce;
  background: #fff;
  border-radius: 8px !important;
  display: inline-block;
}
.cy-pricing .billing_currency_picker .button-group button {
  border: none;
  padding: 6px 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #525363;
  border-radius: 7px !important;
  background: transparent;
}
.cy-pricing .billing_currency_picker .button-group button:focus {
  outline: none;
}
.cy-pricing .billing_currency_picker .button-group button.active {
  background: #3962ce;
  color: #fff;
  box-shadow: 3px 0px 7px rgba(16, 79, 182, 0.34);
  outline: none;
}
.cy-pricing .billing_currency_picker .button-group button[data-value="Anually"],
.cy-pricing
  .billing_currency_picker
  .button-group
  button[data-value="Annually"] {
  position: relative;
}
.cy-pricing
  .billing_currency_picker
  .button-group
  button[data-value="Anually"]:before,
.cy-pricing
  .billing_currency_picker
  .button-group
  button[data-value="Annually"]:before {
  top: -45px;
  content: attr(data-offertext);
  display: block;
  position: absolute;
  background: #1a7a4d;
  border-radius: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 13px;
  text-align: center;
  letter-spacing: -0.04em;
  padding: 6px;
  color: #ffffff;
  min-width: 140px;
  min-width: max-content;
  left: 50%;
  transform: translateX(-50%);
  max-height: 25px;
}
.cy-pricing
  .billing_currency_picker
  .button-group
  button[data-value="Anually"]:after,
.cy-pricing
  .billing_currency_picker
  .button-group
  button[data-value="Annually"]:after {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #1a7a4d;
  content: "";
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.cy-pricing .billing_currency_picker .currency_picker label {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-right: 10px;
  color: #27283c;
  margin-bottom: 0;
}
.select_currency {
  height: 100% !important;
}
.select_currency .select2-choice {
  background: #ffffff !important;
  border: 1px solid #1863dc !important;
  border-radius: 3px !important;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px !important;
  color: #1863dc !important;
  padding: 6px 16px !important;
  height: 100% !important;
}
.select_currency span.select2-arrow {
  border: none !important;
  background: #fff !important;
  right: 10px !important;
}
.select2-container .select2-choice .select2-arrow {
  background-image: url(https://www.cookieyes.com/wp-content/themes/cookieyes-new/assets/images/pricing/select2.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}
.select2-container .select2-choice .select2-arrow b {
  background-image: none !important;
  display: none !important;
}

.select2-drop-active {
  border-color: #1963dc !important;
}
.select2-results {
  padding: 0 !important;
  margin: 0 !important;
}
.select2-results .select2-result-label {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1863dc;
  padding: 6px 16px !important;
}
.select2-highlighted {
  background: #f6f9fe !important;
  color: #1863dc !important;
}
.plan-cards .card-header,
.plan-cards .card-footer,
.plan-cards .card-body {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.plan-cards .card {
  background: #ffffff;
  border: 1px solid rgba(225, 235, 255, 0.8);
  box-shadow: 0px 2px 5px rgba(179, 205, 255, 0.25);
  border-radius: 6px;
  min-height: 100%;
  padding: 40px 30px;
}
.plan-cards .card.popular {
  border: 2px solid #1863dc;
  position: relative;
}
.plan-cards .card .popular-text {
  position: absolute;
  left: 50%;
  top: -36px;
  text-align: center;
  transform: translateX(-50%);
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #1863dc;
  background: #eff3ff;
  border: 2px solid #1863dc;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  width: calc(100% + 4px);
  padding: 6px;
}
.plan-cards .plan-name {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 10px;
  text-align: left;
  color: #27283c;
  margin-top: 0;
}
.plan-cards .plan-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
  color: #686876;
  max-width: 150px;
}
.plan-cards .amount {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 72px;
  color: #27283c;
  margin: 0 3px 0 0;
}
.plan-cards .popular .plan-name,
.plan-cards .popular .amount {
  color: #1863dc;
}
.plan-cards p.cycle {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #686876;
  word-break: break-word;
  margin-bottom: 1rem;
}
.plan-cards .features {
  padding-top: 30px;
  border-top: 1px solid rgba(24, 99, 220, 0.15);

  margin-bottom: 0px;
}
.plan-cards .features ul {
  padding: 0;
  margin: 0;
}
.plan-cards .features li {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #686876;
  margin-bottom: 20px;
  position: relative;
  padding-left: 27px;
  list-style: none;
}
.plan-cards .features ul li:last-child {
  margin-bottom: 0;
}
.plan-cards .features li:before {
  position: absolute;
  content: "";
  left: 0;
  height: 20px;
  width: 14px;
  background-image: url(https://www.cookieyes.com/wp-content/themes/cookieyes-new/assets/images/pricing/list-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.plan-cards .button {
  border-radius: 2px;
  display: block;
  width: 100%;
  padding: 15px !important;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid #1863dc;
  transition: all 0.2s ease;
  text-align: center;
  background: #fff;
  color: #1863dc;
  border-radius: 2px;
  margin-top: 19px;
  margin-bottom: 30px;
}
.plan-cards .popular .button {
  background: #1863dc;

  color: #ffffff;
}
.plan-cards .button:hover,
.plan-cards .button:focus {
  outline: none;
  box-shadow: none;
  opacity: 0.8;
  transition: all 0.2s ease;
}
.plan-cards .tooltipicon {
  height: 20px;
  width: 17px;
  background-image: url(https://www.cookieyes.com/wp-content/themes/cookieyes-new/assets/images/pricing/info-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 10px;
  display: inline-block;
  position: absolute;
}
.plan-cards .tooltipicon svg {
  display: none;
}
.pricing a.view-more-link {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #1863dc;
  display: inline-block;
  text-align: center;
  position: relative;
  padding-right: 15px;
}
.pricing a.view-more-link:after {
  content: "";
  height: 26px;
  width: 10px;
  background-image: url(https://www.cookieyes.com/wp-content/themes/cookieyes-new/assets/images/pricing/down-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 0;
  position: absolute;
}
.price-calculator {
  background: #eef3fe;
  box-shadow: 0px 2px 5px rgb(179 205 255 / 25%);
  border-radius: 6px;
  padding: 30px 50px;
}
.price-calculator .title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;

  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 18px;
}
.price-calculator h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 35px;
  color: #092c4c;
}
.price-calculator input[type="range"] {
  width: 100%;
}
.price-calculator .label {
  display: flex;
  justify-content: space-between;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  margin-top: 25px;

  color: #979797;
}
.price-calculator .nav-tabs {
  border: none;
  position: relative;
}
.price-calculator a.nav-item:before,
.price-calculator .nav-tabs:before {
  background: #fff;
  content: "";
  left: 0;
  height: 8px;
  width: 100%;
  top: 0;
  position: absolute;
}
.price-calculator a.nav-item.active:after {
  content: "";
  position: absolute;
  height: 42px;
  width: 42px;
  top: -18px;
  left: 0;
  background-image: url(https://www.cookieyes.com/wp-content/themes/cookieyes-new/assets/images/pricing/scrollbar-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.price-calculator a.nav-item,
.price-calculator a.nav-item.active {
  position: relative;
  padding: 30px 0 0 0;
  border: none;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  color: #979797;
  background: transparent;
}
.calculator-result .title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5edff;
  color: rgba(0, 0, 0, 0.7);
}
.calculator-result .plan-name {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 0;

  color: #1863dc;
}
.calculator-result .price {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 42px;
  margin-bottom: 0;
  color: #1863dc;
}
.calculator-result .price .amount {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
}
.calculator-result .description {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  color: #7e7e7e;
  margin-top: 10px;
  margin-bottom: 30px;
}
.calculator-result a.link {
  background: #1863dc;
  border-radius: 2px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 40px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.2s ease;
}
.calculator-result a.link:hover,
.calculator-result a.link:focus {
  background: #1863dc;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
  opacity: 0.8;
}
.pricing-table h2,
.pricing-detailed-table h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 13px;
  color: #27283c;
}
.pricing-table p,
.pricing-detailed-table p {
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 28px;

  text-align: center;

  color: #092c4c;
}
.responsive-table {
  width: 100%;
  overflow: initial;
}
.pricing-table table {
  min-width: 800px;
  overflow-x: auto;
  border-collapse: separate;
  border-spacing: 0;
}
.pricing-table table .tooltipicon {
  height: 28px;
  width: 20px;
  background-image: url(https://www.cookieyes.com/wp-content/themes/cookieyes-new/assets/images/pricing/info-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 10px;
  display: inline-block;
  position: absolute;
}
.pricing-table table p.yes {
  background-image: url(https://www.cookieyes.com/wp-content/themes/cookieyes-new/assets/images/pricing/check-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 16px;
  width: 20px;
  display: inline-block;
}
.pricing-table table p.no {
  background-image: url(https://www.cookieyes.com/wp-content/themes/cookieyes-new/assets/images/pricing/nil-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 16px;
  width: 20px;
  display: inline-block;
}

.pricing-table thead th {
  background: #f5f7fc;
  border-right: 1px solid #ececec;
  padding: 15px 20px;
  vertical-align: bottom;
  border-bottom: 1px solid #ececec;
}
.pricing-table thead tr th:first-child {
  border-left: 1px solid #ececec;
}
.pricing-table thead .plan-name {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #092c4cc9;
  margin-bottom: 8px;
  text-align: left;
}
.pricing-table thead .popular .plan-name {
  color: #1863dc;
}
.pricing-table thead .cycle {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 12px;
  color: #27283ccc;
  text-align: left;
}
.pricing-table thead th.popular {
  background: #fff;
  padding-top: 50px;
  position: relative;
  border-top: 1px solid #1963dc;
  border-right: 1px solid #1963dc;
  border-left: 1px solid #1963dc;
}

.pricing-table thead th .popular-text {
  position: absolute;
  top: 0;
  left: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #045ae8;
  background: #eff3ff;
  width: 100%;
  padding: 4px 10px;
}
.pricing-table a.button {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  display: block;
  padding: 10px;
  border: 1px solid #1863dc;
  border-radius: 2px;
  color: #1863dc;
  background: transparent;
  text-align: center;
}
.pricing-table a.button:hover {
  opacity: 0.8;
}
.pricing-table .popular a.button {
  background: #1863dc;
  color: #fff;
}
.pricing-table tbody td {
  border-right: 1px solid;
  border-color: #e7edf6 !important;
  padding: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  color: #092c4c;
  text-align: center;
  background: #fff;
}
.pricing-table table.hide-free tr th:nth-child(2),
.pricing-table table.hide-free tr td:nth-child(2) {
  display: none;
}
.pricing-table tbody tr:hover td {
  background: #f5f7fd;
}
.pricing-table tbody tr:first-child td {
  border-top: none;
}
.pricing-table tbody tr td:first-child {
  text-align: left;
  border-left: 1px solid;
}
.pricing-table tbody tr:last-child td {
  border-bottom: 1px solid;
}
.pricing-table td.row-heading {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  background: #f5f7fc;
  color: #092c4c;
}
.pricing-table td.see-more {
  padding: 3px 20px;
}
.pricing-table table a.more-less-btn {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 28px;
  padding-left: 10px;
  color: #1863dc;
  position: relative;
  transition: all 0.2s ease;
}
.pricing-table table a.more-less-btn:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 6px;
  left: 0;
  top: 0;
  background-image: url(https://www.cookieyes.com/wp-content/themes/cookieyes-new/assets/images/pricing/more-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s ease;
}
.pricing-table table a.more-less-btn[aria-expanded="false"]:before {
  transform: rotate(0deg);
}
.pricing-table table a.more-less-btn[aria-expanded="true"]:before {
  transform: rotate(180deg);
}
.pricing-table td.empty {
  max-height: 25px;
  padding: 12px !important;
}
.faq {
  background: linear-gradient(
    180deg,
    #f6f9fe 80.95%,
    rgba(246, 249, 254, 0) 100%
  );
}
.faq h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 65px;
  text-align: center;

  color: #000000;
}
.faq .card,
.faq .card-header {
  border: none;
  background: transparent;
}
.faq .card-header {
  padding: 0;
  background: transparent;
  border: none;
}
.faq .card-header h5 {
  position: relative;
  margin: 0;
  padding: 30px 0 30px 50px;
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 31px;
  color: #000000;
}
.faq .card-header h5[aria-expanded="true"] {
  color: #1863dc;
}
.faq .card-header h5[aria-expanded="true"]:before {
  height: 31px;
  width: 20px;
  left: 0;
  position: absolute;
  content: "";
  background-image: url(https://www.cookieyes.com/wp-content/themes/cookieyes-new/assets/images/pricing/faq-more.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.2s ease;
  transform: rotate(360deg);
}
.faq .card-header h5[aria-expanded="false"]:before {
  height: 31px;
  width: 12px;
  left: 0;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(https://www.cookieyes.com/wp-content/themes/cookieyes-new/assets/images/pricing/faq-less.svg);
  transition: all 0.2s ease;
  transform: rotate(360deg);
}
.faq .card-body {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #434343;
  padding: 0 0 30px 50px;
}
.bottom-cta {
  background-color: #f6f9fe;
  background-image: url(https://www.cookieyes.com/wp-content/themes/cookieyes-new/assets/images/gradient-bg.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bottom-cta h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 65px;
  text-align: center;
  margin: 0 auto 35px auto;
  color: #000000;
  max-width: 800px;
}
.bottom-cta .blue-btn {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  background: #1863dc;
  border-radius: 2px;
  padding: 15px 25px;
  display: inline-block;
  color: #ffffff;
}
.bottom-cta .blue-btn:hover {
  opacity: 0.8;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #93939d;
  border-radius: 0.25rem;
  opacity: 1 !important;
  position: relative;
}
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #93939d;
}
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #93939d;
}
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #93939d;
}
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #93939d;
}
.cy-tooltip.active {
  position: relative;
}
.cy-tooltip.active:after {
  width: 0;
  height: 0;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-right: 8px solid #93939d;
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  z-index: 0;
}
.cy-tooltip.active:before {
  content: attr(data-content);
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background: #93939d;
  font-size: 13px;
  line-height: 20px;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  font-weight: 400;
  min-width: 200px;
  z-index: 99;
}
.request-quote-section {
  background: #ffffff;
  border: 1px solid #e1ebff;
  box-sizing: border-box;
  box-shadow: 1px 2px 15px rgba(24, 99, 220, 0.15);
  border-radius: 5px;
  padding: 85px 60px;
}
.request-quote-section h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  margin-bottom: 20px;
  color: #1863dc;
}
.request-quote-section p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  margin: 0;

  color: #092c4c;
}
.request-quote-section a.blue-btn {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  background: #1863dc;
  border-radius: 2px;
  color: #ffffff;
  padding: 15px;
  width: 100%;
  max-width: 200px;
  display: inline-block;
  text-align: center;
}
.request-quote-section a.blue-btn:hover,
.request-quote-section a.blue-btn:focus {
  opacity: 0.8;
  text-decoration: none;
}
.bg-gradient {
  background-image: linear-gradient(
    180deg,
    #f6f9fe 0%,
    rgba(246, 249, 254, 0) 100%
  );
}
.extra-pageviews {
  font-size: 13px;
  font-style: italic;
}
@media (min-width: 1400px) {
  .cy-pricing {
    position: relative;
  }
  .cy-pricing:before {
    content: "";
    position: absolute;
    height: 480px;
    width: 480px;
    background: rgba(24, 99, 220, 0.16);
    filter: blur(300px);
    display: block;
    left: -100px;
    top: 100px;
  }
  .cy-pricing:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 600px;
    right: -100px;
    width: 500px;
    height: 480px;
    background: rgba(45, 173, 112, 0.09);
    filter: blur(300px);
  }
}
@media (min-width: 768px) {
  .pricing-table thead {
    position: sticky;
    top: 63px;
    z-index: 9;
  }
}
@media (max-width: 767px) {
  .responsive-table {
    max-width: 800px;
    overflow-x: auto;
  }
  .request-quote-section {
    padding: 40px 20px;
  }
  .responsive-table table tbody tr td:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
  }
}

@media (max-width: 400px) {
  .price-calculator {
    padding: 30px;
  }
  .bottom-cta h2,
  .request-quote-section h2 {
    font-size: 20px;
    line-height: 29px;
  }
  .faq h2 {
    font-size: 30px;
    line-height: 42px;
  }
  .pricing-table h2 {
    font-size: 32px;
    line-height: 46px;
  }
  .pricing-table p {
    font-size: 18px;
    line-height: 28px;
  }
  .hero-section h1 {
    font-size: 32px;
    line-height: 45px;
  }
}
