.sec-greenbs-header {
  position: relative;
  padding: 7rem 0rem 9rem;
}

.sec-greenbs-carbon-footprint {
  position: relative;
  padding: 7rem 0rem 9rem;
  /* 	.bg-obj{
  		background-repeat: no-repeat;
  		background-size: cover;
  		position: absolute;
  		background-position: center bottom;
  		top: 32%;
  		left: 50%;
  	} */
}
.sec-greenbs-carbon-footprint .item-footprint:not(:last-child) {
  margin-bottom: 6rem;
}

/*desktop*/
@media (min-width: 1025px) {
  .sec-greenbs-carbon-footprint .item-footprint {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
}
/* mobile */
@media (max-width: 600px) {
  .sec-greenbs-header {
    padding: 2rem 0rem 3.5rem;
  }
  .sec-greenbs-carbon-footprint {
    padding: 2rem 0rem 3rem;
  }
  .sec-greenbs-carbon-footprint .item-footprint:not(:last-child) {
    margin-bottom: 2rem;
  }
}
/*tablet*/
@media (min-width: 601px) and (max-width: 1024px) {
  .sec-greenbs-header {
    padding: 3rem 0rem 6rem;
  }
  .sec-greenbs-carbon-footprint {
    padding: 4rem 0rem 6rem;
  }
  .sec-greenbs-carbon-footprint .greenbs-carbon-footprint-ct {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sec-greenbs-carbon-footprint .greenbs-carbon-footprint-ct .item-footprint:not(:last-child) {
    margin-bottom: 4rem;
  }
}/*# sourceMappingURL=sdgs_green_bs.css.map */