.ourwork {
  height: 1145px;
}

.ourservice-header {
  width: 688px;
  height: 90px;
  top: 894px;
  left: 120px;
  gap: 6px;
  display: flex;
  flex-direction: column;
}

.work-header {
  width: 663px;
  height: 380px;
  top: 206px;
  left: 120px;
  gap: 12px;
}

.work-heading {
  font-family: Paralucent;
  font-size: 24px;
  font-weight: 300;
  line-height: 28.8px;
  text-align: left;
  color: #ffffff;
}

.Hd {
  width: 663px;
  height: 380px;
  top: 206px;
  left: 120px;
}

.work {
  font-family: Paralucent;
  font-size: 64px;
  font-weight: 600;
  line-height: 76.8px;
  text-align: left;
  color: #ffffff;
}


.faq-answer {
  font-family: Paralucent;
  font-size: 14px;
  font-weight: 300;
  line-height: 16.8px;
  text-align: left;

  color: #828282;
}

.subheader {
  font-family: Paralucent;
  font-size: 32px;
  font-weight: 500;
  line-height: 41.6px;
  text-align: left;
  color: #ffffff;
  padding-top: 16px;
  padding-bottom: 6px;
}

.subcontent {
  align-items: stretch;
  font-family: Paralucent;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
  text-align: left;
  color: #ffffff;
  display: flex;
  align-items: flex-start;
  width: 650px;
  height: 42px;
}

.chips {
  padding-top: 50px;
  padding-bottom: 56px;
  display: flex;
  align-items: center;
  gap: 38px;
}

.subchips {
  height: 37px;
  padding: 9px 22px 9px 22px;
  gap: 8px;
  border-radius: 100px;
  font-family: Paralucent;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: left;
  color: #ffffff;
  border: 1px solid #ffffff;
}

/* .img-tas {
    width: 560px;
    height: 400px;
} */

.sub-content {
  display: flex;
  align-items: center;
  gap: 90px;
}

.sub-content-child {
  width: 518px;
  height: 638px;
  gap: 16px;
  position: relative;
}

.app-heading {
  font-family: Paralucent;
  font-size: 40px;
  font-weight: 500;
  line-height: 52px;
  text-align: left;
  color: #ffffff;
  padding-top: 16px;
  padding-bottom: 12px;
}

.head-desc {
  font-family: Paralucent;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
  text-align: left;
  color: #ffffff;
}

.head-btn {
  display: flex;
  align-items: center;
  margin-top: 42px;
  width: 162px;
  height: 40px;
  padding: 9px 12px 9px 18px;
  gap: 8px;
  border-radius: 100px;
  border: 1px solid #ffffff;
  position: absolute;
  bottom: 0;
}

.pro {
  font-family: Paralucent;
  font-size: 16px;
  font-weight: 300;
  line-height: 19.2px;
  text-align: left;
  color: #ffffff;
}

body {
  font-family: Arial, sans-serif;
}

.header-hero {
  /* font-size: 68px; */
  font-weight: 500;
}

.faq-heading {
  font-family: Paralucent;
  font-size: 18px;
  font-weight: 300;
  line-height: 21.6px;
  text-align: left;
  color: #ffffff;
  padding-top: 40px;
  border-bottom: 1px solid #ffffff59;
  padding-bottom: 16px;
}

.faq-section {
  display: flex;
  color: #fff;
}

.faq-left {
  flex: 1;
  padding-top: 218px;
  padding-left: 88px;
}

.faq-left h2 {
  font-family: Paralucent;
  font-size: 64px;
  font-weight: lighter;
  line-height: 76.8px;
  text-align: left;
  color: #ffffff;
}

.faq-left p {
  margin-right: 116px;
  font-family: Paralucent;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
  text-align: left;
  color: #ffffff;
  width: 387px;
  height: 84px;
}

.faq-right {
  flex: 2;
  background-color: #ffffff;
  color: #333;
  padding: 1.5rem;
  width: 758px;
  height: 550px;
  margin-top: 100px;
  overflow: auto;
  scrollbar-width: none;
}

.faq-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 1rem 0;
}

.faq-question {
  display: flex;
  align-items: center;
  font-weight: lighter;
  font-size: 1rem;
  cursor: pointer;
}

.faq-question span {
  width: 2rem;
  text-align: center;
  padding-inline: 52px;
}

.faq-answer {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  line-height: 1.5;
  padding-left: 6.5rem;
  width: 439px;
  color: #666;
}

.open .faq-answer {
  display: block;
}

.faq-item:not(.open) .faq-answer {
  display: none;
}

.faq-arrow {
  width: 48px;
  height: 48px;
  border-radius: 102.86px;
  border: 1.2px solid #3948544d;
  margin-right: 52px;
}

.arrow {
  position: relative;
  top: -14px;
  left: 12px;
}

.strike-through {
  text-decoration: line-through;
  text-decoration-thickness: 3px;
  transition: 0.5s;
}

.scroll-down:hover {
  padding-bottom: 10px;
  background-color: var(--primary);
  transition: 0.5s;
}

.scroll-down:hover .text {
  margin-top: 10px;

  transition: 0.5s;
}
