.aboutImg .icon {
  line-height: 1;
  position: relative;
  width: 70px;
  height: 70px;
  background: var(--accent-color);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.aboutImg .icon i {
  font-size: 38px;
  color: #fff;
}

.aboutImg {
  height: 165px;
  /* width: 100%; */
  /* margin-bottom: 10px; */
  /* border: 1px solid gray; */
  padding: 13px 8px;
  border-radius: 12px;
  align-items: center;
  background-color: lightblue; /* gold */
}
.amoutImgBox {
  /* width: 99.5%; */
  margin: 0 auto;
  border-radius: 14px;
  padding: 2px;
  margin-bottom: 15px;
  background-color: #eaab00; /* gold */
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAOqrAP///yH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=="),
    url("data:image/gif;base64,R0lGODlhAQABAPAAAOqrAP///yH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=="),
    url("data:image/gif;base64,R0lGODlhAQABAPAAAP///////yH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==");
  background-repeat: no-repeat;
  background-size: 0 2px, 0 100%, 0% 2px;
  background-position: top center, top center, bottom center;
  -webkit-animation: drawBorderFromCenter 4s ease-in-out infinite;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes drawBorderFromCenter {
  0% {
    background-size: 0 2px, 0 0, 100% 100%;
  }
  20% {
    background-size: 100% 2px, 100% 0, 100% 100%;
  }
  66% {
    background-size: 100% 2px, 100% 98%, 100% 100%;
  }
  99% {
    background-size: 100% 2px, 100% 98%, 0 2px;
  }
}

.aboutImg .text {
  width: calc(100% - 80px);
}

.aboutImg .text h3 {
  font-size: 19px;
  font-weight: 600;
}

.wrap-about {
  position: relative;
}

.wrap-about h2 {
  font-weight: 500;
}

.wrap-about .img {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.text-dark {
  font-weight: bold;
}
.facility-section .text a:hover {
  color: var(--blue-color) !important;
}
.aboutImageTextDesc {
  height: 94px;
  line-height: 1.5;
  overflow: hidden;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
