.ce06-page-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(https://cdn2.hubspot.net/hubfs/5078179/Querformat/images/line.svg);
    padding-bottom: 40px;
    padding-top: 70px;
    margin: 0 auto;
    @media (min-width: 430px) {
        margin-top: 50px;
        margin-left: -20px;
        margin-right: -20px;
  }
}

.ce06-page-title {
  text-transform: uppercase;
  margin-bottom: 40px;
}

.ce06-box-outer-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1272px !important;
}

.ce06-box-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 1287px) {
    .ce06-box-wrapper {
        justify-content: flex-start;
    }
}

.ce06-box-2boxes {
  display: flex;
  flex: 1 0 50%;
  margin: 10px;
  padding: 20px;
  flex-direction: column;
  width: 509px;
  max-width: 509px;
  background-color: #ffffff;
}

.ce06-box-moreboxes {
  display: flex;
  flex: 1 0 33%;
  margin: 10px;
  padding: 20px;
  flex-direction: column;
  width: 404px;
  max-width: 404px;
  background-color: #ffffff;
}

.ce06-box-3boxes {
  display: flex;
  flex: 1 0 33%;
  margin: 10px;
  padding: 20px;
  flex-direction: column;
  width: 404px;
  max-width: 404px;
  background-color: #ffffff;
}

.ce06-case-image-link:hover {
  opacity: 0.9;
  transition: .4s ease;

}

.ce06-case-image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ce06-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 20px;
  width: 100%;
}

.ce06-content-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}

.ce06-button-wrapper {
  display: flex;
  justify-content: flex-start;
  margin-top: 40px;
}


/* Buttons */

.btn {
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  border-width: 0px;
  height: auto;
  padding: 6px 18px 3px 18px;
  text-shadow: none;
  width: auto;
  font-size: 24px;
  line-height: 36px;
  font-family: 'Radikal-Black';
  border-radius: 40px;
  color: rgb(255,255,255) !important;
}


.style--cyan {
  background: rgb(44,184,182);
}
.style--cyan:hover {
  background: rgb(48,202,200);
}



/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1400px) {
  .ce06-box-2boxes {
    flex: 1 0 40%;
  }

  .ce06-box-3boxes {
    flex: 1 0 40%;
  }

  .ce06-box-moreboxes {
    flex: 1 0 40%;
  }
}

@media only screen and (max-width: 1287px) {

  .ce06-page-title {
    text-align: center;
  }

  .ce06-box-2boxes {
    flex: 1 0 100%;
    margin-bottom: 50px;
    width: unset;
  }

  .ce06-box-3boxes {
    flex: 1 0 100%;
    margin-bottom: 50px;
    width: unset;
  }

  .ce06-box-moreboxes {
    flex: 1 0 100%;
    margin-bottom: 50px;
    width: unset;
  }
}

@media only screen and (max-width: 800px) {

  .ce06-box-2boxes {
    padding: 10px;
    max-width: 404px;
  }

  .ce06-box-3boxes {
    padding: 10px;
    max-width: 404px;
  }

  .ce06-box-moreboxes {
    padding: 10px;
    max-width: 404px;
  }
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
}



/* Buttons Responsive */
@media only screen and (max-width: 1200px) {
  .btn
  {
    font-size: 18px !important;
  }
}

@media only screen and (max-width: 767px) {
  .btn
  {
    font-size: 15px !important;
  }
