/*-- ========================================================
                    Text list section Start 
=========================================================== */
.text-list-section h2 {
  color: #142651;
}

.text-list-section h3 {
  text-align: center;
  margin-bottom: 1.2rem;
  margin-top: 1.25rem;
}

/*-- ========================================================
                    Text list section End
=========================================================== */
/*-- ========================================================
                    Video section Start 
=========================================================== */
.video-section {
  padding: 3.75rem 0;
}

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

.video-section .primary-title {
  text-align: left;
}

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

/*-- ========================================================
                    Video section End
=========================================================== */
/*-- ========================================================
                    Tips section Start 
=========================================================== */
.tips-section {
  padding: 3.55rem 0 2.39rem 0;
}

@media only screen and (max-width: 767px) {
  .tips-section {
    padding: 1.6875rem 0 0.375rem 0;
  }
}

.tips-section .primary-title {
  margin-bottom: 1.47rem;
}

@media only screen and (max-width: 767px) {
  .tips-section .tips-box {
    margin-bottom: 0.5rem;
  }
}

.tips-section .tips-box h3 {
  margin-bottom: 0.21875rem;
}

.tips-section .tips-box img {
  margin-bottom: 0.7rem;
}

/*-- ========================================================
                    Tips section End 
=========================================================== */
