.about-bg {
  position: relative;
  height: 70vh;
  width: 100%;
  background: url(../img/cyber-security/Virtual-CISO-Service-Benefits.jpeg) top
    center no-repeat;
  background-size: cover;
  z-index: 1;
}
.about-bg::after {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.virtual-CISO {
  padding-top: 3em;
  padding-bottom: 3em;
}
.sec-heading h2 {
  font-size: 42px;
  color: #335288;
  font-weight: 600;
  line-height: 63px;
  text-align: center;
}

.v-ciso-points ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  padding-left: 0;
}
.v-ciso-points li {
  display: flex;
  gap: 0.5em;
  align-items: center;
  background: rgba(68, 68, 68, 0.2);
  border-radius: 5px;
  padding: 0.4em 0.6em;
  flex: 40%;
  min-width: 18rem;
}
.v-ciso-points li:hover {
  background-image: linear-gradient(
    90deg,
    rgb(106, 119, 239),
    rgb(51, 82, 136)
  );
  color: #fff;
}
.v-ciso-points img {
  width: 30px;
}
.img-v-ciso img {
  width: 100%;
}
