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

}


.container6 .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%);
}

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


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

.container6 {
    position: relative;
  
    margin: 140px 0px;
}


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

.container6 .mobile {
  display: none;
}

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



/* yellow shadow */

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

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

}
/*

.container6::after {
    content: '';
    background-color: black;
    display: block;
    width: 70%;
    height: 100%; 
    position: absolute;
    top: 110%;
    left:15%;
}
    */