.widebackground {
  width: 100%;
  min-height: 800px;
  float: right;
}

@media (min-width: 320px) {
  .hassleheading {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  span {
  }
}

@media (min-width: 1200px) {
  span {
  }
}

.hassleheading {
  margin-bottom: -8px;
}

body {
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
}

.link_pelip {
  text-decoration: none !important;
  font-family: Nunito, sans-serif;
  font-weight: bold;
  color: black;
  font-size: 26px;
}

@media (min-width: 1200px) {
  .widebackground.largeonly {
  }
}

@media (max-width: 1200px) {
  .largeonly {
    display: none;
  }
}

@media (min-width: 1200px) {
  .smallonly {
    display: none;
  }
}

.contacttext {
  font-size: 25px;
}

.contenticon {
  font-size: 44px;
  line-height: 51px;
  margin-bottom: 19px;
  color: rgb(99,46,146);
  border-color: var(--bs-pink);
}



