.h2-contain {
    width: 25%;
    margin-bottom: 40px;
    margin: 0 auto;
    text-align: center;
}
.h2-contain-info {
    width: 25%;
    margin-bottom: 40px;
    float: left;
    text-align: left;
}

.h2-under {
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  color: #022C43;
}
.top__title-h2 {
  border-bottom: solid 2px #2FA6C3;
    padding-bottom: 10px;
    font-size: 22px;
    color: #022C43;
   margin-bottom: 10px;
}
.top-banner {
  margin-bottom: 40px;
}
.top-banner ul {
  margin-top: 25px;
  text-align: center;
}
.top-banner li {
  display: inline-block;
    margin: 10px;
    width: 22%;
}
 
.top-banner li:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
}
 
.top-banner img {
  width: 100%;
}

.new_item__section {
  background: #022C43;
  padding: 20px;
  margin-bottom: 60px;
}
.white {
  color: #fff!important;
}

.topbanner2 {
  list-style: none;
  }

.topbanner2 li {
  float: left;
    margin: 10px;
   width: 46%;
}
 
.topbanner2 li:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
}
 
.topbanner2 img {
  width: 100%;
}
