/* --------- MAIN HOME --------------- */

#home_heroSection {
  margin-top: -100px;
  padding-top: 100px;
  height: 800px;
  background-image: url("./bg_home.png");
  background-size: cover;
  background-position: center;
  position: relative;
}

#home_heroSection .__container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#home_heroSection .__icon1 {
  position: absolute;
  top: 200px;
  left: 0%;
  animation: bar 3s infinite ease;
}

#home_heroSection .__icon2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

@keyframes bar {
  0% {
    top: 20%;
  }

  0% {
    top: 30%;
  }
}

#home_heroSection .__container .__title .__light {
  font-size: 6rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 1rem;
}

#home_heroSection .__container .__title .__bold {
  font-size: 6rem;
  line-height: 1;
  font-weight: 800;
}

#home_heroSection .__container ul {
  margin-top: 3rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

#home_heroSection .__container ul span {
  width: 15px;
  height: 15px;
  background-color: #000;
  border-radius: 50px;
}

#home_heroSection .__container ul li {
  font-size: 26px;
  color: #4f4f4f;
}

#home_heroSection .__container .__profile {
  display: flex;
  gap: 1.2rem;
}

#home_heroSection .__container .__profile button:nth-child(1) {
  cursor: pointer;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34);
  padding: 0.75rem 2rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(34 34 34);
  transition-duration: 0.3s;
  background-color: transparent;
}

#home_heroSection .__container .__profile button:nth-child(1):hover {
  background-color: #000;
  color: white;
}

#home_heroSection .__container .__profile button:nth-child(2) {
  cursor: pointer;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34);
  padding: 0.75rem 2rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: white;
  transition-duration: 0.3s;
  background-color: #000;
  animation: scale-up-down 6s infinite;
  overflow: hidden;
  position: relative;
}

#home_heroSection .__container .__profile button span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  animation: move-shine 3s infinite;
  z-index: 4;
}

#home_heroSection .__container .__profile button .btn-outer-bg:after {
  background: #fff;
  content: "";
  display: block;
  filter: blur(12px);
  height: 200%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 20px;
}

@keyframes scale-up-down {
  0% {
    transform: scale(1);
  }

  40% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  90% {
    transform: scale(1.1);
  }

  to {
    transform: scale(1);
  }
}

@keyframes move-shine {
  0% {
    transform: scale(2) rotate(16deg);
  }

  to {
    transform: scale(2) rotate(16deg) translate(100%);
  }
}

#home_heroSection .__container .__profile button:nth-child(2) i {
  transform: rotate(140deg);
  font-size: 22px;
}

#home_heroSection .__container .__rating {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
  gap: 1rem;
}

#home_heroSection .__container .__rating .__google img {
  width: 100%;
  height: 70px;
  object-fit: contain;
}

#home-service {
  padding: 3rem 0;
}

#home-service .__container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
  max-width: 1200px;
}

#home-service .__title h2 {
  background-color: rgb(235 231 255);
  color: rgb(79 79 79);
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  text-transform: uppercase;
  width: fit-content;
  padding: 5px 1rem;
  border-radius: 50px;
}

#home-service .__title h1 {
  margin-top: 1.5rem;
  color: rgb(34 34 34);
  text-align: left;
  font-size: 3.75rem;
  line-height: 1;
}

#home-service .__service-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 4rem;
}

#home-service .__service-cards .__cards {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 1.5rem;
  background-color: rgb(34 34 34);
  color: #d1d1d1;
  cursor: pointer;
}

#home-service .__service-cards .__cards img {
  width: 70px;
  background-color: rgb(34 34 34);
  border-radius: 50px;
  padding: 10px;
}

#home-service .__service-cards .__cards h1 {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#home-service .__service-cards .__cards p {
  font-size: 18px;
}

#home-service .__service-cards .__cards:hover {
  transform: scale(1.01);
  background-color: rgb(236 187 94);
  color: #000;
}

/* --- PORTFOLIO ---- */

#our-portfolio {
  margin-top: 5rem;
}

#our-portfolio .__container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
  max-width: 1200px;
}

#our-portfolio .__title h2 {
  background-color: rgb(235 231 255);
  color: rgb(79 79 79);
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  text-transform: uppercase;
  width: fit-content;
  padding: 5px 1rem;
  border-radius: 50px;
}

#our-portfolio .__title h1 {
  margin-top: 1.5rem;
  color: rgb(34 34 34);
  text-align: left;
  font-size: 3.75rem;
  line-height: 1;
}

#our-portfolio .__products {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

