@import "../../assets/css/navbar.css";
@import "../../assets/css/footer.css";
@import "../../assets/css/main.css";
@import "../../assets/css/layout.css";
@import "../../assets/css/forms.css";

.ctaTjanst {
  margin: 40px 0 60px 0;
}
.twoCols {
  justify-content: left !important;
}
.twoCols ul {
  margin: 24px 0 24px 0;
}
.pinkh2::after {
  right: 180px;
  top: -80px;
}
.twoCols {
  width: 100%;
}
.twoColsArbetsModell {
  width: 100%;
}
.twoColsInside {
  display: flex;
  flex-direction: row;
}
.serviceBoxOne {
  background-color: #fff2dd;
  max-width: 70%;
  border-radius: 50px;
  padding: 32px;
  margin: 40px 40px 0 0;
}
.serviceBoxTwo {
  background-color: #d1e8d9;
  max-width: 100%;
  border-radius: 50px;
  padding: 32px;
  margin: 40px 0 0 0;
}
.ctaButton {
margin:24px 24px 0 0;
}
.serviceBoxThree {
  background-color: #c9d9df;
  max-width: 30%;
  border-radius: 50px;
  padding: 32px;
  margin: 40px 0 0 0;
}
.serviceBoxFour {
  background-color: #e0d4ec;
  max-width: 100%;
  border-radius: 50px;
  padding: 32px;
  margin: 40px 0 0 0;
}
.serviceBoxOne ul,
.serviceBoxFour ul {
  list-style-type: none;
  padding-left: 0;
}

.serviceBoxOne ul li,
.serviceBoxFour ul li {
  font-family: "InterTight", sans-serif;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 1.75px;
  position: relative;
  padding-left: 28px;
  margin-left: 24px;
}

.serviceBoxOne ul li::before,
.serviceBoxFour ul li::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 6px;
  width: 22px;
  height: 23px;
  background-image: url(../../assets/img/bocken.png);
  background-size: contain;
  background-repeat: no-repeat;
}
