.swiper {
    background-color: rgba(232, 218, 182, 0.25);
}

.lead {
    font-size: 4.75rem;
    color: white;
    text-shadow: 1px 1px 4px rgba(0,0,0,.3);
    font-weight: 500;
    font-style: italic;
    line-height: 4.25rem;
}

.top-line {
    font-style: italic;
    font-weight: 600;
    text-shadow: 1px 1px 4px rgba(0,0,0,.13);
    color: #967442;
}
@media (max-width: 576px) {
    .lead {
    font-size: 2.5rem;
    text-align: center; 
    color: #5B6254;
    line-height: 1em;
    /* margin-top: -4rem!important; */
    text-shadow: none;
    }

    .top-line {
        margin-top: 3rem;
    }
   
    .lead  .ml-5 {
    margin-left: 0 !important
    }
}
.lead .fs-sm {
    font-size: 2.25rem;
    font-family: 'Times New Roman', Times, serif;
    @media (min-width: 576px) {
        font-size:3rem;
}
}
.light-content .lead {
    color: #5B6254;
}
.inner-content {
    max-width: 1600px;
  margin: 0 auto;
  }

