/*-- Use For Custom Styling --*/

/*-- Used for Logo header font*/
h4.logo-text-upper {
  font-size: 26px;
  color: #FFFFFF;
  font-weight: 400;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 0;
  margin-top: 0;
}
.logo-text-lower {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 400;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 0;
  margin-top: 0;
}

/* ===================================
    Learn-More-Section-2
====================================== */

.learn-more-section-2 {
  padding: 120px 0;
  background-size: cover;
  background-image: url('../../classic-business/img/section-2b.jpg');
}

.learn-more-section-2 .text-area-2 {
  text-align: center;
}

.learn-more-section-2 p {
  color: #fff;
  margin-bottom: 30px;
}

.learn-more-section-2 h2 {
  color: #fff;
  margin-bottom: 50px;
}