#our-portfolio .__products .__product-items {
  margin-bottom: 1rem;
}

#our-portfolio .__products .__image {
  background-image: url("../images/bg/portfolioBG.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
  padding: 1rem;
  width: 100%;
  position: relative;
  border-radius: 10px;
}

#our-portfolio .__products .__image .webimage {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

#our-portfolio .__products .__image .mobileImage {
  position: absolute;
  width: 150px;
  height: 80%;
  bottom: 1rem;
  right: 3rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

#our-portfolio .__products a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgb(0 0 0);
  line-height: 1.5rem;
  font-weight: 500;
  margin-top: 1.25rem;
  font-size: 1.2rem;
  width: fit-content;
}

#our-portfolio .__products h3 {
  background-color: rgb(235 231 255);
  color: rgb(0 0 0);
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 500;
  width: fit-content;
  padding: 4px 10px;
  border-radius: 10px;
}

#our-portfolio .__products h2 {
  margin-top: 0.5rem;
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 600;
}

#our-portfolio .__products .arrow-move {
  position: relative;
  top: 4px;
}

#our-portfolio .__products a:hover .arrow-move {
  transform: translateX(10px);
}

#our-portfolio .__products svg {
  width: 30px;
  fill: #000;
}

#our-portfolio .__btn {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}

#our-portfolio .__btn button {
  cursor: pointer;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34);
  padding: 0.75rem 2rem;
  text-align: center;
  font-size: 0.975rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: white;
  transition-duration: 0.3s;
  background-color: #000;
}

#our-portfolio .__btn button i {
  transform: rotate(140deg);
  font-size: 22px;
  color: white;
}

/* ---- TEAM ----- */

#home-team {
  background-color: rgb(255 255 255);
  padding: 5rem 0;
  margin-top: 5rem;
}

#home-team .__container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
  max-width: 1200px;
}

#home-team .__title h2 {
  background-color: rgb(235 231 255);
  color: rgb(79 79 79);
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  text-transform: uppercase;
  width: fit-content;
  padding: 5px 1rem;
  border-radius: 50px;
}

#home-team .__title h1 {
  margin-top: 1.5rem;
  color: rgb(34 34 34);
  text-align: left;
  font-size: 3.75rem;
  line-height: 1;
}

#home-team .__expert-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}

#home-team .__expert-box .__box {
  padding: 10px;
  padding-bottom: 50px;
  border: 1px solid rgb(174 174 174);
  border-radius: 20px;
  position: relative;
}

#home-team .__expert-box .__box:hover {
  scale: 1.01;
  box-shadow: 0 4px 10px #ff970a33;
}

#home-team .__expert-box .__box img {
  border-radius: 20px;
  width: 100%;
  height: 270px;
  object-fit: cover;
}

#home-team .__expert-box .__box .__title {
  margin-top: 0.6rem;
}

#home-team .__expert-box .__box .__title h3 {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}

#home-team .__expert-box .__box .__title p {
  font-size: 0.915rem;
  line-height: 1.3;
  font-weight: 400;
}

#home-team .__expert-box .__box .__social {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 10px;
}

#home-team .__expert-box .__box .__social i {
  font-size: 24px;
  color: #4f4f4f;
  cursor: pointer;
}

#home-team .__expert-box .__social i:hover {
  color: blue;
}

#home-team .__more {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}

#home-team .__more button {
  cursor: pointer;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34);
  padding: 0.75rem 2rem;
  text-align: center;
  font-size: 0.975rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: white;
  transition-duration: 0.3s;
  background-color: #000;
}

#home-team .__more button i {
  transform: rotate(140deg);
  font-size: 22px;
  color: white;
}

/* ---- SERVICE PLAN ----- */

#__service-plan {
  background-color: #000;
  color: #fff;
  width: 100%;
}

#__service-plan .__container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 5rem 0;
}

#__service-plan .__container .__title {
  text-align: center;
}

#__service-plan .__container .__title h1 {
  font-size: 3.75rem;
  line-height: 1;
  margin-bottom: 2rem;
}

#__service-plan .__container .__title p {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

#__service-plan .__plans-list {
  margin-top: 6rem;
}

#__service-plan .__plans-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
}

#__service-plan .__plans-list .__left {
  width: 25%;
}

#__service-plan .__plans-list .__left h2 {
  font-size: 2rem;
  font-weight: 500;
}

#__service-plan .__plans-list .__center {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

#__service-plan .__plans-list .__center i {
  font-size: 32px;
  margin-right: 10px;
}

