.about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
}
@media (min-width: 768px) {
  .about-col {
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  .about-col {
    margin-top: 2.5rem;
  }
}
.about-col .img {
  position: relative;
}

.about-col .icon {
  width: 64px;
  height: 64px;
  text-align: center;
  position: absolute;
  background-color: #003893;
  border-radius: 50%;
  border: 4px solid #fff;
  left: calc(50% - 32px);
  bottom: -30px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-col i {
  font-size: 28px;
  line-height: 0;
  color: #fff;
  transition: 0.3s;
}

.about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  padding: 0;
  margin: 30px 0 12px 0;
}

/* custom */
.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 768px) {
  .services-top-container {
    margin-top: 3rem;
  }
}
@media (max-width: 768px) {
  .services-top-container {
    margin: 3rem 0px;
  }
}
.process_item {
  position: relative;
}
.process_item_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.process_item_heading {
  font-weight: 600;
  color: #125241;
  font-size: 32px;
}
.process_item_paragraph {
  opacity: 0.7;
  color: #000000;
  font-size: 17.5px;
}
.process_item_images {
    height: 420px !important;
    object-fit: contain;
}

footer .row > * {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mission-img {
  width: 100%;
  height: 450px;
}
@media (max-width: 768px) {
  .column-reverse-img-container {
    display: flex;
    flex-direction: column-reverse;
  }
  .process_item_paragraph {
    padding: 0px 15px;
    text-align: justify;
  }
  .process_item_heading {
    padding: 0px 15px;
    font-size: 22px;
  }
  .process_item_images {
    height: auto;
  }
  .mission-img {
    height: auto;
  }
}

#product_wrapper > .row {
  margin-bottom: 1rem;
  padding: 20px 0px;
}
