html h1 {
  text-align: center;
}
html h2 {
  text-align: center;
  color: grey;
}
#exampleSlider,#exampleSlider2 {
  position: relative;
}
@media (max-width: 767px) {
  #exampleSlider,#exampleSlider2 {
    border-color: transparent;
  }
}

#exampleSlider,#exampleSlider2{
display: flex;
justify-content: center; 
}
#exampleSlider .MS-content,#exampleSlider2 .MS-content {
  margin: 15px;
  overflow: hidden;
  white-space: nowrap;
  width:90%;
}
@media (max-width: 767px) {
  #exampleSlider .MS-content,#exampleSlider2 .MS-content {
    margin: 0;
  }
}
#exampleSlider .MS-content .item,#exampleSlider2 .MS-content .item {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: 20%;
}

@media (max-width: 1200px) {
  #exampleSlider .MS-content .item,#exampleSlider2 .MS-content .item {
    width: 33.3333%;
  }
}

@media (max-width: 767px) {
  #exampleSlider .MS-content .item,#exampleSlider2 .MS-content .item {
    width: 50%;
  }
}

@media (max-width: 500px) {
  #exampleSlider .MS-content .item,#exampleSlider2 .MS-content .item {
    width: 100%;
  }
}

#exampleSlider .MS-content .item p,#exampleSlider2 .MS-content .item p {
  font-size: 30px;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  margin: 0;
  padding: 5px 0;
}

#exampleSlider .MS-controls button,#exampleSlider2 .MS-controls button{
  position: absolute;
  border: none;
  background:rgb(65, 65, 65,0.3);
  border-radius:5px;
  font-size: 30px;
  outline: 0;
  top:40%;
}

#exampleSlider .MS-controls button:hover,#exampleSlider2 .MS-controls button:hover {
  cursor: pointer;
}

#exampleSlider .MS-controls .MS-left,#exampleSlider2 .MS-controls .MS-left {
  left: 10px;
}
@media (max-width: 992px) {
  #exampleSlider .MS-controls .MS-left,#exampleSlider2 .MS-controls .MS-left {
    left: -2px;
  }
}
#exampleSlider .MS-controls .MS-right,#exampleSlider2 .MS-controls .MS-right {
  right: 10px;
}
@media (max-width: 992px) {
  #exampleSlider .MS-controls .MS-right,#exampleSlider2 .MS-controls .MS-right {
    right: -2px;
  }
}
