:root {
  overflow-x: hidden;
  --color-white: #fff;
  --color-blue-main: #00147c;
}

body {
  color: #000000;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  line-height: 32px;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

h1 {
  font-size: 40px;
  line-height: 44px;
}

h2 {
  font-size: 34px;
  line-height: 45px;
}

h3 {
  font-size: 24px;
  line-height: 33px;
}

h4 {
  font-size: 20px;
  line-height: 34px;
}

.btn {
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #000301;
  background: #3235ff;
  color: var(--color-white);
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
  box-shadow: 0px 3px 0px 0px #000000;
}

.img-hor-invert {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

.sidebar-reviews {
  margin-top: 12px;
  border: 1px solid #d9d9d9;
  padding: 21px 15px;
}

.sidebar-reviews .ratings {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  color: #454545;
}

.sidebar-reviews .ratings > p {
  margin: 10.5px 0 24px 0;
}

.sidebar-reviews .ratings span {
  color: #9a9a9a;
}

.sidebar-review-card {
  font-size: 14px;
  line-height: 25px;
  font-family: "Open Sans", sans-serif;
}

.sidebar-review-card.card-2 {
  margin-top: 14px;
  position: relative;
  padding-top: 14px;
  padding-bottom: 14px;
}

.sidebar-review-card.card-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 7%;
  right: 7%;
  border-top: 2px dotted #000;
}

.sidebar-review-card.card-2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 7%;
  right: 7%;
  border-top: 2px dotted #000;
}

.sidebar-review-card.card-3 {
  margin-top: 14px;
}

.d-none {
  display: none;
}

.btn:hover {
  opacity: 0.8;
}

.semibold-text {
  font-weight: 600;
}

.bold-text {
  font-weight: 700;
}

.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.flex-wrap {
  flex-wrap: wrap;
}

.white-color {
  color: var(--color-white);
}

.blue-color {
  color: #003db8;
}

.blue-color-2 {
  color: #2e73ea;
}

.blue-color-3 {
  color: #172d67;
}

.green-color {
  color: #00af00;
}

.red-color {
  color: #ff0000;
}

.black-color {
  color: #000;
}

.red-bg {
  background-color: #ff0000;
}

.green-bg {
  background-color: #20a508;
}

.white-bg {
  background-color: var(--color-white);
}

.blue-bg {
  background-color: #0969b5;
}

.blue-bg-2 {
  background-color: #22ddd2;
}

.blue-bg-3 {
  background-color: #2e73ea !important;
}

.check-availability-btn {
  background-color: #172d67 !important;
  height: 88px;
}

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

.black-bg {
  background-color: #000;
}

.dark-bg {
  background-color: #3a3a3a;
}

