.GeneralFeatures {
  background: url("../images/e_add.png") no-repeat top right;
}

.subGeneral {
  background: url("../images/Mask Group.png") no-repeat bottom left;
}

.ImgTextContainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.column,
.column1 {
  flex: 1;
  /* padding: 10px; */
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.w-100 {
  width: 100%;
}

/* Media query for mobile view */
@media (max-width: 768px) {
  .ImgTextContainer {
    flex-direction: column;
    align-items: center;
  }

  .column,
  .column1 {
    width: 100%;
    padding: 0;
  }

  .column1 {
    text-align: center;
    align-items: center !important;
  }

  .column1 > div {
    text-align: center !important;
    padding-right: 0 !important;
  }

  .GeneralFeatures {
    background: none;
  }

  .subGeneral {
    background: none;
  }
}
