.slider-container, .slider-container * {
  user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.slider-container {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  cursor: ew-resize;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

slider-container {
  position: relative;
  width: 80%;
  height: 300px;
  overflow: hidden;
  cursor: ew-resize;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.slider-container img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.slider-image-top {
  clip-path: inset(0 50% 0 0);
  transition: clip-path 0.1s;
}

.slider-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #fff;
  transform: translateX(-50%);
  z-index: 2;
}

img {
}

.p {
  text-align: justify;
  font-size: 20;
}

.title-lower {
  font-size: 30px;
}

.navbartop {
  background: rgb(255,10,10);
}

.divtest {
  background: #ff0000;
}

.title-lower {
  font-size: 20px;
}

.title-lower {
  font-size: 30px;
  margin-top: 20px;
}

@media (min-width: 1400px) {
  .title-container {
    font-size: 40px;
    padding: 0px 40px 0px;
  }
}

.title-container.gray {
  margin: 0px ;
  padding: 0px 40px 20px;
}

.article-container.gray {
  margin: 0px;
  padding: 10px 20px 0px;
  font-size: 25px;
  background-color: #D9D9D9;
  /*font: arial;*/
  margin-left: 0;
  margin-right: 0;
}

.title-container.gray {
  background-color: #D9D9D9;
  margin-left: 0px;
  margin-right: 0px;
  padding: 10px 55px 5px;
  /*font-size: 30px;*/
}

