.btn {
  display: block;           /* რომ w-full იმუშაოს */
  text-decoration: none;    /* მოხსნილი underline */
  text-align: center;       /* ტექსტის ცენტრში მოხვედრა */
  font-family:MainBold;
}
.btn:focus {
  outline: 2px solid rgba(42,98,254,.5); /* აუქსესიბილობა */
  outline-offset: 2px;
}
.mnBold {font-family:MainBold;}
.pricing-display {font-family:MainBold;}

.w-full table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
  font-family:Mbold;
}
.w-full tr:nth-of-type(odd) {background-color:white;}
.w-full td, th {background-color:white;border-bottom:1px solid #dedede !important;}
.w-full th {font-size:17px;}
/* Default desktop behaves as-is */
#pricingToggle { gap: .25rem; }

/* Mobile: დაასტაკე სრული სიგანით, badge დამალული */
@media (max-width: 640px){
  #pricingToggle { flex-wrap: wrap; width: 100%; }
  #pricingToggle .pricing-toggle{
    flex: 1 1 100%;
    text-align: center;
    padding: .6rem .9rem;
    font-size: .95rem;
  }
  #pricingToggle .pricing-toggle span{ display: none; }
}

@media (max-width: 480px){
  #pricingToggle .pricing-toggle span{ display:inline-block; margin-left:.5rem; }
}

.absolute{
  position: absolute;
}
.absolutcenter {
  left: 0; 
  right: 0; 
  margin-inline: auto; 
  width: fit-content;
}

.relative{
  position: relative;
}

.-top-3{
  top: -0.85rem;
}

.left-1\/2{
  left: 22%;
}