.text-highlight {
  background: linear-gradient(#fffc96, #fffc96);
  background-repeat: no-repeat;
  background-size: 100% 38px;
  background-position: 0 50%;
}

.blue-text-headline {
  color: #003db8;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  text-decoration: underline;
}

.text-underline {
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

/* .text-block p {
  font-size: 24px;
  margin-bottom: 32px;
  line-height: 40px;
} */

.text-block {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  margin-top: 24.63px;
  letter-spacing: 0.01em;
}

.blue-block {
  margin-top: 24px;
  background-color: #d4f3ff;
  padding: 12px 17px 18px 15px;
  font-size: 20px;
}

.blue-block .signature {
  font-size: 14px;
}

.w-100 {
  width: 100%;
}

section {
  margin-top: 39px;
}

section.article-top {
  margin-top: 0;
}

section.cta-from-here {
  margin-top: 20px;
}

.section-reviews h2 {
  text-align: center;
}

.section-reviews .reviews {
  margin-top: 36px;
}

.section-reviews .reviews .review-item {
  padding-bottom: 24px;
  border-bottom: 1px solid #e9e9e9;
  margin-top: 17px;
}

.section-reviews .reviews .review-item .review-title {
  font-weight: bold;
  font-size: 20px;
}

.section-reviews .reviews .review-item .review-text {
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.01em;
}

.section-reviews .reviews .review-item .review-signature {
  display: inline-flex;
  gap: 3px;
  font-size: 13px;
}

.green-text {
  color: #3ab890;
}

.mb-72 {
  margin-bottom: 72px !important;
}

.margin-top-48 {
  margin-top: 48px;
}
/* 
.text-block h4 {
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 32px;
  font-weight: 600;
} */

.text-24 {
  font-size: 24px !important;
}

.text-32 {
  font-size: 32px;
  line-height: 40px;
}

.bigger {
  font-size: 32px;
}

.italic {
  font-style: italic;
}

.border-radius-8 {
  border-radius: 8px;
}

.image-block {
  /* margin: 48px 0; */
  position: relative;
  border-radius: 8px;
}

.img-block-mob {
  margin: 48px 0;
  position: relative;
  border-radius: 8px;
}

.list-quality {
  line-height: 40px;
  font-weight: 600;
  padding-left: 1.5rem;
}

.title-hero-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
}

.title-hero-title-desk {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
}

.text-underline-title {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.img-block-mob video {
  border-radius: 8px;
}

.separate {
  width: 72px;
  height: 3px;
  background-color: #2e73ea;
}

.list-block {
  margin: 30px 0;
  max-width: 720px;
}

.list-block li {
  margin-bottom: 32px;
}

.list-block li::before {
  content: "";
  display: inline-block;
  background-image: url("../images/checkmark.png");
  background-size: 100%;
  height: 18px;
  width: 18px;
  transform: translate(0, 2px);
  margin-right: 8px;
}

section h2 {
  margin-bottom: 16px;
}

.container {
  max-width: 1158px;
  width: 100%;
  margin: 0 auto;
}

header {
  border-bottom: 1px rgba(209, 209, 209, 0.4) solid;
}

.topbar {
  color: var(--color-white);
  font-family: "Source Sans 3", sans-serif;
  font-size: 17px;
}

.header-title {
  background-color: var(--color-blue-main);
  padding: 24px 0;
}

.header-title .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-title .header-content div {
  gap: 12px;
}

.header-title .header-content p {
  font-family: "Opens Sans", sans-serif;
  font-size: 15px;
  line-height: 24px;
  margin-right: 8px;
  color: var(--color-white);
}

.notification {
  margin: 21px 0px 17px;
}

.notification .notification-container {
  display: flex;
  align-items: stretch;
}

.notification .notification-container .notification-icon {
  background-color: #00147cb2;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-size: 32px;
  text-align: center;
}

.notification-inner {
  line-height: 28px;
  padding: 6px 9px 15px 16px;
  background-color: #e9effe;
  font-weight: 600;
  font-size: 16px;
  font-family: "Source Sans 3", sans-serif;
}

.notification-inner.mobile {
  display: none;
}

.notification-inner .bold-text {
  color: var(--color-blue-main);
}

.content {
  margin-top: 18px;
  padding-bottom: 292px;
  align-items: flex-start;
  justify-content: space-between;
  background-color: var(--color-white);
  gap: 32px;
}

.article {
  flex: 1;
  max-width: 699px;
}

.article-top .breadcrumb {
  font-size: 13px;
  line-height: 27px;
  margin-bottom: 4px;
}

.article-top h1 {
  margin-bottom: 10px;
}

.article-top > p {
  font-size: 20px;
  line-height: 29px;
}

.article-author {
  font-size: 14px;
  line-height: 28px;
  margin: 24px 0 13px 0;
}

.article-author.mobile {
  display: none;
}

.article-author.desktop {
  display: block;
}

.as-seen.mobile {
  display: none;
}

.as-seen.desktop {
  display: block;
}

br.show-365 {
  display: none;
}

br.show-365-only {
  display: none;
}

.show-400 {
  display: none;
}

.show-480 {
  display: none;
}

.article-author-info {
  gap: 12px;
  flex: 1;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #777777;
}

.article-author.mobile .article-author-info {
  gap: 8px;
  justify-content: flex-start;
}

.article-author.mobile .article-author-text {
  flex: 1;
  min-width: 0;
  font-size: 14px;
}

.article-author.mobile .article-author-right {
  flex-shrink: 0;
  gap: 4px;
  align-items: flex-end;
  text-align: right;
  display: flex !important;
  flex-direction: column-reverse !important;
}

.article-author.mobile .article-author-right p {
  font-size: 14px;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
}

.article-author-photo {
  border-radius: 50%;
  flex-shrink: 0;
}

.article-author-text {
  flex: 1;
  min-width: 0;
}

.article-author-byline {
  line-height: 1.4;
  display: flex;
  justify-content: space-between;
}

.article-author-rating {
  gap: 5px;
}

.article-author-stars {
  height: 17.5px;
  width: auto;
}

.as-seen {
  margin-top: 17px;
}

.section-title-block {
  font-weight: 900;
  line-height: 40px;
  font-size: 32px;
  color: var(--color-blue-main);
  padding-left: 28px;
  text-indent: -25px;
}

.section-title-block.no-spacing {
  padding-left: 0;
  text-indent: 0;
}

.margin-top-img {
  margin-top: 10px;
}

.margin-top-img-2 {
  margin-top: 10px;
}

.margin-top-img-3 {
  margin-top: 10px;
}

/* .buy p,
.authentic p {
  font-size: 20px;
} */

/* .authentic .text-block a {
  font-size: 18px;
} */

.thank-you-text {
  line-height: 32px;
  max-width: 750px;
}

.mb-40 {
  margin-bottom: 40px;
}

.blue-text {
  color: #003db8;
}

.line-blue-title {
  width: 72px;
  height: 5px;
  background-color: #2e73ea;
  margin-top: 32px;
  margin-bottom: 48px;
}

.color-white-font {
  color: var(--color-white);
}

.sidebar {
  width: 306px;
  position: sticky;
  top: 20px;
  /* max-height: calc(100vh - 40px);
  overflow-y: auto; */
  align-self: flex-start;
  font-family: "Open Sans", sans-serif;
}

/* Custom scrollbar */
.sidebar::-webkit-scrollbar {
  width: 4px;
}

.sidebar::-webkit-scrollbar-track {
  background: transparent;
}

.sidebar::-webkit-scrollbar-thumb {
  background: #d1d1d1;
  border-radius: 2px;
}

.sidebar::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.sidebar-main-content {
  border: 1px solid #d9d9d9;
  padding: 12px;
}

.sidebar-inner {
  padding: 12px 15px 12px;
  border: 1px solid #d9d9d9;
}

.sidebar-limit {
  max-width: 230px;
  margin: 0 auto;
}

.sidebar-top h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 7px;
  text-align: center;
}

.sidebar-rating {
  display: flex;
  justify-content: center;
  gap: 7.16px;
}

.sidebar-rating span {
  font-size: 14px;
  line-height: 28px;
}

.sidebar-image {
  margin-bottom: 13px;
}

.sidebar-content {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}

.sidebar-content span {
  letter-spacing: -0.01em;
}

.sidebar-content .btn {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 40px;
  padding: 6px 0;
  margin-top: 15px;
  border-radius: 4px;
}

.sub-title {
  margin: 25px 0px;
}

.user-review-profile,
.article-author-date {
  margin: 0px 3px;
}

.article-author-written-by {
  margin-top: 8px;
}

footer {
  padding: 68px 0 130px;
  color: #808080;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  justify-content: center;
  text-align: center;
}

footer .footer-container {
  width: 100%;
  max-width: 1068px;
}

footer .footer-links a {
  text-decoration: underline;
  transition: color 0.3s ease;
}

footer .footer-links a:hover {
  color: #fff;
}

/* footer .footer-links a:first-child::after {
  content: "|";
  margin: 0 4px;
  text-decoration: none;
  display: inline-block;
  transition: none;
}

footer .footer-links a:last-child {
  margin-left: -4px;
} */

footer .footer-dmca {
  width: auto;
  height: 30px;
}

.cta-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 7px;
  width: 100%;
  transition:
    opacity 0.11s ease-in,
    transform 0.125s ease-in-out;
  font-size: 18px;
}

