.section-faq-1 .faq-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 40px;
}
.section-faq-1 .icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  margin-right: 30px;
  top: 30px;
}
.section-faq-1 .custom-line {
  position: absolute;
  width: 2px;
  background-color: #e4b8b8;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.section-faq-1 .icon-circle-red {
  width: 60px;
  height: 60px;
  background: #ff5d64;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(74, 134, 232, 0.65);
  position: relative;
  left: -10px;
  top: 30px;
}
.section-faq-1 .icon-circle-red svg {
  width: 40px;
  height: 40px;
}
.section-faq-1 .faq-item-red {
  display: flex;
  align-items: flex-start;
}
.section-faq-1 .faq-item-content-red {
  flex: 1;
  margin-left: 18px;
}
.section-faq-1 .faq-item-content h6 {
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 5px;
  color: #333;
}
.section-faq-1 .faq-item-content p {
  font-size: 0.75rem;
  margin: 0 0 5px 0;
  line-height: 1.3rem;
}
.section-faq-1 .faq-item-content a {
  font-size: 0.75rem;
  font-weight: 700;
  color: #4a86e8;
  text-decoration: none;
  transition: text-decoration 0.3s ease;
}
.section-faq-1 .faq-item-content a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .section-faq-1 .icon-circle {
    margin-right: 20px;
  }

  .section-faq-1 .icon-circle-red {
    width: 50px;
    height: 50px;
    left: -5px;
  }
  .section-faq-1 .icon-circle-red svg {
    width: 30px;
    height: 30px;
  }

  .section-faq-1 .faq-item-content-red {
    margin-left: 20px;
  }
}

@media (max-width: 480px) {
  .section-faq-1 .icon-circle {
    margin-right: 10px;
  }

  .section-1 .icon-circle-red {
    width: 40px;
    height: 40px;
    left: 0;
  }
  .section-1 .icon-circle-red svg {
    width: 24px;
    height: 24px;
  }

  .section-1 .faq-item-content-red {
    margin-left: 18px;
  }
}
@media (min-width: 992px) {
  .section-1 .col-md-6 {
    max-width: 40%;
    margin: auto;
  }
  .section-1 .row > .col-md-6:nth-child(1) {
    margin-top: 10px;
  }
  .section-1 .row {
    align-items: flex-start;
  }
  .section-1 .faq-item-content {
    max-width: 95%;
  }
}

.section-1 .padingclass {
  border-spacing: 10px;
}
