.page-heading {
  border-radius: 20px 20px 0 0;
  background-color: #fff;
  padding: 30px;
  padding-bottom: 0;
  margin-top: -90px;
  position: relative;
  z-index: 10;
  border-bottom: solid 1px #eeeeee;
}
@media (max-width: 767.9px) {
  .page-heading {
    padding: 8px;
    padding-bottom: 0;
    border-radius: 10px 10px 0 0;
  }
}
.page .tabs-title {
  display: flex;
  margin: 0 -10px;
}
.page .tabs-title .page-title {
  margin-left: 10px;
  margin-right: 10px;
}
.page-title {
  font-size: 18px;
  padding-bottom: 30px;
  color: #333333;
  margin-bottom: -1px;
  border-bottom: solid 3px transparent;
}
@media (max-width: 767.9px) {
  .page-title {
    margin-bottom: 8px;
    font-size: 17px;
    padding-bottom: 8px;
  }
}
.page-title.active {
  border-bottom: solid 3px #e1372a;
}
.page-body {
  padding: 50px;
}
@media (max-width: 767.9px) {
  .page-body {
    padding: 20px 0;
  }
}
/*  */
.breadcrumb {
  font-size: 18px;
}
@media (max-width: 767.9px) {
  .breadcrumb {
    margin-left: -10px;
    font-size: 14px;
  }
}
/*  */
@media (min-width: 768px) {
  .m-heading {
    margin-bottom: 20px;
  }
}
.m-title {
  font-size: 48px;
  line-height: 60px;
  color: #333333;
}
.m-subtitle {
  font-size: 24px;
  color: #333333;
  margin-bottom: 25px;
}
.m-slogan {
  font-size: 36px;
  font-weight: bold;
  color: #e41616;
  margin-bottom: 23px;
}
.m-body {
  font-size: 16px;
  color: #666666;
}
.m-body p {
  line-height: 2;
}
/*  */
@media (min-width: 768px) {
  .m-strength .m-heading {
    margin-bottom: 20px;
  }
}
.m-strength .m-title {
  font-size: 48px;
  line-height: 60px;
  color: #333333;
}
.m-strength .m-subtitle {
  font-size: 24px;
  color: #333333;
  margin-bottom: 25px;
}
.m-strength .m-slogan {
  font-size: 36px;
  font-weight: bold;
  color: #e41616;
  margin-bottom: 23px;
}
.m-strength .m-body {
  font-size: 16px;
  color: #666666;
}
.m-strength .m-body p {
  line-height: 2;
}
@media (min-width: 768px) {
  .m-strength-img {
    margin-top: -60px;
  }
}
.about-info2 > .row > [class^="col"] {
  margin-bottom: 120px;
}
@media (max-width: 767.98px) {
  .about-info2 > .row > [class^="col"] {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .about-info2 > .row > [class^="col"]:nth-child(2) {
    padding-top: 220px;
  }
}
.m-team .m-subtitle {
  font-size: 36px;
  color: #333333;
  margin-bottom: 10px;
}
.m-team .m-slogan {
  font-size: 24px;
  color: #e41616;
  font-weight: normal;
}
.m-team .m-body {
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .m-team .m-body {
    font-size: 16px;
  }
}
.m-team .m-body p {
  margin-bottom: 0;
}
/*  */
.m-honor {
  padding: 70px 0;
  background-color: #e9f2ff;
}
@media (max-width: 767.98px) {
  .m-honor {
    padding: 30px 0;
  }
}
@media (min-width: 768px) {
  .m-honor {
    height: 1083px;
  }
}
@media (min-width: 768px) {
  .m-honor .m-body .row [class^="col-"]:nth-child(2) {
    margin-top: -80px;
    height: 90%;
  }
  .m-honor .m-body .row [class^="col-"]:nth-child(3) {
    margin-top: -160px;
  }
  .m-honor .m-body .row [class^="col-"]:nth-child(3) > .row .col {
    margin-bottom: 60px!important;
  }
}
.m-partner {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .m-partner > .container {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .m-partner .m-heading {
    width: 470px;
    margin-bottom: 0;
  }
}
.m-partner .m-body {
  flex: 1;
}
.m-partner-list-item {
  margin-bottom: 30px;
}
/*  */
.about-cause-list-item {
  align-items: center;
  height: 176px;
  background-color: #ffffff;
  border: solid 1px #f6f6f6;
  margin-bottom: -1px;
  margin-right: -1px;
  padding: 20px;
}
.about-cause-list-item img {
  border-radius: 500px;
}
.about-cause-list-item:hover {
  background-color: #be820e;
  color: #ffffff;
  border: solid 1px #f6f6f6;
}