.cta-fixed.hidden {
  opacity: 0;
  transform: translate(0, 15%);
  transition:
    opacity 0.1s ease-out,
    transform 0s 0.105s;
}

.h4-body-title {
  line-height: 40px;
}

.text-highlight-2 {
  background-color: #fff4bb;
}

body.pre-6 {
  background-color: #f9f9f7;
}
body.pre-6 header {
  background-color: #fff;
}

.comment-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: Italic;
  font-size: 32px;
  line-height: 48px;
}

.review-card-comment {
  font-family: "Sarabun", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.review-card-rating {
  line-height: 0;
}

.review-card-verified-customer {
  font-family: "Sarabun", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 100%;
  display: flex;
  align-items: center;
  gap: 4px;
}

.review-card-verified-customer-green {
  font-weight: 400;
  font-style: Italic;
  font-size: 16px;
  line-height: 100%;
  color: #6fb206;
}

.review-card {
  width: 416px;
  border-radius: 8px;
  background-color: #fcfbf9;
  padding: 24px;
  gap: 16px;
  display: flex;
  flex-direction: column;
}

.review-row {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.title-hero-title-mob {
  display: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}

/* Min-width Media Queries (Mobile First - Smallest to Largest) */
@media screen and (min-width: 449px) {
  .article-author-written-by {
    font-size: 16px;
  }
  .user-review-profile,
  .article-author-date {
    margin: 0px 5px;
  }
}

@media screen and (min-width: 991px) {
  .hide-dt {
    display: none;
  }
  .text-32 {
    font-size: 48px;
    line-height: 72px;
  }
  .h4-body-title {
    line-height: 45px;
  }
  .article-author {
    display: flex;
  }
  .article-author .article-author-written-by {
    margin-left: 15px;
    gap: 5px;
  }
  .article-author .article-author-written-by .user-review-profile {
    gap: 3px;
  }
  .container.wider {
    max-width: 1310px;
  }
  .container.wider article {
    min-width: 882px;
  }
}

/* Max-width Media Queries (Desktop First - Largest to Smallest) */
@media screen and (max-width: 1199px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 991px) {
  .article {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: none;
  }

  .text-highlight {
    background-repeat: no-repeat;
    background-size: 100% 35px;
  }

  .article-top > p {
    font-size: 18px;
    line-height: 26px;
  }

  .article-author.desktop {
    display: none;
  }

  .as-seen.desktop {
    display: none;
  }

  .as-seen.mobile {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .as-seen.mobile p {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 600;
  }

  .side-mob-section {
    display: flex;
    justify-content: center;
  }

  .side-mob {
    padding: 13px 13px 16px 13px;
    max-width: 400px;
  }

  .sidebar-top h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .section-title-block {
    font-size: 24px;
    line-height: 32px;
  }

  .img-block,
  .image-block,
  .blue-block {
    margin-left: -16px;
    margin-right: -16px;
  }

  .blue-block {
    font-size: 16px;
    line-height: 25px;
    padding: 15px 16px 15px 23px;
  }

  .blue-block .signature {
    font-size: 13px;
  }

  .section-three .text-block {
    letter-spacing: -0.01em;
  }

  .section-three .text-block p:first-child {
    letter-spacing: 0em !important;
  }

  .section-three .blue-block {
    letter-spacing: 0em !important;
  }

  .section-five .text-block {
    font-size: 20px;
    letter-spacing: 0em;
  }

  .section-cta .text-block {
    font-size: 20px;
    letter-spacing: 0em;
  }

  .section-reviews .reviews .review-item .review-text {
    letter-spacing: 0em;
  }

  .sidebar-row {
    background-color: var(--color-white);
    padding: 10px;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 72px;
  }

  .sidebar-image {
    margin: 24px 0 24px 0;
  }

  .sidebar-content {
    font-size: 16px;
    line-height: 24px;
  }

  .sidebar-content .btn {
    margin-top: 24px;
    font-size: 16px;
  }

  .sidebar-limit {
    max-width: 100%;
  }

  .notification {
    padding: 17px 0 26px;
    margin: 0;
  }

  .mb-72 {
    margin-bottom: 40px !important;
  }

  .title-hero-title-mob {
    display: block;
  }

  .title-hero-title-desk {
    display: none;
    font-size: 32px;
    line-height: 40px;
  }

  .title-hero-title {
    font-size: 32px;
    line-height: 40px;
  }

  .review-card {
    width: 100%;
  }

  .hide-mb {
    display: none;
  }

  .article-top h1 {
    margin-bottom: 13px;
  }

  .comment-title {
    font-size: 24px;
    line-height: 32px;
  }

  .flex-column-mb {
    flex-direction: column;
  }

  .blue-text-headline {
    line-height: 24px;
  }

  .article-author.desktop {
    display: none;
  }

  .article-author.mobile {
    display: block;
  }

  .text-block {
    font-size: 18px;
    line-height: 29px;
  }

  h1 {
    font-size: 32px;
    line-height: 38px;
  }

  h2 {
    font-size: 24px;
    line-height: 32px;
  }

  h3 {
    font-size: 20px;
    line-height: 33px;
  }

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

  .btn {
    font-size: 21px;
    line-height: 30px;
  }

  .img-block-mob img {
    height: 408px;
    object-fit: cover;
    border-radius: 8px;
  }

  .header-title h3 {
    font-size: 20px;
    line-height: 38px;
  }

  .content {
    padding-bottom: 332px;
    margin-top: 0;
    gap: 0;
  }

  section.hide-dt.sidebar-row {
    box-shadow:
      1px 1px 0px 0px #c4c4c4,
      -1px -1px 0px 0px #c4c4c4;
  }

  .content.extra {
    padding-bottom: 300px;
  }

  .list-quality {
    line-height: 40px;
    font-weight: 600;
    padding-left: 0;
  }

  .article-author-photo {
    align-self: center;
  }

  .article-author-stars {
    margin-bottom: 0;
    order: 1;
  }

  .built h2 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 0;
  }

  .popular h2 {
    max-width: 640px;
  }

  .list-block li {
    display: flex;
  }

  .list-block li::before {
    margin-top: 4px;
  }

  .list-block li span {
    flex: 1;
  }

  footer {
    padding: 33px 16px 80px;
  }

  .d-mob-none {
    display: none;
  }

  .sidebar {
    margin: 0px auto;
    width: 100%;
  }

  .sidebar .sidebar-top {
    max-width: 100%;
  }

  .sidebar .sidebar-content {
    max-width: 100%;
  }

  .notification-wrapper {
    padding: 0;
  }

  .cta-fixed .btn {
    box-shadow: 0 3px 0 0 #1113ad;
    font-family: "Open Sans", sans-serif;
    line-height: 26px;
    border-radius: 4px;
  }
}

@media screen and (max-width: 768px) {
  .notification-inner {
    padding: 5px 0 4px 5px;
  }

  .notification-inner.desktop {
    display: none;
  }

  .notification-inner.mobile {
    display: block;
  }
}

@media screen and (max-width: 700px) {
  .text-block-what,
  .text-block-why {
    margin-top: 10px;
  }
}

@media screen and (max-width: 600px) {
  .article-author-stars {
    margin-bottom: 0;
    order: 1;
    align-self: flex-end;
  }

  .cta-fixed .btn {
    padding: 14px 0;
    font-size: clamp(18px, 4.6vw, 20px);
  }
}

@media screen and (max-width: 480px) {
  .show-480 {
    display: inline;
  }

  .header-title {
    padding: 11px 0 16px;
  }

  .header-title .header-content {
    gap: 15px;
  }

  .header-title .header-content > img {
    width: 160px;
  }

  .header-title .header-content p {
    font-size: 12px;
    line-height: 16px;
    /* letter-spacing: 0.05em; */
  }

  .section-four .img-block {
    margin: 0 auto !important;
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 438px) {
  .comment-title {
    font-size: 22px;
    line-height: 32px;
  }

  .article-author {
    line-height: 22px;
    gap: 3px;
  }

  .review-card-verified-customer {
    font-family: "Sarabun", sans-serif;
    font-weight: 800;
    font-size: 15px;
    line-height: 100%;
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .review-card-verified-customer-green {
    font-weight: 400;
    font-style: Italic;
    font-size: 13px;
    line-height: 100%;
    color: #6fb206;
  }

  .sidebar-content .btn {
    margin-top: 24px;
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  .show-400 {
    display: inline;
  }
}

@media screen and (max-width: 396px) {
  .header-title .header-content div {
    gap: 6px;
  }

  .notification .notification-container .notification-icon {
    padding: 0 11px;
  }

  .article-author-written-by {
    font-size: 11px;
  }

  .notification-inner {
    font-size: 14px;
    line-height: 19px;
  }
}

@media screen and (max-width: 365px) {
  br.show-365 {
    display: inline;
  }

  br.show-365-only {
    display: inline;
  }
}

@media screen and (max-width: 364px) {
  br.show-365-only {
    display: none;
  }
}

@media screen and (max-width: 324px) {
  h1 {
    font-size: 23px;
    line-height: 37px;
  }

  .comment-title {
    font-size: 18px;
    line-height: 24px;
  }
}
