@import url(https://cdnjs.cloudflare.com/ajax/libs/MaterialDesign-Webfont/7.4.47/css/materialdesignicons.min.css);
.goal-section {
  display: block !important;
}
.goal-section .goal-col {
  background: url(../images/about-left-bg.png) 0 0 no-repeat;
  background-size: 100% auto;
  padding: 40px;
  color: #fff;
  position: relative;
}
.goal-section .goal-col h4 {
  font-size: 32px;
  font-weight: 700;
}
.goal-section .goal-col .btn-link {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.goal-section .goal-col .btn-link:hover {
  text-decoration: underline;
}
.goal-section .goal-col ul {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.goal-section .goal-col ul h4 {
  font-size: 54px;
}
.goal-section .goal-col ul h5 {
  font-size: 16px;
  font-weight: 400;
}
.goal-section .goal-col ul li {
  flex: 0 0 50%;
  max-width: 50%;
}
.goal-section .image-col {
  padding-left: 30px;
}
.goal-section .image-col img {
  width: 100%;
  height: auto;
}
.goal-section.xs {
  margin-top: 40px;
}

.about-info-section .section-title,
.about-service-section .section-title {
  text-align: left;
}
.about-info-section .section-title h2,
.about-service-section .section-title h2 {
  font-size: 42px;
}
.about-info-section .section-title h2:last-child,
.about-service-section .section-title h2:last-child {
  margin-bottom: 0;
}
.about-info-section .row,
.about-service-section .row {
  align-items: center;
}
.about-info-section .content-col,
.about-service-section .content-col {
  font-size: 20px;
  color: #64748B;
  letter-spacing: -0.015rem;
  line-height: 1.65;
}
.about-info-section.xs,
.about-service-section.xs {
  margin-bottom: 0;
}

.about-service-section .bottom-section .row {
  align-items: stretch;
  margin: 0 -25px;
}
.about-service-section .bottom-section .row > div[class*=col-] {
  padding: 0 25px;
}
.about-service-section .bottom-section .row .image-col img {
  width: 100%;
  height: auto;
}
.about-service-section .bottom-section .row .progress-col .col-container {
  padding: 30px;
  border-radius: 20px;
  height: 100%;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.12);
}
.about-service-section .bottom-section .row .progress-col .col-container .title-section h4 {
  color: #171919;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.about-service-section .bottom-section .row .progress-col .col-container .title-section p {
  font-size: 16px;
}
.about-service-section .bottom-section .row .progress-col .col-container ul {
  margin: 30px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.about-service-section .bottom-section .row .progress-col .col-container ul li h5 {
  font-size: 18px;
  color: #171919;
  font-weight: 400;
}
.about-service-section .bottom-section .row .progress-col .col-container ul li .progress-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-service-section .bottom-section .row .progress-col .col-container ul li .progress-section .progress {
  flex: 0 0 100%;
  max-width: 100%;
  height: 8px;
  margin-top: 10px;
}
.about-service-section .bottom-section .row .progress-col .col-container ul li .progress-section .progress .progress-bar {
  height: 8px;
}
.about-service-section .bottom-section .row .progress-col .col-container ul li .progress-section .progress .progress-bar.bg-success {
  background-color: #12A493 !important;
}
.about-service-section .bottom-section .row .progress-col .col-container .notes {
  font-size: 18px;
}
.about-service-section .bottom-section .row .progress-col .col-container .notes .btn.btn-link {
  padding: 0;
  color: #12A493;
  text-decoration: none;
  font-weight: 600;
}
.about-service-section .bottom-section .row .content-col .col-container {
  background-color: #12A493;
  padding: 30px;
  border-radius: 20px;
  height: 100%;
  color: #fff;
}
.about-service-section .bottom-section .row .content-col .col-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.about-service-section .bottom-section .row .content-col .col-container ul li {
  flex-grow: 1;
}
.about-service-section .bottom-section .row .content-col .col-container ul li .number {
  font-weight: 800;
  opacity: 0.5;
  font-size: 16px;
  display: block;
  margin: 0 0 5px;
}
.about-service-section .bottom-section .row .content-col .col-container ul li h4 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 5px;
}
.about-service-section .bottom-section .row .content-col .col-container ul li p {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
}

.who-we-are-section {
  text-align: center;
  width: 1024px;
  margin: 0 auto;
}
.who-we-are-section > h4 {
  font-size: 28px;
  color: #171919;
  margin-bottom: 40px;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.who-we-are-section > h4:before, .who-we-are-section > h4:after {
  content: "";
  width: 28px;
  height: 28px;
  background: url(../images/sprites.svg) -10px -13px no-repeat;
  display: block;
}
.who-we-are-section .quote {
  font-size: 36px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #171919;
  font-weight: bold;
  font-style: italic;
}
.who-we-are-section .quote strong {
  color: #12A493;
}
@media (max-width: 1024px) {
  .who-we-are-section {
    width: 100%;
  }
  .who-we-are-section > h4 {
    font-size: 24px;
  }
  .who-we-are-section .quote {
    font-size: 24px;
  }
}

.about-service-section,
.goal-section,
.about-info-section {
  display: none !important;
}