.add_list {
  text-align: center;
  margin: 30px 0px;
  overflow: hidden;
}

.font_list {
  font-family: 'Abel';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  align-items: center;
  color: #222560;
  margin: 10px 0px;
}

.img_list {
  width: 50%;
  height: 50%;
  overflow: hidden;
}

.add_list img {
  transform: scale(1, 1);
  transition: all 0.6s;
  overflow: hidden;
}

.add_list img:hover {
  cursor: pointer;
  transform: scale(1.1);
  overflow: hidden;
}

.left-border {
  width: 0px;
  height: 50%;
  border-right: 2px solid rgb(161, 161, 161);
  position: absolute;
  top: 30px;
}

.main-content {
  margin-bottom: 50px;
}

.products-img {
  display: block;
  width: 100%;
}

.showhave {
  font-family: 'Abel';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  color: #222222;
  margin-top: 50px;
  margin-bottom: 50px;
}

.learnmore {
  width: 100px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #3d84e6;
  border-radius: 25px;
  margin: 0 auto;
  color: #3d84e6;
  cursor: pointer;
}

@media (max-width: 991px) {
  .showhave {
    text-align: center;
    margin: 20px 0 10px;
  }

  .left-border {
    display: none;
  }
}