.heading-align-left {
  text-align: left;
}
.heading-align-right {
  text-align: right;
}
.heading-align-center {
  text-align: center;
}
.heading-color-light * {
  color: #fff;
}
.heading-title-wrapper {
  margin-bottom: 30px;
}
.heading-title {
  margin-bottom: 0;
}
.title-description {
  font-size: 18px;
  margin-top: 30px;
  line-height: 1.6;
}
.title-description p {
  font-size: 22px;
  line-height: 1.6;
}

.heading-wrapper h1 + .title-description {
  margin-top: 30px;
}

  
@media (min-width: 768px) and (max-width:960px) {
    .heading-title-wrapper h1 {
        font-size:36px !important;
    }

    .heading-title-wrapper h2 {
        font-size: 28.8px !important;
    }

    .heading-title-wrapper h3 {
        font-size: 21.6px !important;
    }

    .heading-title-wrapper h4 {
        font-size: 23.4px !important;
    }
}

@media (max-width: 767px) {
    .heading-title-wrapper h1 {
        font-size:32px !important;
    }

    .heading-title-wrapper h2 {
        font-size: 25.6px !important;
    }

    .heading-title-wrapper h3 {
        font-size: 19.2px !important;
    }
}
}