section.guarantee {
  display: flex;
  flex-direction: column;
  padding: 40px 66px 44px 48px !important;
  gap: 11px;
  background: #FB6A29;
  position: relative;
}
section.guarantee div.divider {
  width: 86px;
  height: 2px;
  flex-shrink: 0;
  line-height: 0;
}
section.guarantee img.footer_picture {
  position: absolute;
  right: 40%;
  top: 50%;
  translate: -50% -50%;
  width: 94.399px;
  height: 176px;
  flex-shrink: 0;
}
@media (max-width: 750px) {
  section.guarantee img.footer_picture {
    translate: none;
    width: 74.016px;
    height: 138px;
    bottom: 0;
    top: unset;
    right: 12px;
  }
}
section.guarantee article.guarantee_text {
  align-self: stretch;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 750px) {
  section.guarantee article.guarantee_text {
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    align-items: stretch;
  }
}
section.guarantee article.guarantee_text p {
  color: #FFF;
  width: 355px;
  /* Text_exo2/h2_24_130% */
  font-family: "Exo 2";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 31.2px */
  margin: 0;
}
@media (max-width: 750px) {
  section.guarantee article.guarantee_text p {
    width: 100%;
  }
}
section.guarantee article.guarantee_text button.start_comm {
  display: flex;
  width: 242px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #FFF;
  color: #040B2F;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  border-width: 0;
}

section.guarantee article.guarantee_text button.start_comm:hover {
  color: #fff;
  border: 1px solid #001593;
  background: #001593;
  transition: 0.7s;
}
@media (max-width: 750px) {
  section.guarantee article.guarantee_text button.start_comm {
    width: 100%;
  }
}
/*# sourceMappingURL=guarantee.css.map */