.ksps {
  padding: 80px 0;
  position: relative;
}
.ksps ::-moz-selection {
  color: #fff;
  background-color: #A6217A;
}
.ksps ::selection {
  color: #fff;
  background-color: #A6217A;
} 
.ksps ::moz-selection { 
  color: #fff;
  background-color: #A6217A;
}
.ksps::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 264px;
  background-color: white;
  z-index: 1;
}
.ksps .inner {
  background-color: #75C0C3;
  border-radius: 20px;
  padding: 74px 90px;
  position: relative;
  z-index: 2;
}
.ksps .col-12 {
  position: relative;
}
.ksps .col-12 .ksps-deco {
  position: absolute;
  top: -66px;
  right: -50px;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ksps .inner h2 {
  color: white;
  text-align: center;
  margin-bottom: 32px;
}
.ksps .inner > p {
  max-width: 856px;
  margin: 0 auto 60px;
  text-align: center;
  color: white;
}
.ksps .inner .points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ksps .inner .points .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 275px;
}
.ksps .inner .points .point b {
  color: white;
  font-size: 110px;
  line-height: 132px;
  text-align: center;
  font-family: "essonnes-display", serif;
}
.ksps .inner .points .point p {
  color: white;
  text-align: center;
  font-size: 26px;
  line-height: 30px;
  max-width: 212px;
  margin-bottom: 0;
}
@media (max-width: 1712px) {
  .ksps .inner .points .point b {
    font-size: 60px; 
    line-height: 72px;
  }
  .ksps .inner .points .point p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 1600px) {
  .ksps .inner .points {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .ksps .inner .points .point {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .ksps .inner > p {
    font-size: 13px;    
  }
  .ksps .col-12 .ksps-deco {
    display: none;
  }
  .ksps .container {
    max-width: 100%;
    padding: 0;
  }
  .ksps .inner {
    border-radius: 0;
    padding: 52px 36px;
  }
}