.about-tab {
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.0588235294);
  border: 1px solid #e5e7eb;
  border-radius: 15px;
  margin: 0px 10px;
}
.about-tab .nav-tabs {
  border-bottom: 1px solid #e5e7eb;
  padding: 10px 0px 0px 0px;
  margin-bottom: 20px;
}
.about-tab .nav-tabs .nav-item .nav-link {
  border: 0px;
  color: #333333;
  font-size: 18px;
  padding: 15px 20px;
}
.about-tab .nav-tabs .nav-item .nav-link:hover {
  border: 0px;
  border-bottom: 3px solid #005f5f;
}
.about-tab .nav-tabs .nav-item .nav-link.active {
  border: 0px;
  border-bottom: 3px solid #005f5f;
  color: #005f5f;
  font-weight: 600;
}
@media (max-width: 768px) {
  .about-tab .nav-tabs .nav-item .nav-link {
    font-size: 13px;
    padding: 15px 10px;
  }
}
.about-tab .tab-content {
  padding: 10px 20px;
}
.about-tab .tab-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 15px;
  line-height: 30px;
}
.about-tab .tab-content p {
  font-size: 15px;
  color: #333333;
  font-weight: 400;
}
.about-tab .card-tree {
  padding-bottom: 30px;
}
.about-tab .card-tree .card {
  display: flex;
  flex-direction: row;
  gap: 20px;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.0588235294);
  border: 1px solid #f2f2f2;
  border-radius: 15px;
  margin: 15px 0px;
  transition: all 0.3s ease;
  padding: 20px;
  height: calc(100% - 20px);
}
.about-tab .card-tree .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1019607843);
}
.about-tab .card-tree .card .card-image {
  height: 110px;
  width: 110px;
  border-radius: 50%;
}
.about-tab .card-tree .card .card-image img {
  height: 110px;
  width: 110px;
  border-radius: 50%;
}
.about-tab .card-tree .card .card-text {
  font-size: 18px;
  line-height: 28px;
  flex: 1;
}
.about-tab .card-horizontal {
  padding-bottom: 30px;
}
.about-tab .card-horizontal .card {
  display: flex;
  flex-direction: row;
  gap: 20px;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.0588235294);
  border: 1px solid #f2f2f2;
  border-radius: 15px;
  margin: 15px 0px;
  transition: all 0.3s ease;
  padding: 20px;
  height: calc(100% - 20px);
}
.about-tab .card-horizontal .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1019607843);
}
.about-tab .card-horizontal .card .card-image {
  height: 110px;
  width: 110px;
  border-radius: 50%;
}
.about-tab .card-horizontal .card .card-image img {
  height: 110px;
  width: 110px;
  border-radius: 50%;
}
.about-tab .card-horizontal .card .card-text {
  font-size: 18px;
  line-height: 28px;
  flex: 1;
}
/*# sourceMappingURL=about-sf.css.map */
