body img {
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.first-paragraph {
  position: relative;
  padding-top: 200px;
  width: 70%;
}

.first-paragraph img {
  border-radius: 30px;
}

.first-paragrahp-text-box {
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.first-paragrahp-text-top {
  letter-spacing: 3px;
  font-family: "Manrope";
  font-size: 15px;
  font-weight: 600;
}

.first-paragrahp-text-camping {
  font-family: "Manrope";
  font-size: 50px;
  font-weight: 600;
}

.first-paragrahp-text-automat {
  font-family: "Manrope";
  font-size: 50px;
  font-weight: 600;
}

.first-paragrahp-text-description {
  margin-top: 50px;
}

.second-paragraph {
  margin-top: 100px;
}

.second-paragrahp-firstText {
  font-family: "Manrope";
  font-size: 40px;
  font-weight: 600;
  text-align: right;
  padding-right: 30px;
  padding-top: 110px;
}

.second-paragrahp-secondText {
  font-family: "Manrope";
  font-size: 40px;
  font-weight: 600;
  text-align: right;
  padding-right: 30px;
}

.second-paragrahp-text-bottom {
  letter-spacing: 3px;
  font-family: "Manrope";
  font-size: 15px;
  font-weight: 600;
  text-align: right;
  padding-right: 30px;
  padding-bottom: 20px;
}

.text-advantages {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Manrope";
  font-weight: 600;
}

.second-paragrahp-text a {
  text-decoration: none;
  letter-spacing: 3px;
}

.second-paragrahp-item {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  padding: 0;
}

.second-paragrahp-item::before {
  content: "\2022";
  margin-right: 0.5em;
  color: #008fc4;
  font-size: 40px;
}

.third-paragraph {
  margin-top: 100px;
}

.third-paragraph-box {
  border-radius: 30px;
}

.third-paragraph-box p {
  font-family: "Manrope";
}

.third-paragraph-box a {
  text-decoration: none;
  font-size: 15px;
}

.third-paragraph-box svg {
  position: absolute;
}

.third-paragraph-box-inside {
  padding: 70px;
}

.third-paragraph-box-title {
  margin-right: 50px;
  margin-top: 10px;
  margin-bottom: 50px;
}

.third-paragraph-first-text {
  font-size: 40px;
  font-weight: 600;
  text-align: right;
}

.third-paragraph-second-text {
  font-size: 40px;
  font-weight: 600;
  text-align: right;
}

.dot {
  background-color: white;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  margin-left: 50px;
  float: left;
}

.dot p {
  float: left;
}

.third-paragraph-listItems {
  font-size: 18px;
  font-weight: 600;
  padding-left: 30px;
  margin-left: 30px;
  padding-right: 0px;
  letter-spacing: 3px;
  margin-bottom: 30px;
}

.third-paragraph-secondBox {
  padding-top: 100px;
}

.third-paragraph-secondBox img {
  border-radius: 30px;
}

.referencedetails-img-box {
  margin-top: 100px;
}

.referencedetails-img-box-img img {
  width: 90%;
  height: 90%;
  border-radius: 30px;
  margin-bottom: 20px;
}

.carousel-caption h5 {
  font-weight: 600;
}

#carouselreferencedetails {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .first-paragrahp-text-top {
    margin-top: 50px;
  }
  .second-paragrahp-firstText {
    padding-top: 0;
  }
}

@media (max-width: 500px) {
  .first-paragraph {
    width: 100%;
  }
  .first-paragrahp-text {
    width: 100%;
  }
  .first-paragrahp-text-camping {
    font-size: 40px;
  }
  .first-paragrahp-text-automat {
    font-size: 40px;
  }
}
