@media (max-width: 991.98px) {
  .header-bottom-full {
    padding-bottom: 7em !important;
  }
}
.header-bottom-full__inner {
  position: relative;
  padding: 7.5em 0 6.5em;
}
@media (max-width: 991.98px) {
  .header-bottom-full__inner {
    padding: 3.5em 0 0px;
  }
}
.header-bottom-full__inner > .container {
  z-index: 1;
  position: relative;
}
.header-bottom-full__inner__img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.header-bottom-full__inner__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.header-bottom-full__inner__img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #347064 0%, rgba(52, 112, 100, 0) 100%);
  content: "";
  bottom: 0;
  right: 0;
}
.header-bottom-full__inner-content {
  margin-bottom: 5em;
}
@media (max-width: 991.98px) {
  .header-bottom-full__inner-content {
    margin-bottom: 3em;
  }
}
@media (min-width: 992px) {
  .header-bottom-full__inner-content__cta ul li:first-child {
    margin-right: 19px;
  }
}
@media (max-width: 991.98px) {
  .header-bottom-full__inner-content__cta ul li:not(:last-child) {
    margin-bottom: 19px;
  }
}
@media (max-width: 991.98px) {
  .header-bottom-full__inner-content__cta ul li .btn {
    width: 90%;
  }
}
@media (max-width: 991.98px) {
  .header-bottom-full__inner-menu {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .header-bottom-full__inner-menu {
    position: absolute;
    bottom: -110px;
  }
}
.header-bottom-full__inner-menu__title {
  color: #ffffff;
  font-weight: 900;
  font-size: 1.25rem;
  margin-bottom: 0.5em;
  line-height: 1.35;
}
@media (max-width: 991.98px) {
  .header-bottom-full__inner-menu__title {
    color: rgba(5, 0, 0, 0.85);
  }
}
