.borderNone {
  border: none;
  padding: 0px;
  margin: 0px;
}

.marginAuto {
  margin: 0px auto;
}

.bgImage {
  padding: 30px 0px;
  position: relative;
  background-color: var(--bgcolor);
}
.bgImage::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 130%;
  background-image: var(--bgimage);
  background-size: var(--backgroundsize);
  background-repeat: no-repeat;
  background-position: var(--bgposition);
  filter: var(--bgIconColor);
}

.ih-center {
  display: flex;
  justify-content: center;
}
.sectionCtr {
  width: 85%;
}

.borderContiner {
  max-width: 85%;
  height: auto;
  padding: 10px;
  border-radius: 10px;
}

.sericeImage {
  border-radius: 8px;
}

.txtCtr h1 {
  font-size: 1.8rem;
}
.txtCtr h5 {
  font-size: 1rem;
  margin-bottom: 30px;
}
.txtCtr p {
  font-size: 0.875rem;
}
