.section-green-50 {
  background: url("../../assets/img/HelloComplyBG-50.png");
}

.section-green {
  background: url("../../assets/img/HelloComplyBG.png");
}

.section-green-dark {
  background: url("../../assets/img/HelloComplyBG-dark.png");
}

.green-panel {
  background: url("../../assets/img/HelloComplyBG.png");
  padding: 30px;
  border-radius: 20px;
}

.cut-bottom {
  height: 100px;
  background: var(--light-grey);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.bg-light-grey {
  background-color: var(--light-grey);
}

:root {
  --light-grey: #eee;
}

.hello-tile {
  transform: rotate(5deg);
  /*box-shadow: 0px 0px 11px rgba(0,0,0,0.36);*/
  border-radius: 23px;
  /*margin-left: -50px;*/
  /*margin-top: 80px;*/
  /*margin-bottom: -40px;*/
}

@media (min-width: 1200px) {
  .hello-tile {
    transform: rotate(5deg);
    /*box-shadow: 0px 0px 11px rgba(0,0,0,0.36);*/
    border-radius: 23px;
    margin-left: -10px;
    margin-top: 43px;
    margin-bottom: -40px;
    width: 92%;
  }
}

.h1-hero {
  font-size: 3rem;
  font-weight: 700;
  color: var(--bs-primary);
  /*width: 90%;*/
}

h2, h3, h4, h5 {
  color: var(--bs-secondary);
  font-weight: 700;
  margin-bottom: 1.2rem;
}

.tick-list {
  list-style: none;
  padding-left: 1.5rem;
}

.tick-list li {
  position: relative;
  margin-bottom: 0.5rem;
}

.tick-list li::before {
  content: "\2713";
  color: #28a745;
  position: absolute;
  left: -1.5rem;
  font-size: 1.2rem;
  line-height: 1.5;
}

.list-inline.tick-list li {
  margin-right: 45px;
}

.hero-divider {
  position: absolute;
  bottom: -1px;
  width: 100%;
  left: 0;
  right: 0;
  /*height: 107px;*/
  /*object-fit: cover;*/
  border-bottom: 50px solid var(--light-grey);
}

.feature-box {
  padding: 0;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 25px;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

.feature-heading {
  background-color: var(--bs-primary);
  /*border-radius: 20px 20px 0 0;*/
  padding: 14px 24px;
  color: white;
  margin-bottom: 0;
}

.small, small {
  font-size: .6em;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.feature-content {
  padding: 19px 24px 6px;
}

.hotline-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 850px;
}

@media (min-width: 576px) {
  .hotline-wrap {
    /*display: flex;*/
    flex-direction: row;
    /*gap: 30px;*/
    /*max-width: 850px;*/
  }
}

.hotline-img {
  width: 100px;
  height: 100px;
}

html {
  scroll-padding-top: 120px;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
  font-weight: 700;
}

.link-primary:hover {
  color: #123a27!important;
}

.hero-wrap {
  padding: 20px;
}

@media (min-width: 576px) {
  .hero-wrap {
    padding: 15px 40px 40px;
  }
}

@media (min-width: 768px) {
  .hero-wrap {
    padding: 40px 20px 40px 40px;
  }
}

@media (min-width: 1200px) {
  .hero-wrap {
    padding: 88px 20px 80px 40px;
  }
}

.h1-hero {
  font-size: 2.2em;
}

@media (min-width: 1200px) {
  .h1-hero {
    font-size: 2.3em;
  }
}

@media (min-width: 1400px) {
  .h1-hero {
    font-size: 2.7em;
  }
}

@media (min-width: 768px) {
  .h1-hero {
    width: 90%;
  }
}

@media (min-width: 1200px) {
  .h1-hero {
    width: 96%;
  }
}

