.about-bg {
  position: relative;
  height: 70vh;
  width: 100%;
  background: url(../img/cyber-security/Cyber-Security-Img-2.jpeg) center center
    no-repeat;
  background-size: cover;
  z-index: 1;
}
.v-ciso-points {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.v-ciso-points details {
  display: flex;
  gap: 0.5em;
  align-items: center;
  background: rgba(68, 68, 68, 0.2);
  border-radius: 5px;
  flex: 40%;
  min-width: 18rem;
}
details[open] .bi-chevron-down {
  transform: rotate(0.5turn);
}
.v-ciso-points details summary {
  padding: 0.5em 0.8em;
  border-radius: 5px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}

.v-ciso-points details p {
  padding: 0.5em 0.8em;
}
.v-ciso-points details:hover summary {
  background-image: linear-gradient(
    90deg,
    rgb(106, 119, 239),
    rgb(51, 82, 136)
  );
  color: #fff;
}
