.text_overlay_banner_block2 {
  padding-bottom: 0;
}

.about-mission {
  padding: 20px;
}

.section-subtitle {
  font-size: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.thirty_one_day_card_content3 {
  background-image: url("../img/heroes14.webp");
  height: 30px;
}

.pillars {
  padding: 0;
}

.purity_challenge_intro_block {
  padding: 20px;
  position: relative;
  background-color: white;
  display: flex;
  flex-direction: column;
  height: 500px;
  align-items: center;
}

.thirty_one_day_card_title {
  min-height: 147px;
}

.purity_challenge_intro_block_text {
  height: 600px;
}

.purity_challenge_intro_block {
  height: 500px;
  align-items: center;
}

.purity_challenge_intro_block_picture {
  height: 100%;
}

.intro-paragraph span {
  font-size: 48px;
  margin-bottom: 20px;
  display: block;
}

.intro-paragraph {
  max-width: fit-content;
  font-size: 18px;
  line-height: normal;
  position: absolute;
  left: 40%;
  top: 50%;
  transform: translate(-34%, -50%);
  color: #fff;
  text-shadow: 1px 1px 2px #000000;
  font-weight: 500;
  text-align: center;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 20px;
}

/* Start focus on a mission block */

.focus_on_mission_wrapper_row {
  display: flex;
  gap: 10px;
}

.focus_on_mission_wrapper {
  position: relative;
  background: url("../img/heroes8.webp") center/cover no-repeat;
  padding: 40px;
  width: 50%;
}

.focus_on_mission_wrapper.first {
  background: url("../img/heroes20.webp") center/cover no-repeat;
}

.focus_on_mission_wrapper.second {
  background: url("../img/heroes21.webp") center/cover no-repeat;
}

.focus_on_mission_wrapper.third {
  background: url("../img/heroes22.webp") center/cover no-repeat;
}

.focus_on_mission_wrapper.fourth {
  background: url("../img/heroes23.webp") center/cover no-repeat;
}

.focus_on_mission_wrapper.fifth {
  background: url("../img/heroes24.webp") center/cover no-repeat;
}

.focus_on_mission_title {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 40px;
  max-width: 500px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.focus_on_mission_cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  margin-left: auto;
}

.focus_on_mission_card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  padding: 20px 30px;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  position: relative;
  min-height: 150px;
}

.focus_on_mission_card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.05)
  );
  border-radius: inherit;
}

.focus_on_mission_card h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 2px #000000;
}

.focus_on_mission_card p {
  margin: 0;
  font-size: 14px;
  color: #fff;
  max-width: 300px;
}

/* End focus on a mission block  */

.more_details_info_wrapper {
  background-color: #e6f3f5;
}

.info_container {
  margin: auto;
}

.info_header {
  padding: 100px 20px;
  text-align: center;
  color: white;
  background-color: #222;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.info_header h1 {
  font-size: 3rem;
  margin-bottom: 0.5rem;
  text-align: center;
  max-width: 1000px;
}
.info_header p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  text-align: center;
  max-width: 1000px;
}

.thirty_one_day_card_block .thirty_one_day_card_content3 {
  background-image: url("../img/heroes3.webp");
  height: 80px;
  color: #2f484a;
}

.overlay_card_separated_block {
  padding: 5px 25px 20px 10px;
}

.overlay_card_wrapper {
  width: 100%;
  height: 300px;
  background: linear-gradient(90deg, #3d71f5, #0d4ef2);
  box-shadow: 0 0.25em 0.375em hsla(0, 0%, 0%, 0.1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.overlay_card {
  background: linear-gradient(
    135deg,
    rgba(59, 130, 246, 0.2),
    rgba(96, 165, 250, 0.1)
  );
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px rgba(31, 38, 135, 0.37);
  width: 100%;
  height: 300px;
  position: relative;
  top: 15px;
  left: 15px;
}

.overlay_card_centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

/* End overlay card */

.froasted_glass_wrapper {
  background-image: url("../img/bible.webp");
  background-size: cover;
  background-position: center;
  min-height: 350px;
  overflow: hidden;
}

.froasted_glass_effect {
  background: rgba(47, 72, 74, 0.29);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4.7px);
  -webkit-backdrop-filter: blur(4.7px);
  border: 1px solid rgba(47, 72, 74, 0.3);
  padding: 20px;
  min-height: 350px;
  color: #fff;
}

.froasted_glass_block_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
  gap: 10px;
}

.froasted_glass_block_item {
  width: 360px;
  background-color: #fff;
  padding: 20px;
  position: relative;
}

.froasted_glass_block {
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100px;
  align-items: center;
}

.froasted_glass_block_title {
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  position: absolute;
  background: linear-gradient(
    135deg,
    rgba(59, 130, 246, 0.2),
    rgba(96, 165, 250, 0.1)
  );
  backdrop-filter: blur(3px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px rgba(31, 38, 135, 0.37);
  border-radius: 20px;
  width: 90%;
  height: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.froasted_glass_block_picture {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.froasted_glass_block_body_title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  color: #2f484a;
  text-align: left;
  min-height: 147px;
}

.froasted_glass_block_body {
  background-image: url("../img/heroes14.webp");
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

@media screen and (max-width: 991px) {
  .intro-paragraph {
    left: 8%;
    transform: translate(-4%, -50%);
  }

  .intro-paragraph span {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .intro-paragraph {
    left: 14%;
    transform: translate(-8%, -50%);
  }

  .intro-paragraph span {
    font-size: 28px;
  }

  .focus_on_mission_wrapper_row {
    flex-direction: column;
  }

  .focus_on_mission_wrapper {
    width: 100%;
  }

  .overlay_card_centered {
    width: 80%;
  }
}