#__service-plan .__plans-list .__center .__list {
  display: flex;
  align-items: center;
}

#__service-plan .__plans-list .__right {
  width: 25%;
  display: flex;
  justify-content: end;
}

#__service-plan .__plans-list .__right button {
  cursor: pointer;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: #fff;
  padding: 0.75rem 2rem;
  text-align: center;
  font-size: 0.975rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: white;
  transition-duration: 0.3s;
  background-color: #000;
}

#__service-plan .__btn {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}

#__service-plan .__btn button {
  cursor: pointer;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34);
  padding: 0.75rem 2rem;
  text-align: center;
  font-size: 0.975rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: #000;
  transition-duration: 0.3s;
  background-color: #fff;
}

#__service-plan .__btn button i {
  transform: rotate(140deg);
  font-size: 22px;
  color: #000;
}

/* ------- Journey --------- */

#__journey {
  background-color: #fff;
  color: #000;
  padding: 5rem 0;
}

#__journey .__container {
  margin: 0 auto;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

#__journey .__container .__left {
  overflow: hidden;
}

#__journey .__container .__left video {
  width: 100%;
}

#__journey .__container .__left h1 {
  line-height: 1;
  font-size: 5.5rem;
  font-weight: 600;
  margin-bottom: 4rem;
}

#__journey .__container .__right {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
  padding-bottom: 5%;
}

#__journey .__container .__right p {
  margin-top: 1rem;
  font-size: 1.3rem;
  line-height: 2rem;
}

/* FAQ */

.__faq {
  padding: 4rem 0;
  margin-bottom: 2rem;
}
.__faq .__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.__faq .__container .__title h2 {
  background-color: rgb(235 231 255);
  color: rgb(79 79 79);
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  text-transform: uppercase;
  width: fit-content;
  padding: 5px 1rem;
  border-radius: 50px;
}

.__faq .__container .__title h1 {
  margin-top: 1.5rem;
  color: rgb(34 34 34);
  text-align: left;
  font-size: 3.75rem;
  line-height: 1;
}

.__faq .__faq-box {
  margin-top: 6rem;
}

.__faq .__faq-box .__left .__question-box {
  border-bottom: 2px solid #d6d6d6;
  margin-bottom: 1rem;
}

