.subsription-title h3 {
  color: #383839;
  font-size: 34px;
  line-height: 42px;
}

.subscription-text p {
  color: #383839;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.subscription-cta a {
  background-color: #DA291C;
  color: #fff;
  padding: 8px 16px;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: -4px 9px 25px -6px rgb(0 0 0 / 10%);
  border-radius: 5px;
  line-height: 14px;
}

.blog_post_banner_modal {
  display: none;
  transition: ease-out 0.3s;
}


.subscription-text-custom-spacing p {
  max-width: 400px;
}

.subscription-text-custom-spacing p {
  margin-bottom: 24px;
}


.subcription-box-section-custom-spacing {
  margin: 90px 83px 64px 43px;
}


@media (max-width: 790px) {
  .subcription-box-section-custom-spacing {
    margin: 0px 20px 64px 20px;
  }
}



.subsription-title-custom-spacing h3 {
  margin-bottom 24px;
}

.popup-content-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-content-wrapper .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #0000005c;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}


.popup-content-wrapper .popup-content-container {
  background-color: #fff;
  position: fixed;
  z-index: 999;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  max-width: 570px;
  padding: 3rem;
  filter: drop-shadow(0px 8px 24px rgba(149, 157, 165, 0.2));
  border-radius: 5px;
  width: 100%;
}


.popup-content-wrapper span.close-popup {
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  top: 18px;
  right: 19px;
}


.popup-content-wrapper span.close-popup path {
  fill: #DA291C;
  color: #DA291C;
}


@media (max-width: 992px) {
  .popup-content-wrapper .popup-content-container {
    background-color: #fff;
    border-radius: 5px;
    filter: drop-shadow(0 8px 24px rgba(149,157,165,.2));
    max-width: 60%;
    padding: 3rem;
    z-index: 999;
  }
}

@media (max-width: 767px) {
  .popup-content-wrapper .popup-content-container {
    max-width: 90%;
  }
}


