body {
  margin: 0;
  padding: 0;
  line-height: 20px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.clear {
  clear: both;
}
.certification{
    background-image: url(../images/plan-bg.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 200px 0px 100px 0px;
}
.certification img{
    width: 100%;
    max-height: 300px;
    min-height: 280px;
    border: 2px dashed #e9d330;
    padding: 20px;
    margin: 20px 0;
}