.behandlinger {
  overflow: hidden;
  padding: 80px 0;
}
.behandlinger h2 {
  margin-bottom: 20px;
}
.behandlinger .col-md-6 > p {
  margin-bottom: 0;
}
.behandlinger .col-12 {
  margin-top: 72px;
}
.behandlinger .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.behandlinger .controls .prev,
.behandlinger .controls .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  height: 45px;
  background-color: #75C0C3;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.behandlinger .controls .prev img,
.behandlinger .controls .next img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.behandlinger .controls .prev.swiper-button-disabled,
.behandlinger .controls .next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.behandlinger .controls .prev:hover,
.behandlinger .controls .next:hover {
  background-color: #A6217A;
}
.behandlinger .controls .prev {
  margin-right: 10px;
}
.behandlinger .behandlinger-swiper .swiper-slide .inner {
  background-color: #F3F1EF;
  padding: 34px 28px 40px;
  border-radius: 20px;
}
.behandlinger .behandlinger-swiper .swiper-slide .inner .ico-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 94px;
  margin-bottom: 28px;
}
.behandlinger .behandlinger-swiper .swiper-slide .inner h4 {
  color: #A6217A;
  margin-bottom: 12px;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  font-size: 22px;
  line-height: 27px;
}
.behandlinger .behandlinger-swiper .swiper-slide .inner p {
  margin-bottom: 44px;
}
.behandlinger .behandlinger-swiper .swiper-slide .inner .link {
  color: #75C0C3;
  font-family: "essonnes-display", serif;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.behandlinger .behandlinger-swiper .swiper-slide .inner .link:hover {
  color: #A6217A;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .behandlinger {
    padding: 40px 0; 
  }
}