/* Break Point */
.topic-mobile-dev {
  color: #12183C;
  font-weight: 600;
}

.paragraph {
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 24.6px;
  color: #dadada;
}

/* Small topic which is display orange color  */
.small-topic-orange {
  font-weight: 600;
  color: #2D348F;
  font-size: 0.9rem;
  margin-bottom: 9px;
}

/* main topic */
.topic-web-dev {
  color: #12183C;
  font-weight: 630;
  font-size: 2.5rem;
}

.arrow-btn {
  width: 42px;
  border-radius: 60%;
  background-color: #d2d7e4;
  height: 42px;
  border: none;
}

.another-dark-font {
  font-size: 0.88rem;
  font-weight: 700;
  color: #12183C;
}

/* custom font for about us 3rdPage */
.custom-font-about {
  font-weight: 600;
  color: #2B388F;
}

.prev_topHome {
  left: 3% !important;
}

.next_topHome {
  right: 3% !important;
}

@media all and (max-width: 1026px) {
  .topic-web-dev {
    font-size: 2.3rem !important;
  }
}/*# sourceMappingURL=common.css.map */
