body {
  background: #3b4262;
  color: #ffffff;
  font-family: arial, sans-serif;
}

.item {
  display: -webkit-box;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}
.item .image {
  padding: 1em 2em;
  width: 30%;
}
.item .image > div {
  position: relative;
  text-align: center;
  font-size: 0.8em;
}
.item .image > div::after {
  content: "";
  width: 50%;
  height: 0;
  border-bottom: 3px solid #ff0000;
  position: absolute;
  top: 2.75em;
  left: 2.5em;
  z-index: -1;
}
.item .image img {
  border-radius: 150%;
  height: 5em;
  border: 0.35em solid #5ed3bf;
}
.item .image span {
  display: block;
  clear: both;
  padding: 0.25em 0;
  margin: 0.5em 0;
  background: #3b4262;
}
.item .details {
  position: relative;
  -webkit-box-flex: 1;
          flex-grow: 1;
          width: 70%;
}
.item .details > div {
  border: 3px solid #ff0000;
  border-radius: 1.0em;
  padding: 1.5em;
  margin: 1em 0;
}
.item .details > div h1 {
  color: #5ed3bf;
  font-size: 1.4em;
  margin: 0;
  padding: 0 0 0.5em 0;
  letter-spacing: 0.1em;
}
.item .details > div p {
  margin: 0;
  padding: 0;
  line-height: 150%;
}
.item .details::before {
  content: "";
  width: 0;
  height: 100%;
  border-left: 1px solid #ff0000;
  position: absolute;
  top: 0;
  left: -4.35em;
  z-index: -1;
}
.navee_certi{
  width: 40%;
  margin: 20px auto 0;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.navee_certi img{
  width: 100%;
  height: 100%;
}

@media (min-width: 320px) and (max-width: 480px) {
  .item {
    display: -webkit-box;
    display: flex;
    flex-direction: column;
  }
  .item .image {
    width: 100%;
  }
  .item .details {
    width: 100%;
  }
  .section-heading {
    padding: 0;
  }
  /* figure.snip1321:hover figcaption, figure.snip1321.hover figcaption {
    height: 100%;
  } */
  figure {
    margin: 0px;
}
.navee_certi{
  width: 80%;
}
}
@media  (max-width: 319px) {
  .navee_certi{
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .navee_certi{
    width: 80%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .navee_certi{
    width: 80%;
  }
}