.train-banner-bg {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-attachment: scroll;
  position: relative;
}
.banner-button a.fl-button {
  padding: 12px 24px;
  gap: 10px;
  background: #17B451;
  box-shadow: 0px 5px 15px rgba(19, 81, 41, 0.25);
  border-radius: 15px;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  transition: .3s;
}

.banner-button a.fl-button:hover {
  background-color: #1acb5b;
  color: #fff;
  transition: .3s;
}
.banner-logo img {
  width: 150px;
}
.banner-content {
  width: 50%;
  padding: 20px;
  font-weight: 300;
}
.train-banner h1 {
  line-height: 1.16;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.train-banner h3 {
  margin-bottom: 20px;
}

.inner-section {
  max-width: 1170px;
  margin: 0 auto;
}

@media(max-width:479px){
  .train-banner h1 {
    font-size: 36px;
  }
}

{# ---- Tablet Breakpoint ---- #}
@media (max-width: 992px) {
  .banner-content {
    padding-top: 120px;
  }
}

{# ---- Mobile Breakpoint ---- #}

@media (max-width: 765px) {
  .banner-content {
    padding-top: 0px;
  }
}

