.aboutimg {
  height: 300px;
  background-size: cover;
  background-position: center;
}

.aboutimgovrlay {
  background-color: #12121249;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.aboutimgovrlay h1 {
  color: #bfb8b8;
  font-size: 4rem;
  text-align: center;
}

.aboutimgovrlay p {
  font-size: 1.3rem;
  color: #bfb8b8;
  text-align: center;
}

.aboutsprnghll {
  text-align: center;
  font-size: 1.2rem;
  color: rgb(160, 159, 159);
  margin: 70px 0;
  margin-top: 50px;
}

.ourmission h1 {
  font-size: 2rem;
  margin-bottom: 50px;
}

.ourmissioncontent {
  /* overflow-x: scroll; */
}

.ourmssncards {
  display: flex;
  flex-wrap: no-wrap;
  overflow-x: scroll;
  padding-bottom: 20px;
}

.ourmssncards::-webkit-scrollbar {
  width: 1em;
}

.ourmssncards::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.ourmssncards::-webkit-scrollbar-thumb {
  background-color: rgba(169, 169, 169, 0.445);
  outline: 1px solid rgba(112, 128, 144, 0.411);
  border-radius: 50px;
}

.ourmssncards .card {
  flex: 0 0 auto;
  min-height: 300px;
  width: 400px;
  margin-right: 50px;
  background-color: #13171d;
  border-radius: 50px;
  padding: 50px;
  color: rgb(160, 159, 159);
  font-size: 1.2rem;
}

.history h1 {
  font-size: 2rem;
  margin-bottom: 50px;
  margin-top: 70px;
}

.historybox{
    background-color: #13171d;
    padding: 5%;
    color: rgb(160, 159, 159);
    font-size: 1.2rem;
}

.meetpastor{
    margin-top: 70px;

}

.meetpastor img{
    border-radius: 100%;
    width: 300px;
    height: 300px;
    object-fit: cover;
    margin-bottom: 50px;
}

.meetpastor h1{
    margin-bottom: 30px;
}

.meetpastor p{
  font-size: 1.2rem;
  color: rgb(160, 159, 159);
}

.connect{
    background-color: #13171d;
    padding: 50px 0;
}

.connect p{
    font-size: 1.2rem;
  color: rgb(160, 159, 159);
}

.radiocards{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1em;
}

.radiocards p{
    font-size: 1.2rem;
  color: rgb(160, 159, 159);
}

.radiocard img{
    height: 200px;
    margin-bottom: 20px;
}

.radiocard a{
    color: white;
}

.worship{
  
}

.worship h1{
    margin: 70px 0 50px 0;
}

.worship p{
    font-size: 1.2rem;
  color: rgb(160, 159, 159);
}

@media (max-width: 1276px) {
    .radiocards {
    display: grid;
    grid-template-columns: 1fr 1fr ;
    grid-gap: 1em;
}
}

@media (max-width: 823px) {
    .radiocards {
    display: grid;
    grid-template-columns: 1fr ;
    grid-gap: 1em;
}
}

@media (max-width: 490px) {
    .radiocards img{
    width: 100%;
    object-fit: contain;
}
.aboutimgovrlay h1 {
  font-size: 2rem;
}
}