 
.certificaten ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}

.certificaten ul li {
  display: inline-block;
  width: 100%;
  font-size: 17px;
  line-height: 24px;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.02);
  padding: 32px 25px 32px 85px;
  margin-bottom: 5px;
  position: relative;
}

.certificaten ul li::before {
  width: 9px;
  height: 9px;
  background-color: #e63946; /* vervang door je $base-color1 */
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: '';
  border-radius: 50%;
  left: 40px;
}
 

.certificaten ul li a{
	color: black !important;
}

.contactpage{
	overflow-x: hidden;
	position:relative;
}
.contactpage:before {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    content: '';
    width: 645px;
    height: 454px;
    background-image: url(/images/history1.svg);
    top: 0;
    right: -285px;
}