.section-qapa {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 45px;
}

.left-col {
  display: flex;
  flex-direction: column;
  gap: 25px;
  flex: 1 0 0;
}

.left-col h3 {
  font-size: 35px;
  font-weight: 600;
}

.right-col {
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  border-radius: 40px;
  border: 1px solid #7049D8;
  text-align: center;
}

.icon-bg {
  display: flex;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  border-radius: 30px;
  background: #DAD4F6;
}

@media screen and (max-width: 768px) {
  .section-qapa {
    display: flex;
    flex-direction: column;
  }
}
