.aboutCtr {
  background-image: url("../assets/images/background/about.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;

  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 85px 50px;
}
.sec {
  color: var(--ih-white);
}
.sec.c1 {
  flex: 1;
  min-width: 300px;
}
.heading {
  width: fit-content;
  margin: 0px auto;
}

.sec.c1 h1,
.sec.c1 h3,
.sec.c1 p {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

.cc-limg {
  padding: 20px;
  margin: 0px auto;
  width: 180px;
}

@media screen and (max-width: 1200px) {
  .sec {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px;
  }
  .sec > div {
    text-align: center;
  }
}

@media screen and (max-width: 650px) {
  .aboutCtr {
    padding: 100px 20px;
  }
  .cc-limg {
    padding: 20px;
  }
}

.sec h1 {
  font-size: 3rem;
  color: var(--ih-white);
  letter-spacing: 1px;
}
.sec h3 {
  font-size: 2.5rem;
  color: var(--ih-white);
  font-weight: 400;
  letter-spacing: 3px;
}
.sec p {
  font-size: 1rem;
  color: var(--ih-white);
  font-family: "myfont-light", sans-serif;
  padding: 10px;
  max-width: 550px;
}

@media screen and (max-width: 700px) {
  .sec {
    padding: 10px;
  }
  .sec h1 {
    font-size: 3rem;
    color: var(--ih-white);
    font-weight: 600;
    letter-spacing: 1px;
  }
  .sec h3 {
    font-size: 2rem;
    color: var(--ih-white);
    font-weight: 400;
    letter-spacing: 3px;
  }
  .sec p {
    font-size: 1rem;
    color: var(--ih-white);
    font-weight: 200;
    padding: 10px;
  }
  .mainHeading h1 {
    font-size: 3rem;
  }
}

.modulusChildCtr {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.modulusChildCtr .card2mainCtr {
  padding: 30px 100px;
  padding-right: 80px;
  flex: 1;
}
@media screen and (max-width: 700px) {
  .modulusChildCtr .card2mainCtr {
    padding: 30px 22px;
  }
}
@media screen and (max-width: 1200px) {
  .modulusChildCtr img {
    display: none;
  }
}
.card2Ctr {
  display: flex;
  transform: translateX(-100%);
  transition: all 1s ease-in-out;
}
.cc1 {
  transition-delay: 0s;
}
.cc2 {
  transition-delay: 0.2s;
}
.cc3 {
  transition-delay: 0.4s;
}
.cc4 {
  transition-delay: 0.8s;
}
.mdImg {
  transition: all 0.6s ease-in-out;
  transform: translateX(100%);
  min-width: 100px;
  max-width: 450px;
  height: fit-content;
}
.card2Ctr h1 {
  width: 65px;
  color: var(--ih-secondary);
  font-family: "myfont-light", sans-serif;
  font-size: 2rem;
}
.card2Ctr h4 {
  color: var(--ih-secondary);
  font-family: "myfont-light", sans-serif;
}
.card2Ctr p {
  font-size: 0.875rem;
  color: var(--ih-dullgray);
  font-family: "myfont-light", sans-serif;
}
