.section--banner .inner-content {
  background: url(../../img/banner-bg.jpg);
  background-size: cover;
  border-radius: 15px;
  padding: 40px 60px;
  color: #fff;
  position: relative
}

.container-fluid .section--banner>.container-fluid{
  padding: 0;
}

.section--banner .inner-content img {
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: 0
}

.section--banner ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  font-weight: 500
}

.section--banner ul li {
  position: relative;
  padding-left: 30px
}

.section--banner ul li+li {
  margin-left: 40px
}

.section--banner ul li::before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  position: absolute;
  left: 0;
  top: 0;
}

.section--banner .inner-content h2, .section--banner .inner-content p, .section--banner .inner-content a {
  position: relative;
  z-index: 2
}

.section--banner .inner-content .section__title {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Inter", sans-serif
}

.section--banner .inner-content .btn {
  color: #105dfb
}

.section--banner .inner-content .btn:hover {
  background: #000;
  color: #fff
}

/*# sourceMappingURL=banner.css.map */
