.breadcrumb-wrapper .page-heading{
    padding: 234px 0px 90px !important;
}

.page-heading h2, .page-heading h5, .page-heading h5 a{
    color: rgb(255, 255, 255) !important;
}

.breadcrumb-section .container-fluid{
    padding: 0px 0px !important;
}


.about-image-item p{
  font-size: 18px !important;
  font-weight: 400 !important;
}

.about-wrapper-2 .about-content p{
  font-size: 20px !important;
}
.work-process-box-items{
  padding: 20px !important;
  border: none !important;
}

.about-wrapper-2 .about-image-items .about-image::before{
  background: none !important;
}

.about-image img{
  /* background:#edf3fd !important; */
  padding: 10px !important;
}

.d-flex-column{
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

.d-flex-start{
  display: flex !important;
  flex-direction: column !important;
  align-items: start!important;
  justify-content: center !important;
}


@media(max-width:767px){
  .breadcrumb-wrapper .page-heading{
    padding: 190px 0px 80px !important;
  }
}