body {
  font-family: "DM Sans", sans-serif;
}

.primary-btn-lg {
  background: #00A990;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.5rem 3.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: none;
  text-align: center;
  display: inline-block;
}

.primary-btn-lg:hover {
  background: #04947e;
  color: #fff;
}

.outline-btn {
  background: #fff;
  color: #00A990 !important;
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 0.5rem 3.5rem;
  border: 0.0625rem solid #00A990;
  border-radius: 0.5rem;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  display: inline-block;
}

.outline-btn:hover {
  background: #00A990;
  color: #fff !important;
}

/* --------------------------- Greener Promise --------------------------- */
.greener-promise {
  position: relative;
}
.greener-promise .container {
  position: absolute;
  z-index: 1;
  top: 4.875rem;
  left: 0;
  right: 0;
  margin: auto;
}
.greener-promise .container .logo {
  height: 4.5rem;
}
@media only screen and (min-width: 768px) {
  .greener-promise .container .logo {
    height: auto;
  }
}
.greener-promise .container p {
  color: #FFF;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 1.3125rem 0;
}
.greener-promise .container .primary-btn {
  background: #00645B;
  color: #D0D0D0 !important;
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: 700;
  padding: 0.6875rem 1.9375rem;
  border-radius: 1.4375rem;
  display: inline-block;
}

.initiative-by-bisleri-section {
  background-color: #fff;
  padding: 0 1rem;
}
@media only screen and (min-width: 768px) {
  .initiative-by-bisleri-section {
    padding: 0;
  }
}
.initiative-by-bisleri-section h3 {
  color: #1A1A1A;
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 700;
  text-align: center;
}
.initiative-by-bisleri-section h3 span {
  color: #00A990;
}
.initiative-by-bisleri-section .thumb {
  overflow: hidden;
}
.initiative-by-bisleri-section .caption {
  width: auto;
  position: absolute;
  top: 40%;
  padding: 0 0 0 1.875rem;
}
@media only screen and (min-width: 768px) {
  .initiative-by-bisleri-section .caption {
    padding: 0 0 0 6.25rem;
  }
}
.initiative-by-bisleri-section .caption h3 {
  color: #fff;
  font-size: 1.625rem;
  line-height: 2rem;
  margin: 0 0 1.375rem 0;
  font-weight: 900;
  font-style: italic;
  text-align: left;
}
.initiative-by-bisleri-section .caption .view-project {
  background: #00645B;
  color: #D0D0D0 !important;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
  border-radius: 1.4375rem;
  padding: 0.625rem 2rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
}
.initiative-by-bisleri-section .caption .view-project:hover {
  background: #014842;
}
.initiative-by-bisleri-section .caption .view-project:focus, .initiative-by-bisleri-section .caption .view-project.focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 183, 162, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 183, 162, 0.25);
}

.greener-promise-gradient {
  background: #FFF;
  padding: 3.5rem 0;
}