.feature-strip-section {
  padding: 100px 0 80px;
  font-family: "Inter", sans-serif !important;
}
.feature-strip-section .container-section .heading-title-section {
  margin-bottom: 70px;
}
.feature-strip-section .container-section .feature-row {
  display: flex;
  flex-wrap: wrap;
}

.feature-strip-section .container-section .feature-row .feature-col {
  width: 20%;
  position: relative;

  padding: 0 20px;
}

.feature-strip-section
  .container-section
  .feature-row
  .feature-col:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 0;
  background: #ffffff;
  transition: height 0.2s ease;
}

.feature-strip-section:hover
  .container-section
  .feature-row
  .feature-col:not(:last-child)::after {
  height: 100%;
}
.feature-strip-section
  .container-section
  .feature-row
  .feature-col
  .feature-box
  .image-wrapper {
  width: 35%;
}

.feature-strip-section
  .container-section
  .feature-row
  .feature-col
  .feature-box
  .image-wrapper
  .img {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}

.feature-strip-section
  .container-section
  .feature-row
  .feature-col
  .feature-box
  .title {
  color: #ffffff;
  font-size: 20px;
  margin: 20px 0;
}

.feature-strip-section
  .container-section
  .feature-row
  .feature-col
  .feature-box
  .desc {
  color: #9f9f9f;
  font-size: 16px;
  letter-spacing: -0.32px;
  line-height: 1.3;
}

@media (min-width: 577px) and (max-width: 991px) {
  .feature-strip-section .container-section .feature-row .feature-col {
    width: 50%;
    margin-bottom: 30px;
  }

  .feature-strip-section .container-section .feature-row .feature-col::after {
    display: none;
  }
  .feature-strip-section {
    padding: 85px 0 15px;
  }
  .feature-strip-section
    .container-section
    .feature-row
    .feature-col
    .feature-box
    .image-wrapper {
    width: 22%;
  }
}

@media (min-width: 0px) and (max-width: 576px) {
  .feature-strip-section .container-section .feature-row .feature-col {
    width: 90%;
    margin: auto;
    text-align: center;
  }
  .feature-strip-section .container-section .feature-row .feature-col::after {
    display: none;
  }
  .feature-strip-section {
    padding: 55px 0 36px;
  }
  .feature-strip-section
    .container-section
    .feature-row
    .feature-col
    .feature-box
    .image-wrapper {
    width: 20%;
    margin: auto;
  }
  .feature-strip-section
    .container-section
    .feature-row
    .feature-col
    .feature-box
    .image-wrapper
    .img {
    margin-bottom: 0px;

    margin-top: 15px;
  }
  .feature-strip-section
    .container-section
    .feature-row
    .feature-col
    .feature-box
    .title {
    margin: 13px 0;
  }
  .feature-strip-section .container-section .heading-title-section {
    margin-bottom: 20px;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  .feature-strip-section
    .container-section
    .feature-row
    .feature-col:first-child {
    padding-left: 0px;
  }

  .feature-strip-section
    .container-section
    .feature-row
    .feature-col:last-child {
    padding-right: 0px;
  }
  .feature-strip-section .container-section .feature-row .feature-col {
    padding: 0 17px;
  }
  .feature-strip-section
    .container-section
    .feature-row
    .feature-col
    .feature-box
    .title {
    font-size: 16px;
    margin: 15px 0;
  }
  .feature-strip-section
    .container-section
    .feature-row
    .feature-col
    .feature-box
    .desc {
    font-size: 15px;
  }
}
