.about-main .features {
  padding: 160px 24px 120px; 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.about-main .features-container {
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 90px;
  column-gap: 40px;
}

.about-main .features-container .feature-item {
  width: 580px;
}

.about-main .features-container .feature-item.feature-img {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F6FDFC;
}

.about-main .features-container .feature-item.feature-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.about-main .features-container .feature-item.feature-info {
  /* width: 580px; */
  width: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.feature-info h3 {
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: var(--black);
}

h3.feature-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0%;
  color: var(--black);
}

.feature-info .info-bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.feature-info .detail-top {
  display: flex;
  align-items: center;
  gap: 8px;
}

.feature-info .detail-item {
  display: flex;
  flex-direction: column;
}
.feature-info .detail-item .detail-img {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-info .detail-item img {
  width: 16px;
  height: 16px;
}

.feature-info .detail-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  color: var(--text);
}


.forward {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.forward-content {
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 40px;
}

.forward-content .forward-item {
  position: relative;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 8px;
  border: 1px solid #DDDDDD;
  background-color: var(--white);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.forward-content .forward-item:hover {
  background: var(--black);
  border-color: transparent;
}

.forward-content .forward-item:hover .forward-icon {
  background-color: var(--white);
  color: var(--black);
}

.forward-content .forward-item .forward-icon {
  width: 48px;
  height: 48px;
  background-color: var(--black);
  color: var(--white);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.forward-content .forward-item .forward-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.forward-content .forward-item h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  color: var(--black);
  transition: color 0.3s ease-in-out;
}

.forward-content .forward-item:hover h3 {
  color: var(--white);
}

.forward-content .forward-item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: var(--text);
  transition: color 0.3s ease-in-out;
  z-index: 2;
}

.forward-content .forward-item:hover p {
  color: var(--white);
}


.forward-content .forward-item .forward-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 128px;
  height: 128px;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
  opacity: 0.05;
}

.forward-content .forward-item:hover .forward-bg {
  opacity: 1;
}

.model-protected {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding-bottom: 320px!important;
}

.protected-content {
  max-width: 1200px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 20px;
}

.protected-content .protected-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: var(--white);
  border-radius: 8px;
  padding: 80px 0;
  border: 1px solid #DDDDDD;
}
.protected-content .protected-item img {
  width: 48px;
  height: 48px;
}
.protected-content .protected-item h3 {
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: var(--black);
  margin-bottom: 20px;
}
.protected-content .protected-item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: var(--text);
}

.protected-content .protected-item .detail-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.protected-content .protected-item .detail-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  width: 100%;
}

.protected-content .protected-item .detail-item .num {
  font-weight: 800;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0px;
  color: var(--black);
}
.protected-content .protected-item .detail-item .unit {
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: var(--black);
  margin-right: 10px;
}

.protected-content .protected-item .detail-item .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: var(--text);
  white-space: nowrap;
}


.model-protected .faq-banner {
  bottom: 0;
}

.about-main .faq-content {
  padding-top: 40px;
}

.about-main .faq-banner .w-btn {
  width: 160px;
  gap: 0;
  justify-content: space-between;
}
.about-main .faq-banner .w-btn span {
  white-space: nowrap;
}

.about-main .faq-banner .banner-left {
  display: flex;
  flex-direction: column;
}

.about-main .faq-banner .banner-left .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: var(--text);
  text-align: left;
}

.forward-content .forward-item .forward-icon.dark {
  display: none;
}


@media screen and (max-width: 1200px) {
  .about-main .features-container .feature-item.feature-img {
    width: 500px;
  }
}

@media screen and (max-width: 1024px) {
  .about-main .features-container {
    flex-direction: column-reverse;
  }
  .about-main .forward-content {
    gap: 20px;
  }
  .protected-content {
    grid-template-columns: repeat(1, 1fr);
  }
  .model-protected {
    padding-bottom: 40px!important;
  }
}



@media screen and (max-width: 680px) {
  .about-main .features-container .feature-item.feature-img {
    width: 100%;
  }
  .about-main .features {
    padding: 160px 15px 120px;
  }
  .about-main .forward-content {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 640px) { 
  .about-main .faq-banner .banner-right .actions {
    justify-content: center;
  }
  .faq-banner .banner-right .actions .btn {
    width: 220px;
  }
}