.check_tech {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.check_tech .section__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.check_tech .section__header h1 {
  width: 508px;
}
@media (max-width: 750px) {
  .check_tech .section__header h1 {
    width: 100%;
  }
}
.check_tech .section__header h2 {
  width: 508px;
}
@media (max-width: 750px) {
  .check_tech .section__header h2 {
    width: 100%;
  }
}
.check_tech .section__header .check_tech__button {
  display: flex;
  width: 260px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  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;
}

.check_tech .section__header .check_tech__button:hover {
  background:#0019b2;
  border-color:#0019b2;
  transition:0.7s;
}
@media (max-width: 750px) {
  .check_tech .section__header .check_tech__button {
    display: none;
  }
}
.check_tech .check_tech__items {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fill, minmax(324px, 1fr));
  box-sizing: border-box;
}
@media (max-width: 1067px) {
  .check_tech .check_tech__items {
    gap: 20px;
  }
}
@media (max-width: 750px) {
  .check_tech .check_tech__items {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.check_tech .check_tech__items .check_tech__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 24px;
  background: #F4F4F5;
  height: 260px;
  position: relative;
}
@media (max-width: 750px) {
  .check_tech .check_tech__items .check_tech__item {
    flex-direction: row;
    gap: 30px;
    justify-content: stretch;
    height: max-content;
    padding: 12px 16px;
  }
}
.check_tech .check_tech__items .check_tech__item:first-of-type,
.check_tech .check_tech__items .check_tech__item:last-of-type {
  padding: 0;
}
@media (max-width: 750px) {
  .check_tech .check_tech__items .check_tech__item:first-of-type,
  .check_tech .check_tech__items .check_tech__item:last-of-type {
    height: 240px;
    margin-top: 18px;
  }
}
@media (max-width: 750px) {
  .check_tech .check_tech__items .check_tech__item:first-of-type {
    display: none;
  }
}
@media (max-width: 1067px) and (min-width: 751px) {
  .check_tech .check_tech__items .check_tech__item::after {
    content: " ";
    position: absolute;
    right: -1px;
    bottom: -1px;
    border: 28px solid transparent;
    border-right: 28px solid #FFFFFF;
    border-bottom: 28px solid #FFFFFF;
  }
}
.check_tech .check_tech__items .check_tech__item__header {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border-width: 0;
  background: #FB6A29;
  color: #FFF;
  text-align: center;
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 750px) {
  .check_tech .check_tech__items .check_tech__item__header {
    max-width: 36px;
    width: 100%;
    height: 36px;
  }
}
.check_tech .check_tech__items .check_tech__item__content {
  color: #040B2F;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.check_tech .check_tech__items .check_tech__item__picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.check_tech .check_tech__button {
  display: none;
  width: 100%;
  padding: 16px;
  justify-content: center;
  align-items: center;
  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;
}
@media (max-width: 750px) {
  .check_tech .check_tech__button {
    display: flex;
    margin-top: -30px;
  }
}
/*# sourceMappingURL=check_tech.css.map */