.insights_grid_container {
  padding-inline: 16px;
}

.insights_grid_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  --bs-row-gutter-x: 32px;
  --bs-row-gutter-y: 40px;
  margin-inline: calc(var(--bs-row-gutter-x) * 0.5 * -1);
  margin-top: calc(var(--bs-row-gutter-y) * 0.5 * -1);
}

@media (max-width: 1699.98px) {
  .insights_grid_inner {
    --bs-row-gutter-x: 24px;
  }
}

@media (max-width: 991.98px) {
  .insights_grid_inner {
    --bs-row-gutter-x: 20px;
  }
}

@media (max-width: 767.98px) {
  .insights_grid_inner {
    --bs-row-gutter-x: 10px;
    --bs-row-gutter-y: 28px;
  }
}

.insights_grid_inner>* {
  padding-inline: calc(var(--bs-row-gutter-x) * 0.5);
  margin-top: calc(var(--bs-row-gutter-y) * 1);
}

.insights_grid .insights_card {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

@media (max-width: 575.98px) {
  .insights_grid .insights_card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.insights_grid .insights_card_inner {
  position: relative;
  display: block;
  text-decoration: none;
}

@media (hover: hover) {
  .insights_grid .insights_card_inner:hover .img_wrap img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }

  .insights_grid .insights_card_inner:hover .img_wrap::before {
    opacity: 1;
  }
}

.insights_grid .insights_card .img_wrap {
  position: relative;
}

.insights_grid .insights_card .img_wrap::after {
  content: "";
  position: relative;
  width: 100%;
  display: block;
  padding-bottom: 58.4775086505%;
}

.insights_grid .insights_card .img_wrap>img,
.insights_grid .insights_card .img_wrap>picture,
.insights_grid .insights_card .img_wrap>video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.insights_grid .insights_card .img_wrap>img img,
.insights_grid .insights_card .img_wrap>picture img,
.insights_grid .insights_card .img_wrap>video img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.insights_grid .insights_card .img_wrap {
  position: relative;
  overflow: hidden;
}

.insights_grid .insights_card .img_wrap img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  will-change: transform;
}

.insights_grid .insights_card .img_wrap::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(9, 9, 9, 0.3019607843);
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.insights_grid .insights_card .content_wrap {
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  .insights_grid .insights_card .content_wrap {
    margin-top: 12px;
  }
}

.insights_grid .insights_card .content_wrap .title {
  margin: 0;
  letter-spacing: 0;
  text-transform: unset;
  font-size: 16px;
  font-weight: 600;
  color: #090909;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .insights_grid .insights_card .content_wrap .title {
    font-size: 14px;
  }
}

.insights_grid .insights_card .content_wrap .info {
  margin: 0;
  margin-top: 12px;
  font-family: "Raleway", sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  color: #585858;
}

@media (max-width: 767.98px) {
  .insights_grid .insights_card .content_wrap .info {
    font-size: 12px;
  }
}

.insights_grid .insights_card .content_wrap .info span {
  font-family: "Raleway", sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  color: #585858;
}

@media (max-width: 767.98px) {
  .insights_grid .insights_card .content_wrap .info span {
    font-size: 12px;
  }
}