.guarantee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #DDDDE8;
  border-bottom: 1px solid #DDDDE8;
  padding-top: 85px;
  padding-bottom: 85px;
}

.guarantee__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 67px;
  height: 67px;
  border-radius: 50%;
  background: var(--color-green03);
  margin-bottom: 26px;
}

.guarantee__title {
  margin-bottom: 20px;
}

.guarantee__text {
  text-align: center;
  max-width: 680px;
  margin-bottom: 48px;
}

.guarantee__btn {
  padding-left: 56px;
  padding-right: 56px;
}
/*# sourceMappingURL=guarantee.css.map */

.inf_guarantee {
    margin: 0;
    background: #EEEEF7;
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}
.inf_guarantee_bg {
    position: relative;
    overflow: hidden;
}
.inf_guarantee_bg::before {
    content: "";
    position: absolute;
    left: -25%;
    width: 150%;
    height: 900px;
    background: white;
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    box-shadow: 0px 0px 70px 10px rgba(33, 138, 239, 0.50);
    top: 85px;
    z-index: 1;
}
.inf_guarantee_bg::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 120px;
    right: 23%;
    opacity: 0.75;
    border-radius: 30px;
    transform: translate(-52%, 0);
    background: #fff;
    filter: blur(6px);
    z-index: 1;
}
.inf_guarantee .container {
    position: relative;
    max-width: 800px;
    width: 100%;
    padding-top: 170px;
    text-align: center;
    z-index: 2;
}
.inf_guarantee__title {
    padding: 0 75px 20px 75px;
    max-width: 650px;
    margin: auto;
}
.inf_guarantee__text {
    color: #404040;
    text-align: center;
    padding-bottom: 50px;
}
.inf_guarantee__btn {
    display: flex;
    max-width: 295px;
    margin: auto;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid #434396;
    background: #434396;
    color: #FFF;
    text-align: center;
}
.inf_guarantee__btn:hover {
    color: #434396;
    background: #fff;
}

@media (max-width: 1440px) {
    .inf_guarantee_bg::before {
        height: 700px;
    }
    .inf_guarantee_bg::after {
        top: 105px;
    }
}
@media (max-width: 1200px) {
    .inf_guarantee_bg::before {
        height: 500px;
    }
    .inf_guarantee_bg::after {
        top: 95px;
    }
}
@media (max-width: 1024px) {
    .inf_guarantee {
        padding-bottom: 50px;
    }
    .inf_guarantee .container {
        padding-top: 120px;
    }
    .inf_guarantee_bg::before {
        border-top-left-radius: 50% 80%;
        border-top-right-radius: 50% 80%;
    }
    .inf_guarantee_bg::after {
        top: 80px;
    }
    .inf_guarantee__title {
        padding-bottom: 16px;
    }
    .inf_guarantee__text {
        padding: 0 40px 60px;
    }
}
@media (max-width: 980px) {
    .inf_guarantee_bg::before {
        border-top-left-radius: 50% 85%;
        border-top-right-radius: 50% 85%;
    }
}
@media (max-width: 767px) {
    .inf_guarantee_bg::before {
        border-top-left-radius: 50% 40%;
        border-top-right-radius: 50% 40%;
        height: 900px;
    }
    .inf_guarantee__title {
        padding: 0 40px 16px 40px;
    }
}
@media (max-width: 580px) {
    .inf_guarantee_bg::before {
        border-top-left-radius: 50% 30%;
        border-top-right-radius: 50% 30%;
    }
}
@media (max-width: 580px) {
    .inf_guarantee_bg::before {
        border-top-left-radius: 50% 20%;
        border-top-right-radius: 50% 20%;
    }
}