* {
  font-family: "Montserrat", sans-serif;
}
#premium {
  background-image: url(../images/bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#premium .my-row .my-col {
  margin: 0 auto;
}
#premium .my-row .my-col .heading {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 2vw;
}
#premium .my-row .my-col .heading img,
#premium .my-row .my-col .heading h2 {
  display: inline-block;
}
#premium .my-row .my-col .heading h2 {
  font-size: 3vw;
  font-weight: 700;
  margin: 0;
  color: #fff;
}
#premium .my-row .my-col .heading img {
  width: 24vw;
}
#premium .my-row .my-col .content p {
  font-size: 2.3vw;
  font-weight: 600;
  margin-top: 4vh;
  margin-bottom: 1vh;
  line-height: 1.8;
  color: #fff;
}

/*SLIDESHOW Test*/
.mySlides {
  display: none;
  overflow: hidden;
  margin: 3vh 0 0;
}
.mySlides img {
  vertical-align: middle;
}

/* Slideshow container */
.slideShow {
  width: 100vw;
  position: relative;
  margin: 0;
  padding: 0;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #777;
  font-weight: bold;
  font-size: 22px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: #f18d00;
  color: #fff;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 375px) {
  .prev,
  .next {
    font-size: 15px;
  }
  .dot {
    height: 8px;
    width: 8px;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
}
/*end test*/

#premium .bereit {
  margin: 2vw auto;
  text-align: center;
}
#premium .bereit h3 {
  font-size: 3vw;
  font-weight: 600;
  color: #fff;
}
#premium .bereit button {
  border: none;
  border-radius: 40px;
  font-size: 2vw;
  font-weight: bold;
  margin: 2vw 0;
  padding: 0.5vw 1vw;
  background: #fff;
}
#premium .bereit button:hover {
  background-color: #f18d00;
  color: #fff;
}
