.community-special-offers {
  border-radius: 0.5rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #f9fafb;
  margin-top: 3.8rem;
  margin-bottom: 4.1rem;
  padding: 1.9rem;
  border: none;
  width: 100%;
}
.community-special-offers--hide {
  display: none !important;
  height: 0;
}
.community-special-offers__cta {
  font-size: 1.2rem;
  line-height: 2.2rem;
  letter-spacing: 0.15rem;
  color: #f37120;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 2.2rem;
  position: relative;
  border: none;
  border-bottom: 2px solid #ffffff;
  display: block;
  width: 100%;
  text-align: left;
  appearance: auto;
  background: transparent;
}
.community-special-offers__cta::after {
  content: '';
  background: linear-gradient(180deg, rgba(238, 238, 238, 0.8) 0%, rgba(255, 255, 255, 0) 70%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  position: absolute;
  height: 1.4rem;
  bottom: -1.5rem;
  left: 0;
}
.community-special-offers__name {
  margin-bottom: 0.8rem;
  line-height: 1.8rem;
  letter-spacing: -0.025rem;
  color: #1c2a33;
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  text-align: left;
}
.community-special-offers__title {
  font-size: 2.4rem;
  line-height: 2.2rem;
  letter-spacing: 0.016rem;
  font-weight: 700;
  font-family: 'miller-display', serif;
  color: #1c2a33;
}
.community-special-offers__desc {
  margin-top: 0.5rem;
}
@media screen and (min-width: 576px) {
  .community-special-offers__desc {
    margin-top: 0.8rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .community-special-offers {
    margin-bottom: 3.8rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .community-special-offers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.4rem 3.1rem 1.9rem 3.1rem;
  }
  .community-special-offers__cta {
    margin-right: 3rem;
    padding-right: 3rem;
    margin-bottom: 0;
    width: 23rem;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    border-bottom: none;
    border-right: 2px solid #ffffff;
    position: relative;
  }
  .community-special-offers__cta::after {
    content: '';
    position: absolute;
    right: -1.3rem;
    left: auto;
    bottom: auto;
    top: 0;
    width: 1.2rem;
    height: 100%;
    background: linear-gradient(90deg, rgba(238, 238, 238, 0.82396709) 0%, rgba(255, 255, 255, 0) 70%, rgba(0, 0, 0, 0) 100%);
  }
  .community-special-offers__name {
    width: calc(100% - 230px);
    margin-right: 3rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .community-special-offers {
    margin-bottom: 1rem;
    padding: 1.6rem 4.1rem 1.6rem 1.6rem;
    box-shadow: 0.2rem 0 0.4rem rgba(0, 0, 0, 0.1);
    border-radius: 0.7rem 0 0 0.7rem;
    overflow: hidden;
    width: auto;
  }
  .community-special-offers__cta {
    font-size: 1.4rem;
    line-height: 1.7rem;
    letter-spacing: 0.2rem;
    margin-bottom: 1.9rem;
    border-right: none;
    padding-bottom: 0.6rem;
  }
  .community-special-offers__name {
    margin-bottom: 1.5rem;
  }
  .community-special-offers__desc {
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .community-special-offers {
    padding: 1.6rem 4.2rem;
  }
}
@media screen and (min-width: 3300px) {
  .community-special-offers {
    border-radius: 1rem;
  }
}
