.technology-partnership {
  position: relative;
  margin: 72px 0;
  background: #1b1b1b;
  color: #fff;
  padding: 84px 0;
  background-size: cover;
  background-position: center;
}
.technology-partnership:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.98) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
@media (min-width: 660px) {
  .technology-partnership {
    margin: 88px 0;
  }
}
@media (min-width: 970px) {
  .technology-partnership {
    margin: 160px 0;
  }
}
.technology-partnership .section__title {
  margin-bottom: 24px;
}
.technology-partnership .title-wrap {
  margin-bottom: 32px;
}
@media (min-width: 970px) {
  .technology-partnership .title-wrap {
    margin-bottom: 64px;
  }
}
.technology-partnership .items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
}
.technology-partnership .items .item {
  background: rgba(0, 0, 0, 0.6);
  padding: 16px;
  backdrop-filter: blur(10px);
}
.technology-partnership .items .item:nth-child(1) {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.technology-partnership .items .item:nth-last-child(1) {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.technology-partnership .items .icon {
  position: relative;
  display: flex;
  align-items: center;
  height: 72px;
  margin-bottom: 24px;
}
.technology-partnership .items .icon img {
  max-width: 60%;
  height: auto;
}
.technology-partnership .items .title {
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 8px;
}
.technology-partnership .items .description {
  opacity: 0.6;
  font-size: 14px;
  line-height: 22px;
}
.technology-partnership .items .description:last-child {
  margin-bottom: 0;
}
.technology-partnership .items .block-link {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.technology-partnership .items .block-link:before {
  position: absolute;
  content: "";
  border-radius: inherit;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.technology-partnership .items .block-link:hover:before {
  z-index: 1;
  border: 2px solid #45d6ad;
}
.technology-partnership .items .block-link:hover .btn-clear {
  background: rgba(69, 214, 173, 0.2);
}
.technology-partnership .items .block-link .btn-clear {
  margin: 8px 0 0 auto;
}
.technology-partnership .items .description {
  margin-bottom: 16px;
}
.technology-partnership .items .link {
  display: block;
  width: 65px;
  height: 18px;
  margin: auto 0 0 auto;
  background: url("/wp-content/themes/intellias-theme/assets/img/arrow-mint.svg")
    no-repeat;
}
.technology-partnership .items .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
@media (min-width: 970px) {
  .technology-partnership .items {
    grid-template-columns: 1fr 1fr;
  }
  .technology-partnership .items .item {
    padding: 40px 40px 48px;
  }
  .technology-partnership .items .item:nth-child(1) {
    border-top-left-radius: 8px;
    border-top-right-radius: 0;
  }
  .technology-partnership .items .item:nth-child(2) {
    border-top-right-radius: 8px;
  }
  .technology-partnership .items .item:nth-last-child(1) {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 0;
  }
  .technology-partnership .items .item:nth-last-child(2) {
    border-bottom-left-radius: 8px;
  }
}
.technology-partnership .link-wrap {
  margin-top: 68px;
}
.technology-partnership .link-wrap .btn-clear {
  margin: 0 auto;
}
