.brown-bg {
  background-image: url("../../../Assets/Images/Home/BrownBG.jpg");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
.campus-cta-card {
  margin-top: -4rem;
}
@media (min-width: 1500px) {
  .campus-cta-card {
    margin-top: -9rem;
  }
}
@media (max-width: 1199px) {
  .campus-cta-card {
    margin-top: -2rem;
  }
}
.meet-the-pastors {
  position: relative;
}
.meet-the-pastors-image {
  background-image: url("../../../Assets/Images/Home/ChattanoogaBG.jpg?a=1");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 70vh;
}
.pastor-text-container {
  background: linear-gradient(59deg, #18100d 0%, #2e1909 90%, #452913 100%);
}
.pastor-image {
  height: 25rem;
}
.dashed-left-bottom {
  position: absolute;
  bottom: -30%;
  left: 5%;
  height: 25%;
  width: 70%;
  border-style: none none dashed dashed;
  border-width: 2px;
  border-color: #f79e7d;
}
.campus-img-container {
  position: relative;
  min-width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .campus-title {
    font-size: 1.25em;
  }
  .campus-text {
    font-size: 1em;
  }
}
@media screen and (max-width: 1199px) {
  .pastors-title {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .pastor-header-logo {
    padding-top: 5%;
  }
  .pastors-title {
    font-size: 2rem;
  }
  .pastor-text {
    font-size: 1rem;
    overflow: scroll;
    text-overflow: clip;
    display: block;
    /* or inline-block */
    word-wrap: break-word;
    max-height: 8em;
  }
}
@media (max-width: 767px) {
  .pastor-header-logo {
    padding-top: 10%;
  }
  .pastors-title {
    font-size: 1.2em;
    margin-top: -0.1rem;
    margin-bottom: 0.5rem;
  }
  .pastor-text {
    font-size: 0.8rem;
    padding-right: 0.8rem;
    max-height: 7.5rem;
  }
}
