.industry-card {
  width: 40%;
  max-width: 500px;
  /* margin: 10px; */
}
.industry-card-header {
  background: url("/static/images/card_1.png");
  height: 60px;
  width: 100%;
  background-size: cover;
  color: #fff;
  font-size: 24px;
  box-sizing: border-box;
  padding-left: 20px;
  font-weight: 600;
  line-height: 60px;
}
.industry-card-body {
  padding-top: 32px;
  padding-left: 24px;
  background-color: #eef0f4;
  background-color: #f5f5f5;
  padding-bottom: 8px;
  min-height: 200px;
  padding-right: 24px;
  font-size: 16px;
  flex: 1;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.card_ol {
  --color: rgba(30, 30, 30);
  --bgColor: rgb(215, 215, 215);
  font-family: "Oxygen", sans-serif;
  color: var(--color);
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* width: min(60rem, 90%); */
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  list-style: none;
  counter-reset: cardnr;
  /* justify-content: center; */
}

.card_li {
  --color: rgba(30, 30, 30);
  --bgColor: rgb(215, 215, 215);
  font-family: "Oxygen", sans-serif;
  color: var(--color);
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  --frontColor: white;
  --width: 13em;
  --inlineP: 0.5rem;
  --borderR: 4rem;
  --arrowW: 2rem;
  --arrowH: 1.5rem;
  counter-increment: cardnr;
  width: calc(var(--width) - var(--inlineP) * 2);
  display: grid;
  grid-template:
    "icon" var(--borderR) "title"
    "descr" 1fr;
  margin-inline: var(--inlineP);
  margin-bottom: calc(var(--borderR));
  position: relative;
  --accent-color: #0d6efd;
}

.card_li:before {
  content: "";
  position: absolute;
  height: var(--borderR);
  top: calc(100% + var(--borderR) - 2px);
  left: calc(var(--inlineP) * -1);
  right: calc(var(--inlineP) * -1);
  border-radius: 0 var(--borderR) 0 0;
  background-image: linear-gradient(var(--accent-color), transparent 60%);
  opacity: 0.5;
  filter: blur(2px);
}

.card_li .icon {
  grid-area: icon;
  font-size: 2rem;
  display: grid;
  place-border-animates: center;
  border-radius: var(--borderR) 0 0 0;
  position: relative;
}

.card_li .icon,
.card_li .title,
.card_li .descr {
  background: var(--frontColor);
  padding-inline: 1rem;
  padding-bottom: 1rem;
}

.card_li .title {
  grid-area: title;
  font-size: 1.1rem;
  font-weight: bold;
}

.card_li .title,
.card_li .descr {
  filter: drop-shadow(0.125rem 0.125rem 0.075rem rgba(0, 0, 0, 0.25));
}

.card_li .icon,
.card_li .title {
  color: var(--accent-color);
  text-align: center;
  padding-bottom: 0.5rem;
}

.card_li:after {
  content: counter(cardnr, decimal-leading-zero);
  position: absolute;
  z-index: -1;
  left: calc(var(--inlineP) * -1);
  right: calc(var(--inlineP) * -1);
  top: var(--borderR);
  bottom: calc(var(--borderR) * -1);
  display: flex;
  align-border-animates: flex-end;
  background: var(--accent-color);
  background-image: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.25),
    transparent 25% 75%,
    rgba(0, 0, 0, 0.25)
  );
  border-radius: 0 0 var(--borderR) 0;
  --pad: 1rem;
  padding: var(--pad);
  font-size: calc(var(--borderR) - var(--pad) * 2);
  color: white;
}

.border-animate {
  position: relative;
  border: 1px solid #03a9f3;
  box-sizing: border-box;

  overflow: hidden;
  padding: 10px;
}
.border-animate::before,
.border-animate::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}

.border-animate::before {
  bottom: 5px;
  left: 5px;
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: transparent;
  transition: all 0.4s linear;
}

.border-animate::after {
  right: 5px;
  top: 5px;
  border-top: 3px solid;
  border-right: 3px solid;
  border-color: transparent;
  transition: all 0.4s linear;
}
.service_box {
  z-index: 100;
}

.border-animate:hover::before {
  width: calc(100% - 13px);
  height: calc(100% - 13px);
  border-color: #fff;
}

.border-animate:hover::after {
  width: calc(100% - 13px);
  height: calc(100% - 13px);
  border-color: #fff;
}
.fa_li {
  min-height: 300px;
  height: auto;
  max-height: 400px;
}

.product_1 ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
.industry-li {
  position: relative;
  width: 220px;
  margin-right: 25px !important;
  box-shadow: 0px 12px 32px 4px rgba(0, 0, 0, 0.04),
    0px 8px 20px rgba(0, 0, 0, 0.08);
}
.industry-li-top {
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.industry-li-top:before {
  display: block;
  content: " ";
  width: 220px;
  content: "";
  position: absolute;
  top: 0;
  height: 200px;
  background-image: linear-gradient(transparent, rgba(48, 106, 216, 0.6));
  height: 100%;
  position: relative;
}
.industry-li-title {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  bottom: 0;
  position: absolute;
  padding: 10px;
}

.bot_1_list1 {
  width: auto;
}
.bot_1 {
  width: auto !important;
}
.bot_1_list2,
.bot_1_list3 {
  margin-left: 60px;
}

.content-block {
  background: hsla(0, 0%, 100%, 0.6);
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 20px 0 0 20px;
  margin: 20px;
  min-height: 260px;
  margin-right: 0px;
}

.item-wrapper-box:hover {
  box-shadow: 0px 12px 32px 4px rgba(0, 0, 0, 0.04),
    0px 8px 20px rgba(0, 0, 0, 0.08);
}
.item-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.content-block-header {
  color: #141e31;
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin: 0 0 20px;
}
.item-wrapper-box {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(20, 30, 49, 0.08);
  box-shadow: 0 1px 4px 0 rgba(20, 30, 49, 0.08);
  height: 80px;
  width: calc(50% - 20px);
  margin-bottom: 20px;
  margin-right: 20px;
  text-align: center;
  line-height: 80px;
}
.item-wrapper-box a {
  display: block;
  width: 100%;
  height: 100%;
}
.item-wrapper-box-right {
  width: calc(33% - 20px);
  margin-right: 20px;
}
.industry-card-body {
  padding: 20px;
}
.industry-card-body span {
  font-size: 18px;
}

.industry-card-body svg {
  fill: rgb(51, 112, 255);
  height: 10px !important;
  width: 10px !important;
  margin-right: 10px;
}
.text-1 {
  color: rgb(51, 112, 255);
  font-weight:600;
}
.text-2 {
  color: rgb(51, 112, 255);
}