#main_gears-logo {
  width: 139px;
  margin: 25px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: -60px;
}

@media (max-width: 991px) {
  #slogan {
    margin-top: 50px;
  }
}

.gears_card {
  height: 400px;
  background: rgba(243, 138, 41, 0.54);
  width: 250px;
  border-radius: 8px;
  box-shadow: 5px 5px 2px rgb(243, 138, 41);
  border: 6px none #373737;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: rgb(255, 255, 255);
}

.gears_card-box {
  display: flex;
  justify-content: center;
}

#hero_banner {
  width: 100%;
  background: url("../../assets/img/pexels-anna-shvets-4315570.jpg") center /
    cover no-repeat;
  height: 450px;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  #hero_banner {
    height: 260px;
  }
}

@media (max-width: 767px) {
  #hero_banner {
    height: 171px;
  }
}

#hero_banner--img {
  width: 80%;
}

#hero_banner--img-backgound {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(
    right,
    #f7c435 54%,
    transparent 54%,
    transparent 100%
  );
  background-image: -webkit-linear-gradient(
    right,
    #f7c435 54%,
    transparent 54%,
    transparent 100%
  );
}

h1 {
  font-weight: bold;
  color: rgb(240, 114, 61);
}

#community {
  /*background: #f7c435;*/
  /*background-image: linear-gradient(right, #f7c435 54%, transparent 54%, transparent 100%);*/
  /*background-image: -webkit-linear-gradient(left, #f7c435 65%, transparent 65%, transparent 100%);*/
}

#savings {
  /*background: #f7c435;*/
}

#offers {
  /*background: #f7c435;*/
  /*background-image: linear-gradient(right, #f7c435 54%, transparent 54%, transparent 100%);*/
  /*background-image: -webkit-linear-gradient(left, #f7c435 65%, transparent 65%, transparent 100%);*/
}

#hero_signup-box {
  height: 170px;
  border-radius: 4px;
  /*border: 7px solid rgb(227,108,58) ;*/
  /*background: #f7c435;*/
  /*transform: skew(-5deg);*/
  margin-bottom: 32px;
}

#hero_signupBtn {
  width: 265.094px;
  height: 60px;
  background: rgb(247, 196, 53);
  border: 4px solid rgb(240, 114, 61);
  font-weight: bold;
  color: rgb(240, 114, 61);
  font-size: 26px;
}

#community_img {
  width: 100%;
  opacity: 0.99;
}

section not:first-child {
  margin: 20px 0;
  padding: 15px 0;
}

#savings_5 {
  font-size: 194px;
  font-weight: bold;
}

#hero_signupBOX {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 356px;
  flex-direction: column;
}

#offers_img {
  width: 100%;
}

#hero {
  /*background: #f7c435;*/
}

section {
  padding: 35px 0;
}

.spotlightIcon {
  font-size: 190px;
  color: white;
}

.blob-col {
  padding: 0;
  min-height: 391px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.section-heading {
  font-size: 65px;
  color: rgb(240, 114, 61);
  font-weight: 600;
}

@media (max-width: 767px) {
  .section-heading {
    font-size: 45px;
  }
}

.blob {
  position: absolute;
  z-index: -1;
  width: 520px;
}

@media (max-width: 767px) {
  .blob {
    width: 420px;
  }
}

.text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 391px;
}

.content-text {
  font-size: 16px;
  color: rgb(54, 54, 54);
}

.savings_subtext {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: -26px;
}

#hero_CTAtext {
  font-size: 62px;
  font-weight: bold;
  font-style: normal;
  color: rgb(240, 114, 61);
  display: block;
  margin-bottom: 35px;
}

#note {
  text-align: center;
}
