.key-points {
  background-repeat: no-repeat;
}
.key-points {
  padding: 50px 0;
  position: relative;
  /* background: url(../../../../uploads/2021/04/inhouse_designer_bg.webp) no-repeat;
  background-size: 100%;
  background-position: bottom 120px center; */
}

.key-points .bg{
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  z-index: 1;
  height: unset !important;
}

.key-points::after{
  content: "";
  display: none;
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #4138a6;
  z-index: 0;
}

.key-points .container{
  z-index: 2;
  position: relative;
}

.key-points .row {
  justify-content: space-between;
  align-items: center;
}
.key-points .row > div:first-child {
  width: 53%;
  padding: 10px !important;
}
.key-points .row > div:last-child {
  width: 45%;
  padding: 10px !important;
}
.key-points .primary-heading-box{
  margin-bottom: 20px;
}
.key-points .image-wrapper {
  padding: 70px 0 15px;
}
.key-points .image-wrapper2 {
  padding: 50px 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  column-gap: 15px;
}
.icon-cards {
  display: flex;
  align-items: stretch;
}
.key-points .image-wrapper2 img {
  width: calc(100% / 3 - 10px);
}
.icon-cards {
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 10px;
}
.icon-cards .card {
  width: 100%;
  max-width: calc(100% / 2 - 10px);
  padding: 15px;
  border: 1px solid #bababa;
  border-radius: 8px;
}
.icon-cards .icon {
  height: 60px;
  margin-bottom: 20px;
}
.icon-cards .card strong {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}
.icon-cards .card p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

@media only screen and (min-width: 1800px) {
  .key-points .bg{
    height: 60% !important;
  }
}
@media only screen and (max-width: 1200px) {
  .key-points .row > div:first-child,
  .key-points .row > div:last-child {
    width: 49%;
  }
}
@media only screen and (max-width: 991px) {
  .key-points .row > div:first-child,
  .key-points .row > div:last-child {
    width: 100%;
  }
  .key-points{
    padding-bottom: 30px;
  }
  .key-points::after{
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .key-points h2{
    margin-top: 0;
  }
  .key-points .image-wrapper{
    padding: 20px 0 0;
  }
  .key-points .row > div:last-child{
    padding: 0 12px !important;
  }
  .icon-cards{
    padding: 0;
  }
}
@media only screen and (max-width: 575px){
  .key-points {
    background-position: 0 center;
    padding: 25px 0;
  }
}
@media only screen and (max-width: 435px){
  .key-points .image-wrapper2{
    padding: 30px 0 10px;
  }
  .icon-cards {
    gap: 10px;
    padding: 0;
  }
  .icon-cards .card {
    max-width: calc(100% / 2 - 5px);
  }
  .icon-cards .icon {
    height: 50px;
  }
  .icon-cards .icon img {
    width: 50px;
  }
}
@media only screen and (max-width: 375px){
  .icon-cards .card {
    max-width: 100%;
  }
}