/*
Section: General Banner
*/

.section-genneral-banner {
  padding: 168px 0 103px;
  background: linear-gradient(360deg, #004789 28.67%, #0058A9 61.72%, #0069CB 95.44%);
  color: #ffffff;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.section-genneral-banner::before {
  content: "";
  position: absolute;
  width: 754px;
  height: 539px;
  bottom: 0;
  left: 0;
  background: url('../../assets/images/ellipse.svg');
  pointer-events: none;
}

.section-genneral-banner .container {
  position: relative;
}

.genneral-banner__subtitle {
  margin-bottom: 20px;
}

.genneral-banner__description {
  margin-bottom: 30px;
  max-width: 800px;
}

.genneral-banner__btn-wrapper {
  margin-top: 31px;
}


@media (max-width: 991px) {
  .section-genneral-banner {
    padding: 100px 0 80px;
  }
}

@media (max-width: 767px) {
  .section-genneral-banner {
    padding: 104px 0 82px;
  }

}