

.customerheader {
    color: #023678;
    width: 100%;
    text-align: center;
    height: auto;
    position: relative;

}

.customerheader .title {
    position: relative;
    padding: 2rem 0;
    color: #023678;
    z-index: 4;

}
.customerbox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
 h4 {
  border-bottom: #34D8BF 3px solid;
  font-weight: 300px;
  width: 300px;
  margin: 20px auto;
  text-align: center;
  padding: 1rem 0;
  font-size: 20px;
}
.flex{
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
span.image.caption {
    font-size: 14px;
    color: #455A64;
    display: inline-block;
    line-height: 16px;
    min-height:32px ;
    margin: 0 auto 1rem;
    text-align: center;
}


.examplebox {
    display: block;
    text-align: left;
    flex: 1 1 auto;
    margin: 15px;

}

.examplebox a img,
.examplebox img {
    max-height: 200px;
    max-width: 200px
}
.examplebox  ul{
  margin-bottom: 1rem;
  width: 350px;
  margin: 0 auto;
}
.examplebox  li {
    position: relative;
    margin-left: .8rem;
    font-weight: 600;
}

.examplebox ul li:before {
    content: "";
    width: 0.3rem;
    height: 1rem;
    background-color: #34D8BF;
    position: absolute;
    top: 4px;
    left: -10px
}

@media screen and (max-width: 740px) {
.examplebox{
    width: 100%;
    margin: 0;
}
.examplebox a img,
.examplebox img {
    max-height: 200px;
    max-width: 130px
}
}