.__faq .__faq-box .__left .__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.__faq .__faq-box .__left .__question ._q {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.__faq .__faq-box .__left p {
  font-size: 1.25rem;
  font-weight: 600;
  color: rgb(0 0 0);
}

.__faq .__faq-box .__left h3 {
  margin-top: 8px;
  margin-bottom: 10px;
  margin-left: 1.8rem;
  font-size: 16px;
  color: #888888;
  font-weight: 400;
}

.w-full {
  width: 100%;
  height: fit-content;
}

.__faq .__faq-box .__left i {
  rotate: 180deg;
  font-size: 18px;
}

/* ---- MEDIA ---- */

@media screen and (max-width: 786px) {
  #home_heroSection {
    overflow: hidden;
    margin-top: 0;
    padding-top: 0;
    height: 100%;
    height: 650px;
  }

  #home_heroSection .__icon1 {
    top: 0;
  }

  @keyframes bar {
    0% {
      top: 0%;
    }

    0% {
      top: 10%;
    }
  }

  #home_heroSection .__icon1 img {
    width: 100px;
  }

  #home_heroSection .__icon2 img {
    width: 150px;
  }

  #home_heroSection .__container .__title .__light {
    font-size: 36px;
  }

  #home_heroSection .__container .__title .__bold {
    font-size: 60px;
  }

  #home_heroSection .__container ul {
    gap: 10px;
  }

  #home_heroSection .__container ul li {
    font-size: 10px;
  }

  #home_heroSection .__container ul span {
    height: 6px;
    width: 6px;
  }

  #home_heroSection .__container .__profile button:nth-child(1),
  #home_heroSection .__container .__profile button:nth-child(2) {
    font-size: 14px;
    height: 45px;
    padding: 0.75rem 1rem;
  }

  #home_heroSection .__container .__rating {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 5px;
    margin-top: 2rem;
    padding: 0 2rem;
  }

  #home_heroSection .__container .__rating .__google img {
    width: 100%;
    height: 50px;
    object-fit: cover;
  }

  /* --- SERVICE ---- */

  #home-service {
    padding: 3rem 10px;
  }

  #home-service .__title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #home-service .__title h2 {
    max-width: max-content;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    padding: 0.5rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    --tw-text-opacity: 1;
  }

  #home-service .__title h1 {
    margin-top: 1rem;
    font-size: 30px;
  }

  #home-service .__service-cards {
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    gap: 10px;
    margin-top: 2rem;
  }

  #home-service .__service-cards .__cards {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 15px;
  }

  #home-service .__service-cards .__cards img {
    width: 2.5rem;
    padding: 8px;
  }

  #home-service .__service-cards .__cards h1 {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  #home-service .__service-cards .__cards p {
    font-size: 12px;
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    
  }

  /* --- PORTFOLIO ---- */

  #our-portfolio {
    padding: 0rem 10px;
    margin-top: 0;
  }

  #our-portfolio .__title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #our-portfolio .__title h2 {
    max-width: max-content;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    padding: 0.5rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    --tw-text-opacity: 1;
  }

  #our-portfolio .__title h1 {
    margin-top: 1rem;
    font-size: 30px;
  }

  #our-portfolio .__products {
    margin-top: 2rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }

  #our-portfolio .__products .__image {
    height: 280px;
  }

  #our-portfolio .__products .__image .mobileImage{
    width: 120px;
  }

  #our-portfolio .__products h2 {
    font-size: 24px;
  }

  #our-portfolio .__products a {
    font-size: 14px;
    margin-top: 1rem;
  }

  #our-portfolio .__products svg {
    width: 20px;
  }

  #our-portfolio .__btn {
    margin-top: 2rem;
  }

  #our-portfolio .__btn button {
    font-size: 14px;
    height: 45px;
    padding: 0.75rem 1rem;
  }

  /* -- TEAM --- */

  #home-team {
    padding: 20px 10px;
  }

  #home-team .__title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #home-team .__title h2 {
    max-width: max-content;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    padding: 0.5rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    --tw-text-opacity: 1;
  }

  #home-team .__title h1 {
    margin-top: 1rem;
    font-size: 30px;
  }

  #home-team .__expert-box {
    margin-top: 2rem;
    grid-template-columns: repeat(1, 1fr);
  }

  #home-team .__expert-box .__box .__social {
    width: 100%;
    justify-content: center;
  }

  #home-team .__more {
    margin-top: 2rem;
  }

  #home-team .__more button {
    font-size: 14px;
    height: 45px;
    padding: 0.75rem 1rem;
  }

  /* -- DESIGN PLAN -- */

  #__service-plan .__container .__title h1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 30px;
  }

  #__service-plan .__container .__title p {
    font-size: 12px;
    line-height: 1.25;
  }

  #__service-plan .__plans-list {
    margin-top: 2rem;
  }

  #__service-plan .__plans-list li {
    flex-direction: column;
    margin-top: 2rem;
  }

  #__service-plan .__plans-list .__left h2 {
    font-size: 26px;
  }

  #__service-plan .__plans-list .__left,
  #__service-plan .__plans-list .__center,
  #__service-plan .__plans-list .__right {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  #__service-plan .__plans-list .__center {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin: 2rem 0;
  }

  #__service-plan .__plans-list .__center i {
    font-size: 20px;
    margin-right: 2px;
  }

  #__service-plan .__plans-list .__center p {
    font-size: 12px;
    text-align: center;
    width: 100%;
  }

  #__service-plan .__plans-list .__right button {
    font-size: 12px;
    height: 40px;
    padding: 0.75rem 1.5rem;
  }

  #__service-plan .__btn button {
    font-size: 14px;
    height: 45px;
    padding: 0.75rem 1rem;
  }

  /* --- JOURNEY --- */

  #__journey {
    padding: 10px;
  }

  #__journey .__container {
    grid-template-columns: repeat(1, 1fr);
  }

  #__journey .__container .__left h1 {
    margin-top: 1rem;
    font-size: 30px;
    text-align: center;
  }

  #__journey .__container .__right p {
    font-size: 1rem;
    /* text-align: center; */
    margin-top: 0;
  }

  /* -- FAQ --- */

  .__faq {
    padding: 20px 10px;
  }

  .__faq .__title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .__faq .__container .__title h2 {
    max-width: max-content;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    padding: 0.5rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    --tw-text-opacity: 1;
  }

  .__faq .__container .__title h1 {
    margin-top: 1rem;
    font-size: 30px;
    text-align: center;
  }

  .__faq .__faq-box {
    margin-top: 3rem;
  }



  .__faq .__faq-box .__left .__question ._q {
    gap: 10px;
  }

  .__faq .__faq-box .__left p {
    font-size: 1rem;
  }

  .__faq .__faq-box .__left h3 {
    font-size: 0.915rem;
    margin-left: 24px;
  }
}
