.container7 {
    position: relative;
    text-align: center;
}

.container7 .inner-container {
    width:60%;
    margin:auto;
}



.container7 ul {
    list-style-type: none;
}

.container7 .additional-info {

    margin-top:60px;
   
}

.container7 .additional-info ul {
     text-align: left;
}


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


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

.container7 h3 {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.container7 .darba_laiks p {
    margin:0px;
    font-weight: 500;
}



/* gray shadow */

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

  clip-path: polygon(
      0% 0%,       /* Top-left  */
      97% 6%,     /* Top-right point */
      100% 92%,    /* Bottom-right  */
      0% 100%      /* Bottom-left  */
  );

}