.z-10{
  z-index: 10;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.-ml-16{
  margin-left: -4rem;
}

.-mt-8{
  margin-top: -2rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-16{
  margin-bottom: 4rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.ml-1{
  margin-left: 0.25rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mr-3{
  margin-right: 0.75rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-8{
  margin-top: 2rem;
}
.mt-12{
  margin-top: 6rem;
}

.block{
  display: block;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-16{
  height: 4rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-8{
  height: 2rem;
}

.w-4{
  width: 1rem;
}

.w-5{
  width: 1.25rem;
}

.w-8{
  width: 2rem;
}

.w-full{
  width: 100%;
}

.max-w-3xl{
  max-width: 48rem;
  line-height:normal;
}

.max-w-7xl{
  max-width: 80rem;
}

.scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-help{
  cursor: help;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

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

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

.justify-between{
  justify-content: space-between;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.overflow-x-auto{
  overflow-x: auto;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.border{
  border-width: 1px;
}

.border-2{
  border-width: 2px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-l-2{
  border-left-width: 2px;
}

.border-t{
  border-top-width: 1px;
}

.border-accent-600{
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105);
}

.border-secondary-100{
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}

.border-secondary-200{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.border-secondary-600{
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}

.bg-accent-100{
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}

.bg-accent-600{
  --tw-bg-opacity: 1;
  background-color: #03063a;
}

.bg-background{
  --tw-bg-opacity: 1;
  background-color: rgb(250 251 252 / var(--tw-bg-opacity, 1));
}

.bg-primary-600{
  background-color: #2a62fe;
}

.bg-secondary-100{
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity, 1));
}

.bg-secondary-600{
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}

.bg-surface{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-text-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.p-1{
  padding: 0.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pl-4{
  padding-left: 1rem;
}

.pt-8{
  padding-top: 2rem;
}

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

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

.font-inter{
  font-family: Inter, sans-serif;
}

.text-2xl{
  font-size: 1.8rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-lg{
  font-size: 1.5rem;
  line-height: 3rem;
}

.text-sm{
	font-family:MainBold;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
font-weight:300 !important;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.font-medium{
  font-weight: 500;
}

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

.text-accent-600{
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.text-accent-700{
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.text-primary-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-primary-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-secondary-300{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.text-secondary-400{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.text-text-primary{
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.text-text-secondary{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.shadow-elevated{
box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
	border: solid 3px #03063a;
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200{
  transition-duration: 200ms;
}

/* Reduced motion preferences */

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Custom utility classes */

.transition-micro {
  transition: all 150ms ease-out;
}

.transition-layout {
  transition: all 300ms ease-in-out;
}



.hover\:bg-accent-700:hover{
  background-color: #0c1275;
}

.hover\:bg-primary-700:hover{
  background-color: #4273fc;
}

.hover\:bg-secondary-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.hover\:text-primary-600:hover{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px){
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px){
  .md\:flex{
    display: flex;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
	font-family:MainBold;
  }
}

@media (min-width: 1024px){
  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:gap-4{
    gap: 1rem;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.webhosting-features {
  margin-top: 40px;
}

/* Accordion wrapper visual */
.feature-accordion .panel {
	font-family:MainBold;
  border-radius: 14px;
  overflow: hidden;
  border: none;
  margin-bottom: 18px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
  background: #ffffff;
}

.feature-accordion .panel-heading {
	font-family:MainBold;
  background: linear-gradient(135deg, #0f172a, #111827);
  padding: 16px 22px;
}

.feature-accordion .panel-heading .panel-title a {
	font-family:MainBold;
  display: block;
  color: #f9fafb;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  padding-right: 28px;
}

.feature-accordion .panel-heading .panel-title a:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 18px;
}

.feature-accordion .panel-collapse.show + .panel-heading .panel-title a:after,
.feature-accordion .panel-heading .panel-title a[aria-expanded="true"]:after {
  content: "–";
}

.feature-accordion .panel-body {
	font-family:MainBold;
  padding: 18px 20px 20px;
  background: #f9fafb;
}

/* Plan legend */
.feature-plan-legend {
	font-family:MainBold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  gap: 10px;
}

.feature-plan-legend__label {
  font-weight: 600;
  font-size: 14px;
  color: #0f172a;
}

.feature-plan-legend__plans {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
  flex: 1;
}

.feature-plan-legend__plan {
  font-size: 11px;
  text-align: center;
  padding: 6px 4px;
  border-radius: 999px;
  background: #e5e7eb;
  color: #111827;
  font-weight: 600;
}

/* Feature rows */
.feature-grid {
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
  border: 1px solid #e5e7eb;
}

.feature-row {
  border-top: 1px solid #e5e7eb;
}

.feature-row:first-child {
  border-top: none;
}

.feature-row-inner {
  padding: 10px 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start;
}

.feature-label {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  flex: 0 0 100%;
}

.feature-values {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  flex: 1 1 100%;
}

.feature-pill {
  flex: 1 1 calc(50% - 6px);
  background: #f3f4f6;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111827;
  min-width: 0;
  word-break: break-word;
	font-family:MainBold;
}

.feature-pill--check {
  background: #ecfdf3;
}

.feature-pill--check svg {
  margin-right: 0;
}

/* Desktop layout */
@media (min-width: 768px) {
  .feature-label {
    flex: 0 0 26%;
    max-width: 26%;
	  font-family:MainBold;
  }

  .feature-values {
    flex: 1 1 74%;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
	  font-family:MainBold;
  }

  .feature-pill {
    flex: 0 0 auto;
    font-size: 12px;
  }

  .feature-plan-legend__label {
    flex: 0 0 26%;
  }

  .feature-plan-legend__plans {
    flex: 0 0 74%;
  }
}

/* Very small screens */
@media (max-width: 480px) {
  .feature-row-inner {
    padding: 10px 8px;
  }
  .feature-pill {
    font-size: 11px;
	  font-family:MainBold;
    padding: 5px 8px;
  }
}


 .hosting-features {
    
    padding-bottom: 4rem;
    padding-top: 2rem;
	 font-family:MainBold;
  }

  .hf-accordion {
    max-width: 100%;
    margin: 0 auto 2rem;
  }

  .hf-accordion-item {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(15,23,42,0.08);
    margin-bottom: 1.2rem;
    overflow: hidden;
    border: 1px solid rgba(148,163,184,0.18);
    transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
  }

  .hf-accordion-item.open {
    transform: translateY(-1px);
    box-shadow: 0 22px 60px rgba(15,23,42,0.14);
    border-color: #2563eb33;
  }

  .hf-accordion-header {
    width: 100%;
    border: none;
    outline: none;
    background: linear-gradient(90deg, rgba(37,99,235,0.04), transparent);
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    text-align: left;
  }

  .hf-accordion-title {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
  }

  .hf-accordion-label {
    font-weight: 500;
	font-family:MainBold;
    font-size: 18px;
    color: #0f172a;
	padding-bottom:10px;
  }

  .hf-accordion-sub {
    font-size: 14px;
    color: #64748b;
	  font-family:MainBold;
    letter-spacing: 0;
    font-weight: 500;
  }

  .hf-accordion-icon {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 999px;
    border: 1px solid rgba(148,163,184,0.7);
    position: relative;
    flex-shrink: 0;
  }

  .hf-accordion-icon::before,
  .hf-accordion-icon::after {
    content: "";
    position: absolute;
    background: #0f172a;
    border-radius: 999px;
    transition: transform 0.18s ease;
  }

  .hf-accordion-icon::before {
    width: 9px;
    height: 1.5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

  .hf-accordion-icon::after {
    width: 1.5px;
    height: 9px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

  .hf-accordion-item.open .hf-accordion-icon::after {
    transform: translate(-50%,-50%) rotate(90deg);
  }

  .hf-accordion-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.28s ease;
  }

  .hf-accordion-item.open .hf-accordion-panel {
    max-height: 5000px;
  }

  .hf-feature-grid {
    padding: 0.75rem 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
  }

  .hf-feature-row {
    display: grid;
    grid-template-columns: minmax(200px, 260px) minmax(0, 1fr);
    gap: 0.5rem 1.25rem;
    padding: 0.6rem 0;
    border-bottom: 1px solid rgba(226,232,240,0.9);
  }

  .hf-feature-row:last-child {
    border-bottom: none;
  }

  .hf-feature-title {
	font-family:MainBold;
    font-size: 15px;
    font-weight: 400;
    color: #0f172a;
	line-height: normal;
  }

  .hf-feature-values {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
  }

  .hf-pill {
    display: inline-flex;
	  font-family:MainBold;
    align-items: center;
    justify-content: center;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    font-size: 15px;
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 500;
    white-space: nowrap;
  }

  .hf-pill-wide {
    white-space: normal;
    justify-content: flex-start;
  }

  .hf-feature-values--long .hf-pill-wide {
    max-width: 100%;
  }

  .hf-pill-check {
    background: #ecfdf3;
    color: #15803d;
    position: relative;
    padding-left: 1.6rem;
  }

  .hf-pill-check::before {
    content: "";
    position: absolute;
    left: 0.55rem;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 30%, #bbf7d0 0, #22c55e 60%, #16a34a 100%);
    box-shadow: 0 0 0 2px #bbf7d0;
  }

  @media (max-width: 992px) {
    .hf-feature-row {
      grid-template-columns: minmax(0,1fr);
    }
    .hf-feature-title {
      font-size: 0.92rem;
    }
  }

  @media (max-width: 640px) {
    .hf-accordion-header {
      padding: 0.9rem 1rem;
    }
    .hf-feature-grid {
      padding: 0.5rem 1rem 1.1rem;
    }
    .hf-feature-row {
      padding: 0.5rem 0;
    }
    .hf-pill {
      font-size: 0.78rem;
    }
  }
/* FAQ – modern cards */
.hosting-faq-section {
  padding-bottom: 4rem;
}

.hosting-faq {
  max-width: 860px;
  margin: 0 auto 3rem;
}

.hf-faq-item {
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.05);
  margin-bottom: 10px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.15s ease, border-color 0.2s ease;
}

.hf-faq-item.open {
  border-color: #2563eb;
  box-shadow: 0 20px 60px rgba(37, 99, 235, 0.18);
  transform: translateY(-1px);
}

.hf-faq-header {
  width: 100%;
  padding: 16px 18px 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
}

.hf-faq-title {
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
	font-family:MainBold;
  line-height: 1.5;
}

.hf-faq-icon {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  position: relative;
  flex-shrink: 0;
}

.hf-faq-icon::before,
.hf-faq-icon::after {
  content: "";
  position: absolute;
  background-color: #0f172a;
  inset: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.hf-faq-icon::before {
  width: 10px;
  height: 2px;
}

.hf-faq-icon::after {
  width: 2px;
  height: 10px;
}

.hf-faq-item.open .hf-faq-icon::after {
  transform: translate(-50%, -50%) scaleY(0);
  opacity: 0;
}

.hf-faq-panel {
  padding: 0 20px 18px 20px;
	font-family:MainBold;
  display: none;
  border-top: 1px solid rgba(226, 232, 240, 0.9);
}

.hf-faq-panel p {
  margin: 14px 0 0;
	font-family:MainBold;
  font-size: 15px;
  line-height: 1.7;
  color: #4b5563;
}

/* open item visible */
#hosting-faq-accordion .hf-faq-item.open > .hf-faq-panel {
  display: block;
}

/* Responsive */
@media (max-width: 640px) {
  .hf-faq-header {
    padding: 14px 14px 14px 16px;
	  font-family:MainBold;
  }
  .hf-faq-panel {
    padding: 0 16px 14px 16px;
	  font-family:MainBold;
  }
  .hf-faq-title {
    font-size: 14px;
	  font-family:MainBold;
  }
}