.about-1-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.effica-health {
  width: 70%;
}
.about-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.founder-img {
  height: 250px;
  object-fit: cover;
}
.card-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.card {
    overflow: hidden;
}
.card .card-title {
    min-height: 50px;
}
.card .card-subtitle {
    min-height: 40px;
}
.card .card-text {
overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.founder-img2 {
    max-height: 400px;
    object-fit: cover;
    min-height: 350px;
}

.about-columns p {
  padding: 20px;
  
  font-size: 16px;
  line-height: 1.6;
}

/* Desktop: Left border */
.border-change {
  border-left: 2px solid #D08800;
}
.card-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.modal-dialog {
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
}
/* Mobile / Tablet: Replace with top border */
@media (max-width: 991px) {
  .border-change {
    border-left: none;
    border-top: 2px solid #D08800;
  }
  
  .correct-font {
    font-size: 40px !important;
  }
  .correct-font-2 {
    font-size: 23px !important;
  }
}

@media (max-width: 450px) {
  .email {
    margin-left: -30px;
  }
  .correct-font {
    font-size: 40px !important;
  }
  .correct-font-2 {
    font-size: 18px !important;
  }
}


/* Small devices mobile*/
@media (max-width: 600px) {
  .about-bg {
    position: unset;
  }
  .about-1-section {
    position: unset;
    height: auto;
    
  }
  h1 {
    font-size: 28px;
  }
  .effica-health {
  width: 100%;
}

}