.col-12 {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col-12 {
  width: 100%;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.introductionSectionTop {
  min-height: 564px;
  border-radius: 1.5rem;
  margin-bottom: 5rem;
}
.d-flex {
  display: -webkit-flex !important;
  display: flex !important;
}
.textEnd {
  text-align: right !important;
}
.flex-column {
  -webkit-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-lg-row-reverse {
  -webkit-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.w-100 {
  width: 100% !important;
}
.justify-content-center {
  -webkit-justify-content: center !important;
  justify-content: center !important;
}
.align-items-center {
  -webkit-align-items: center !important;
  align-items: center !important;
}
.introductionSectionTops {
  max-width: 25rem;
}
.pd {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pd-2 {
  padding-bottom: 1.5rem !important;
}
.textSize {
  font-size: 0.75rem;
}
.text-weight {
  font-weight: 400;
}
.justified-txt {
  text-align: justify;
}
.d-block {
  display: block !important;
}
.mrg {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

@media only screen and (max-width: 768px) {
  .mobile-about{
    display: show;
  }
  .desktop-about{
    display: none;
  }
}