section.why_we_sure {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
section.why_we_sure div.top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1009px) {
  section.why_we_sure div.top {
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
  }
}
@media (max-width: 750px) {
  section.why_we_sure div.top {
    align-items: stretch;
  }
}
section.why_we_sure div.top header.section__header {
  width: 514px;
}
section.why_we_sure div.top button {
  display: inline-flex;
  padding: 16px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 4px;
  background: #001593;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  border-width: 0;
}
section.why_we_sure section.why_we_sure__items {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fill, minmax(239px, 1fr));
}
section.why_we_sure section.why_we_sure__items article.why_we_sure__item {
  display: flex;
  height: 270px;
  padding: 20px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  flex-shrink: 0;
  background: #EFF0F3;
  position: relative;
}
section.why_we_sure section.why_we_sure__items article.why_we_sure__item div.why_we_sure__item__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 45px;
  height: 45px;
  border-radius: 4px;
  background: #FB6A29;
  color: #FFF;
  text-align: center;
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
section.why_we_sure section.why_we_sure__items article.why_we_sure__item div.why_we_sure__item__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
section.why_we_sure section.why_we_sure__items article.why_we_sure__item div.why_we_sure__item__content div.why_we_sure__item__content__header {
  color: #040B2F;
  font-family: "Exo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
section.why_we_sure section.why_we_sure__items article.why_we_sure__item div.why_we_sure__item__content div.why_we_sure__item__content__text {
  color: rgba(4, 11, 47, 0.85);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 16.8px */
}
section.why_we_sure section.why_we_sure__items article.why_we_sure__item::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 56px;
  height: 56px;
  content: " ";
  border: 28px solid transparent;
  border-right: 28px solid #FFFFFF;
  border-bottom: 28px solid #FFFFFF;
}
section.why_we_sure section.why_we_sure__items article.why_we_sure__item:nth-of-type(3) {
  background: url("/electromontaj/include/why_we_sure/pictures/pic3.png") no-repeat;
  background-size: cover;
}
section.why_we_sure section.why_we_sure__items article.why_we_sure__item:nth-of-type(6) {
  background: url("/electromontaj/include/why_we_sure/pictures/pic2.png") no-repeat;
  background-size: cover;
}
section.why_we_sure section.why_we_sure__items article.why_we_sure__item:nth-of-type(9) {
  background: url("/electromontaj/include/why_we_sure/pictures/pic1.png") no-repeat;
  background-size: cover;
}
/*# sourceMappingURL=why_we_sure.css.map */