html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  font-size: 16px;
}

*,
*::before,
*::after,
input[type=search] {
  box-sizing: inherit;
}

body {
  font-size: 1rem;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.5;
  margin: 0;
}

body,
html {
  height: 100%;
  width: 100vw;
  overflow-x: hidden;
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre {
  margin: 0;
}

button {
  background: transparent;
  border: 0;
  padding: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

iframe {
  border: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul {
  list-style: none;
}

img {
  max-width: 100%;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body {
  --sb-track-color: #232e33;
  --sb-thumb-color: #fdec00;
  --sb-size: 5px;
}

body::-webkit-scrollbar {
  width: var(--sb-size);
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 15px;
}

body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 15px;
}

@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
  }
}
main .hero_section {
  background: #da175e;
  position: relative;
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .hero_section_image {
  flex: 1;
}
main .hero_section_image img {
  width: 50%;
  object-fit: contain;
  position: absolute;
  border-radius: 82px 0 82px 0;
  left: 5%;
  top: 10%;
}
main .hero_section_content {
  flex: 1;
  width: 100%;
  background-color: white;
  border-radius: 8rem 0 0 0;
  padding: 12% 0px 10% 12%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
main .hero_section_content div {
  flex: 1;
  margin: 0px 5rem;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 3rem;
}
main .hero_section_content div h1 {
  color: #252525;
  font-family: Poetirey;
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 72.8px */
  letter-spacing: 1.04px;
}
main .hero_section_content div p {
  font-family: "Nunito", serif;
  font-size: clamp(1rem, 2vw, 1.5rem);
  color: #424242;
}
main .hero_section_content div button {
  display: inline-block;
  color: white;
  padding: 0.5rem 2rem;
  background-color: #344cb6;
  border-radius: 2rem;
  text-decoration: none;
  font-family: "Nunito", serif;
  border: 2px solid white;
  transition: 0.3s ease-in-out all;
}
main .hero_section_content div button:hover {
  background-color: white;
  color: #344cb6;
  border: 2px solid #344cb6;
}
main .hero-section2 {
  background: #575757;
  width: 100vw;
  overflow-x: hidden;
}
main .hero-section2-container {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 16px */
  padding: 1rem;
}
main .hero-section2-container-card {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid white;
  padding: 0px 1rem;
}
main .hero-section2-container-card-img {
  margin-right: 1rem;
}
main .hero-section2-container-card-content {
  text-align: center;
}
main .hero-section2-container-card:last-child {
  border: none;
}
main .hero-section3 {
  background-color: #0068b9;
  color: #fff;
  padding: 6rem 2rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url("/public/images/classes/whiteLine.svg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: bottom;
  background-size: contain;
  padding-bottom: 10rem;
}
main .hero-section3 .hanging {
  position: relative;
}
main .hero-section3 .hanging img {
  position: absolute;
  top: -6rem;
  left: -15rem;
  width: 150px;
  height: 250px;
  z-index: 2;
}
main .hero-section3-container {
  width: 70%;
}
main .hero-section3-container-heading {
  color: #fff;
  text-align: center;
  font-family: Poetirey;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 40px */
  letter-spacing: 1.6px;
  margin-top: 3rem;
}
main .hero-section3-container-content {
  color: #fff;
  text-align: center;
  font-family: Nunito;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
  letter-spacing: 0.4px;
  margin-top: 3rem;
}
main .hero-section3-container-footer {
  margin-top: 3rem;
  color: #fff;
  font-family: Nunito;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.4px;
}
main .points {
  position: relative;
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
main .points_title {
  color: #252525;
  text-align: center;
  font-family: Poetirey;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 44.8px */
  letter-spacing: 0.64px;
  margin-top: 4rem;
}
main .points_container {
  padding-top: 14rem;
  height: 100%;
  flex: 3;
  display: flex;
  justify-content: center;
  align-items: end;
}
main .points_container_card {
  width: 250px;
  margin: 1rem;
  position: relative;
}
main .points_container_card:nth-child(2) {
  margin-bottom: 10rem;
}
main .points_container_card img {
  position: absolute;
  bottom: 5rem;
}
main .points_container_card p {
  display: flex;
  justify-content: flex-end;
  align-items: end;
  height: 150px;
  border-radius: 16px;
  background: #e5e8ef;
  padding: 2rem;
  color: #252525;
  text-align: center;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  letter-spacing: 0.48px;
}
main .points_action {
  flex: 1;
}
main .points_action button {
  display: inline-block;
  color: white;
  padding: 0.5rem 2rem;
  background-color: #000;
  border-radius: 2rem;
  text-decoration: none;
  font-family: "Nunito", serif;
  border: 2px solid white;
  transition: 0.3s ease-in-out all;
}
main .points_action button:hover {
  background-color: white;
  color: #000;
  border: 2px solid #000;
}
main .we_offer {
  margin: 2rem 0px;
}
main .we_offer_header {
  color: #252525;
  text-align: center;
  font-family: Poetirey;
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 72.8px */
  letter-spacing: 1.04px;
}
main .we_offer_sub_header {
  padding: 1rem 4rem;
  color: #424242;
  text-align: center;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.64px;
}
main .we_offer .container {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
main .we_offer .container .gallery {
  width: 70%;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 4fr));
  grid-auto-rows: 480px;
  grid-auto-flow: dense;
  padding-bottom: 2rem;
}
main .we_offer .container .gallery .box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
main .we_offer .container .gallery .box .back {
  transition: 0.3s ease-in-out all;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.744) 100%);
  height: 100%;
  width: 100%;
  position: absolute;
}
main .we_offer .container .gallery .box:hover .back {
  background-color: rgba(0, 0, 0, 0.744);
}
main .we_offer .container .gallery .box img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
  object-fit: cover;
  border-radius: 5px;
}
main .we_offer .container .gallery .box .tittle {
  position: absolute;
  color: white;
  font-family: "Nunito", serif;
  bottom: 2%;
  margin: 0;
  width: 55%;
  left: 3%;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  text-align: left;
}
main .price {
  margin: 2rem 0px;
}
main .price_header {
  color: #252525;
  text-align: center;
  font-family: Poetirey;
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 72.8px */
  letter-spacing: 1.04px;
  margin: 4rem 0px;
}
main .price_period {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
main .price_period_container {
  max-width: fit-content;
  margin-bottom: 4rem;
  flex-wrap: nowrap !important;
  justify-content: space-around;
}
main .price_period_container button {
  padding: 0rem 2rem;
  background: white;
  color: black;
  font-size: clamp(1rem, 2vw, 1.5rem);
  text-decoration: none;
  font-family: "Nunito", serif;
  border-radius: 2rem;
  border: 1px solid #252525;
  margin-right: 1rem;
  text-align: center;
  transition: 0.3s ease-in-out all;
}
main .price_period_container button:hover,
main .price_period_container .active {
  color: white;
  background: #026abb;
}
main .price_content {
  display: flex;
  justify-content: center;
  align-items: center;
}
main .price_content_card {
  border-radius: 24px;
  border-radius: 1.5rem;
  border-left: 6px solid #da175e;
  background: #fff;
  /* Drop Shadow/400 */
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  width: fit-content;
  padding: 2rem;
  margin: 2rem;
}
main .price_content_card p.title {
  color: #252525;
  font-family: "Poetirey";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 50.4px */
  letter-spacing: 0.72px;
}
main .price_content_card p.rate {
  margin: 2rem;
  color: #252525;
  font-family: "Nunito";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 64px */
}
main .price_content_card ul {
  list-style: disc;
}
main .price_content_card ul li {
  color: #484848;
  font-family: "Nunito";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 190%; /* 45.6px */
}
main .price_content_card button.action {
  margin-top: 2rem;
  display: block;
  border-radius: 2rem;
  background: #da175e;
  padding: 0.6rem 0.75rem;
  color: #fff;
  font-family: Nunito;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 1rem */
}
main .tie_up {
  margin: 2rem 0px;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
main .tie_up_content {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 30px;
  flex-direction: column;
  padding: 2rem;
  max-width: 80%;
}
main .tie_up_content h1 {
  color: #252525;
  font-family: Poetirey;
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 72.8px */
  letter-spacing: 1.04px;
}
main .tie_up_content h2 {
  color: #252525;
  font-family: Poetirey;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 56px */
  letter-spacing: 0.8px;
}
main .tie_up_content p {
  color: #424242;
  font-family: Nunito;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 28px */
  letter-spacing: 0.4px;
}
main .tie_up_enquiry {
  min-height: 80vh;
  background-image: url("/public/images/side-back-img.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  flex: 1;
  position: relative;
  padding: 2rem;
}
main .tie_up_enquiry_container {
  padding: 3rem;
}
main .tie_up_enquiry_container h1 {
  color: #fff;
  text-align: center;
  font-family: Poetirey;
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 72.8px */
  letter-spacing: 1.04px;
}
main .tie_up_enquiry_container div {
  display: block;
}
main .tie_up_enquiry_container div input {
  font-family: "Nunito", serif;
  width: 90%;
  display: block;
  padding: 10px 5px;
  outline: none;
  margin: 2rem 0px;
  border-radius: 10px;
  border: none;
}
main .tie_up_enquiry_container button {
  margin-top: 4rem;
  padding: 0.5rem 2rem;
  background: #ffca01;
  color: white;
  font-size: 20px;
  text-decoration: none;
  font-family: "Nunito", serif;
  border-radius: 32px;
  border: 1px solid #ffca01;
  margin-right: 1rem;
  text-align: center;
  transition: 0.3s ease-in-out all;
}
main .tie_up_enquiry_container button:hover {
  color: #ffca01;
  background: white;
}
main .get_started {
  background-color: #0068b9;
  background-image: url("/public/images/home/TestimonialsBG.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%;
  width: 100vw;
  padding-bottom: 4rem;
}
main .get_started_header {
  padding-top: 2rem;
  text-align: center;
  color: #fff;
  font-family: Poetirey;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 89.6px */
  letter-spacing: 1.28px;
}
main .get_started_container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem;
}
main .get_started_container_card {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem;
}
main .get_started_container_card img {
  flex: 1;
  height: 100px;
  object-fit: scale-down;
}
main .get_started_container_card_content {
  flex: 4;
  margin-left: 2rem;
}
main .get_started_container_card_content h2 {
  color: #fff;
  font-family: Poetirey;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 44.8px */
  letter-spacing: 0.64px;
}
main .get_started_container_card_content p {
  color: #fff;
  font-family: Nunito;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 28px */
  letter-spacing: 0.4px;
}
main .get_started2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10rem;
  position: relative;
  background-color: #ffd700;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 80% 80%, 60% 70%, 40% 80%, 20% 70%, 0 80%); /* Create the wavy shape */
}
main .get_started2-container {
  flex: 1;
  position: relative;
  width: 100vw;
  padding: 4rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .get_started2-container .card {
  width: 250px;
  height: 400px;
  border-radius: 1.5rem;
  background: #fff;
  margin: 2rem 1rem;
  box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
main .get_started2-container .card-image {
  text-align: center;
  position: relative;
}
main .get_started2-container .card-image img {
  width: 150px;
  height: 150px;
  position: absolute;
  top: -5rem;
  left: 3rem;
}
main .get_started2-container .card-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  margin-top: 4rem;
  padding: 2rem;
}
main .get_started2-container .card-content h2 {
  color: #252525;
  text-align: center;
  font-family: "Poetirey";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 2.8rem */
  letter-spacing: 0.04rem;
}
main .get_started2-container .card-content p {
  color: #424242;
  text-align: center;
  font-family: Nunito;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 1.75rem */
  letter-spacing: 0.025rem;
}
main .get_started2::after {
  background-color: #0068b9;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  z-index: -1;
}
main .faq {
  padding: 4rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  background: #a5cd39;
}
main .faq_title {
  color: #252525;
  text-align: center;
  font-family: Poetirey;
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 72.8px */
  letter-spacing: 1.04px;
  margin-bottom: 2rem;
}
main .faq_container {
  width: 70%;
  /* OPTIONAL HOVER STATE */
}
main .faq_container .faq-drawer {
  margin-bottom: 1rem;
}
main .faq_container .faq-drawer__content-wrapper {
  font-size: 1.25em;
  line-height: 1.4em;
  max-height: 0px;
  overflow: hidden;
  transition: 0.25s ease-in-out;
  background-color: #fff;
}
main .faq_container .faq-drawer__content {
  padding: 2rem 1rem;
}
main .faq_container .faq-drawer__title {
  color: #da175e;
  font-family: Nunito;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 33.6px */
  letter-spacing: 0.48px;
  cursor: pointer;
  display: block;
  padding: 1rem 1.5rem;
  margin-bottom: 0rem;
  transition: all 0.25s ease-out;
  background-color: #fff;
  border-radius: 0.5rem;
}
main .faq_container .faq-drawer__title::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: " ";
  display: inline-block;
  float: right;
  height: 10px;
  left: 2px;
  position: relative;
  right: 20px;
  top: 2px;
  transform: rotate(135deg);
  transition: 0.35s ease-in-out;
  vertical-align: top;
  width: 10px;
}
main .faq_container .faq-drawer__title:hover {
  color: #da175e;
}
main .faq_container .faq-drawer__trigger:checked + .faq-drawer__title + .faq-drawer__content-wrapper {
  max-height: 350px;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
main .faq_container .faq-drawer__trigger:checked + .faq-drawer__title::after {
  transform: rotate(-45deg);
  transition: 0.25s ease-in-out;
}
main .faq_container input[type=checkbox] {
  display: none;
}

@media only screen and (max-width: 900px) {
  main .hero_section {
    flex-direction: column;
  }
  main .hero_section_image {
    flex: 1;
  }
  main .hero_section_image img {
    width: 100%;
    object-fit: contain;
    position: relative;
    border-radius: 82px 0 82px 0;
  }
  main .hero_section_content {
    padding: 2rem 0px;
    margin-top: -2rem;
    border-radius: 0px;
  }
  main .hero_section_content div {
    margin: 3rem 2rem;
  }
  main .hero_section_content div h1 {
    line-height: 1;
    font-size: 2rem;
  }
  main .hero_section_content div button {
    width: 60%;
  }
  main .hero-section2-container {
    flex-direction: column;
  }
  main .hero-section2-container-card {
    width: fit-content;
    border-right: none;
    padding: 1rem 0px;
    border-bottom: 1px solid white;
  }
  main .hero-section3 {
    padding: 4rem 2rem;
    background-position: bottom;
    background-size: auto;
  }
  main .hero-section3 .hanging img {
    top: -4rem;
    left: -5rem;
    width: 200px;
    height: 200px;
  }
  main .hero-section3-container {
    width: 100%;
  }
  main .hero-section3-container-heading {
    padding-left: 4rem;
    font-size: 36px;
  }
  main .hero-section3-container-content {
    font-size: 16px;
  }
  main .hero-section3-container-footer {
    font-size: 18px;
  }
  main .points {
    margin: 10rem 0px;
    display: block;
    min-height: 100%;
    text-align: center;
  }
  main .points_container {
    height: 100%;
    align-items: flex-start;
    justify-content: start;
    width: 100%;
    overflow-x: scroll;
    scroll-snap-type: none;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  main .points_container_card {
    min-width: 350px;
    text-align: center;
    height: 260px;
    margin: 2rem 1rem;
    position: relative;
  }
  main .points_container_card:nth-child(2) {
    margin: 2rem 1rem;
  }
  main .points_container_card:last-child {
    margin-bottom: 0rem;
  }
  main .points_container_card img {
    width: 250px;
    height: 250px;
    bottom: 12rem;
    left: 0;
  }
  main .points_container_card p {
    justify-content: center;
    align-items: center;
  }
  main .points_action {
    margin-bottom: 4rem;
  }
  main .price_header {
    margin: 2rem 0px;
  }
  main .price_content {
    flex-direction: column;
  }
  main .tie_up {
    text-align: center;
    flex-direction: column;
  }
  main .tie_up_content {
    width: 100%;
    max-width: 100%;
  }
  main .tie_up_enquiry_container {
    padding: 0px;
    width: 100%;
  }
  main .tie_up_enquiry_container input,
  main .tie_up_enquiry_container button {
    width: 100%;
  }
  main .tie_up_enquiry_container button {
    margin-top: 2rem;
  }
  main .get_started_header {
    color: #fff;
    font-family: Poetirey;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 33.6px */
    letter-spacing: 0.48px;
  }
  main .get_started_container {
    padding: 1rem;
    flex-direction: column;
  }
  main .get_started_container_list {
    height: 100%;
    flex: 1;
    align-self: baseline;
  }
  main .get_started_container_list_card:nth-child(odd) {
    margin-left: 4rem;
  }
  main .get_started_container_list_card img {
    height: 80px;
  }
  main .get_started_container_list_card h2 {
    color: #fff;
    font-family: Poetirey;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 25.2px */
    letter-spacing: 0.36px;
  }
  main .get_started_container_list_card p {
    color: #fff;
    font-family: Nunito;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 16.8px */
    letter-spacing: 0.24px;
  }
  main .get_started2 {
    position: relative;
    display: block;
  }
  main .get_started2-container {
    height: 100%;
    align-items: flex-start;
    justify-content: start;
    width: 100%;
    overflow-x: scroll;
    scroll-snap-type: none;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  main .get_started2-container .card {
    min-width: 250px;
  }
  main .get_started2-container .card-image img {
    left: 4rem;
  }
  main .get_started2-container .card-content h2 {
    font-size: 1.5rem;
  }
  main .get_started2-container .card-content p {
    font-size: 1rem;
  }
  main .faq_container {
    width: 100%;
  }
  main .faq .container {
    padding: 80px;
  }
}
