.content-module.landing_usp {
    padding: 65px 0 75px 0;
}

.content-module.landing_usp .module_circle {
    position: absolute;
    user-select: none;
    width: 1000px;
    height: 1000px;
    left: -520px;
    bottom: -380px;
}

.content-module.landing_usp .module_circle svg {
    max-width: 100%;
    max-height: 100%;
}

.content-module.landing_usp .module_figure {
    position: absolute;
    user-select: none;
    transform: rotate(41deg);
    width: 850px;
    top: 152px;
    left: -169px;
}

.content-module.landing_usp .module_figure img {
    display: block;
    max-width: 100%;
}

.content-module.landing_usp .container {
    position: relative;
}

.content-module.landing_usp .module-title {
    font-style: normal;
    font-weight: normal;
    max-width: 730px;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    margin: 0 auto 30px;
}

.usp-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.usp-wrap .embla__container {
  flex-wrap: wrap;
  justify-content: space-between;
}

.usp-wrap .embla__slide {
  flex: 0 0 calc(33.33333% - 80px);
  padding: 0;
}

.usp-item {
    position: relative;
}

.usp-item .usp-item-inner {
    border-radius: 50%;
    width: 100%;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.usp-item .usp-item-inner::before {
    display: block;
    content: '';
    padding-top: 100%;
}

.usp-item .usp-content {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  padding: 0 10%;
}

.usp-item .bg-image{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  max-width: none;
  z-index: 0;
}

.usp-wrap .usp-item:nth-child(1),
.usp-wrap .usp-item:nth-child(2),
.usp-wrap .usp-item:nth-child(3) {
    margin-bottom: 55px;
}

.usp-item h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    margin: 0 0 17px 0;
    font-family: "HyberDisplay", "Helvetica", "Open Sans", sans-serif;
}

.usp-item img {
    margin-bottom: 19px;
    max-width: 65px;
}

.usp-item .subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    font-family: "HyberDisplay", "Helvetica", "Open Sans", sans-serif;
}

.usp-item.description img{
    order:1;
    margin-bottom: 26px;
}

.usp-item.description h3 {
    order:2;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #2E6680;
    margin: 0 0 5px 0;
    font-family: "HyberDisplay", "Helvetica", "Open Sans", sans-serif;
}

.usp-item.description div.description {
    order:3;
    font-family: "L10", "Helvetica", "Arial";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #2E6680;
    margin: 0 auto 20px auto;
    max-width: 280px;
    text-align: center;
}

.usp-item.description div.subtitle {
    order:4;
    font-family: "L10", "Helvetica", "Arial";
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #2E6680;
    margin: 0 auto;
    max-width: 280px;
    text-align: center;
    padding-bottom: 25px;
}

.usp-wrap .embla__dots {
  display: none;
}

.landing_usp .embla__dots li button {
  background-color: #F7E7DA;
  opacity: 0.3;
}

.landing_usp .embla__dots li button:hover,
.landing_usp .embla__dots li.embla__dots__dot--active button {
  background-color: #C4A9A0;
  opacity: 1;
}

.landing_usp .module-btn {
    position: relative;
    text-align: center;
    padding-top: 50px;
}

.landing_usp .module-btn a {
    display: inline-block;
    font-family: "HyberDisplay", "Helvetica", "Open Sans", sans-serif;
    border-radius: 57px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    padding: 11px 35px;
    text-decoration: none;
    transition: all ease-in-out 0.2s;
}

.landing_usp .module-btn a:hover {
    opacity: 0.8;
}

@media (max-width: 1200px) {
    .usp-wrap .embla__slide {
        flex: 0 0 calc(33.33333% - 50px);
        padding: 0;
    }
}

@media (max-width: 991px) {
    .usp-wrap .embla__slide {
      flex: 0 0 calc(33.33333% - 20px);
      padding: 0;
    }

    .usp-item img {
        margin-bottom: 10px;
        max-height: 35px;
    }

    .usp-item h3 {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 10px;
    }

    .usp-item .subtitle {
        font-size: 14px;
        line-height: 17px;
        text-align: center;
    }

    .usp-item.description img {
        margin-bottom: 12px;
    }

    .usp-item.description h3 {
        font-size: 20px;
        line-height: 17px;
        margin-bottom: 20px;
    }

    .usp-item.description div.description {
        display: none;
    }

    .usp-item.description div.subtitle {
        font-size: 14px;
        line-height: 17px;
        max-width: 200px;
    }

    .usp-item .bg-image{
      width: 100%;
    }

}

@media (max-width: 767px) {
    .content-module.landing_usp {
        padding: 42px 0 50px;
    }

    .content-module.landing_usp .module_circle {
        width: 646px;
        height: 646px;
        left: -414px;
        bottom: -364px;
    }

    .content-module.landing_usp .module_figure {
        width: 450px;
        top: auto;
        left: -132px;
        bottom: 47px;
    }

    .landing_usp-container {
        padding: 0;
        max-width: none;
    }

  .usp-wrap .embla__slide {
    flex: 0 0 100%;
    min-height: 230px;
    margin-bottom: 0 !important;
    padding: 0 20px;
  }

  .usp-wrap .embla__container {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .usp-wrap .embla__dots {
    display: flex;
    position: absolute;
    width: 100%;
    bottom: 38px;
    left: 0;
    margin: 0;
  }

  .content-module.landing_usp .module-title {
    font-size: 28px;
    line-height: 34px;
    margin: 0 25px 34px;
  }

  .usp-item .usp-content img {
      margin: 0 auto 10px auto;
  }

  .usp-item .usp-content img,
  .usp-item.description .usp-content img {
      max-height: 50px;
      margin-bottom: 17px;
  }

  .usp-item h3,
  .usp-item.description h3 {
      font-size: 18px;
      max-width: 200px;
      margin: 0 auto 15px auto;
  }

  .usp-item div.subtitle,
  .usp-item.description div.subtitle {
      font-size: 16px;
      max-width: 200px;
      margin: 0 auto;
      padding-bottom: 20px;
  }
  
}