.container8 .additional-info li {
  position: relative;
  padding-left: 10px; 
  margin-bottom: 20px;

}


.container8 .additional-info li::before {
  content: '?';
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  font-size:22px;
  text-align: center;
  position: absolute;
  left: -29px;
  top: 50%;
  border: 2px solid black;
  border-radius: 50%;
  font-weight: 800;
 transform: translateY(-50%);
}

.container8 h3 {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.container8 .inner-container {
    width:60%;
     margin: 60px auto;
     text-align: center;
}


.container8 .additional-info ul {
    list-style-type: none;
}

.container8 {
    position: relative;

    margin: 140px 0px;
}


.container8 .image-placeholder {
  width:80%;
  margin-left:10%;
}

.container8 .image-placeholder img {
  width:100%;
}



/* yellow shadow */

.container8::before {
    content: '';
    width: 140%;
    height: 80%;
    
    display: block;
    position: absolute;
    bottom: 30%;
    left: 0;
    background-color: #f2f2f2;
    z-index: -1;
    margin-right: -30%;

  clip-path: polygon(
      0% 10%,       /* Top-left  */
      100% 0%,     /* Top-right point */
      100% 100%,    /* Bottom-right  */
      4% 96%      /* Bottom-left  */
  );

}
