.banner-solid {
  background: #AF1D1D;
}



.risk-section {
  padding: 40px 0 60px;
}

.risk-card {
  border-radius: 16px;
  overflow: hidden;
  background-color: #F8F8F8;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.risk-card img {
  width: 100%;
  object-fit: cover;
}

.risk-body {
  padding: 16px 18px 14px;
  font-size: 0.85rem;
}

.risk-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 8px;
  color: var(--theme);
}

.risk-title span {
  font-weight: 800;
}

.risk-card:hover .services-img-wrapper::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

.risk-list {
  padding-left: 1.1rem;
  margin-bottom: 0;
}

.risk-list li {
  font-size: 15px;
  color: #000;
  list-style: disc;
}

.risk-list li+li {
  margin-top: 2px;
}