.site-color .text_wrap .footerCommonPage h1 {
  font-size: 28px;
  line-height: 1.7142857142857142em;
  font-weight: 700;
}
.site-color .text_wrap .footerCommonPage h2 {
  font-size: 18px;
  line-height: 2.6666666666666665em;
  font-weight: 700;
}

.site-color .text_wrap .footerCommonPage p a{
  color: #50BAE3;
}

.site-color .text_wrap p,
.site-color .text_wrap ul li,.site-color .text_wrap ol li{
  /* margin-bottom: 6px; */
  line-height: 1.7777777777777777em;
}

.site-color .text_wrap p:last-child,
.site-color .text_wrap ul li:last-child,.site-color .text_wrap ol li:last-child{
  margin-bottom: 0px;
}

.site-color .text_wrap ul,
.site-color .text_wrap ol {
  margin-bottom: 0px;
}

.site-color .text_wrap .footerCommonPage .sub-heading p:first-child {
  margin-top: 14px;
  margin-bottom: 0px;
}

.site-color .text_wrap .footerCommonPage .rte-space p:first-child {
  margin-top: 24px;
  margin-bottom: 0px;
}

.site-color .text_wrap .footerCommonPage p {
  /* margin-top: 0px; */
  /* margin-bottom: 0px; */
}

.site-color .-mt-36 {
  margin-top: -36px;
  margin-bottom: 0px;
}

.site-color .-mt-26 {
  margin-top: -36px;
  margin-bottom: 0px;
}

.site-color .text_wrap h2 {
  line-height: 1.7142857142857142em;
  font-weight: 800;
}

.site-color .mt-24 {
  margin-top: 24px;
  margin-bottom: 0px;
}

.site-color .mt-14 {
  margin-top: 14px;
  margin-bottom: 0px;
}

.site-color .text_wrap .footerCommonPage .rte-space p {
  margin-top: 24px;
  margin-bottom: 0px;
}

.site-color .rte-space p:first-child {
  margin-top: 24px;
  margin-bottom:6px ;
}



@media (max-width: 767.98px) {
  .site-color .text_wrap .footerCommonPage h1 {
    font-size: 18px;
    line-height: 1.4444444444444444em;
  }

  .site-color .text_wrap h2 {
    line-height: 1.4444444444444444em;
  }

  .site-color .text_wrap .footerCommonPage h2 {
    line-height: 1.625em;
    font-size: 16px;
  }

  .site-color .text_wrap .footerCommonPage .rte-space p:first-child {
    margin-top: 14px;
    margin-bottom: 0px;
  }

  .site-color .mt-24 {
    margin-top: 14px;
    margin-bottom: 0px;
  }

  .site-color .-mt-36 {
    margin-top: -16px;
    margin-bottom: 0px;
  }

  .site-color .-mt-26 {
    margin-top: -16px;
    margin-bottom: 0px;
  }

  .site-color .rte-space p:first-child {
    margin-top: 14px;
    margin-bottom: 6px;
   }
  
}