/*-- ========================================================
                   Offer-Section  - Start
=========================================================== */
@media only screen and (max-width: 767px) {
  .primary-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.text-section {
  padding: 2.7rem 0 3.125rem 0;
}

@media only screen and (max-width: 767px) {
  .text-section {
    padding: 2.1rem 0 3.125rem 0;
  }
}

.text-section .text-inner-container {
  max-width: 75%;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .text-section .text-inner-container {
    max-width: 95%;
    margin: 0 auto;
  }
}

.text-section .primary-title {
  padding: 0 0 0.25rem 0;
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .text-section .primary-title {
    margin-bottom: 0.7rem;
    font-size: 1.3125rem;
    line-height: 1.75rem;
  }
}

.text-section p {
  margin-bottom: 1.6rem;
  line-height: 2rem;
}

@media only screen and (max-width: 767px) {
  .text-section p {
    font-size: 1rem;
    margin: 0 auto;
    margin-bottom: 2.09rem;
    line-height: 1.75rem;
    max-width: 90%;
  }
}

/*-- ========================================================
                   Success-Section  -Start
=========================================================== */
.tile-text-section .inner-wrap {
  padding: 3.75rem 8.125rem 3.75rem 4.9375rem;
}

@media only screen and (max-width: 991px) {
  .tile-text-section .inner-wrap {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.tile-text-section h2 {
  letter-spacing: -0.02375rem;
  line-height: 2.625rem;
  margin-bottom: 1.32rem;
}

@media only screen and (max-width: 767px) {
  .tile-text-section h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.tile-text-section .sub-heading {
  line-height: 2.25rem;
  margin-bottom: 0.8rem;
  display: block;
}

@media only screen and (max-width: 767px) {
  .tile-text-section .sub-heading {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

.tile-text-section p {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2.25rem;
  margin-bottom: 0.75rem;
}

@media only screen and (max-width: 767px) {
  .tile-text-section p {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

.tile-text-section a {
  margin-top: 0.7rem;
}

/*-- ========================================================
                   Success-Section  -End
=========================================================== */
/*-- ========================================================
                  tips-section -start
=========================================================== */
.tips-section .tips-box img {
  margin-bottom: 0.65rem;
}

.tips-section .tips-box p {
  font-size: 0.688rem;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  font-family: 'montserratmedium';
  letter-spacing: 1.5px;
  font-weight: 500;
}

.tips-section .tips-box .tags-cloud a {
  color: #142651;
  text-decoration: underline;
  margin-right: 0.188rem;
  font-family: 'montserratmedium';
  font-weight: 500;
}

/*-- ========================================================
                  tips-section -End
=========================================================== */
