/* About Css Start Here */
.about_sec {
  padding: 60px 0;
}
.about_sec .heading_wrapper {
  padding-bottom: 60px;
  text-align: center;
}
.about_sec .heading_wrapper h2 {
  color: #228dd3;
  font-size: 30px !important;
}
.about_sec .contentDv .title {
  padding-bottom: 20px;
}
.about_sec .contentDv .title h2 {
  color: #228dd3;
  font-size: 31.5px;
}
.about_sec .contentDv p {
  font-size: 15px;
  font-weight: 600;
}
.label-status-dv{
  position: absolute;
}
.badge{
  position: relative !important;
  left: 120px;
  bottom: 5px;
}
.about_sec .contentDv-1{
  margin-right: 45px;
}
.about_sec .contentDv-2{
  margin-left: 45px;
}
.about_sec .contentDv .title img {
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 575px) {
  .about_sec .contentDv .title h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .about_sec .contentDv p {
    text-align: justify;
  }
  .about_sec .second-row {
    padding-top: 0 !important;
    flex-direction: column-reverse;
  }
}
/* About Css End Here */

