/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
.banner {
  padding: 100px 0 75px 0; }
  .banner .bg-img {
    bottom: 0; }

.bread-crumb-row {
  padding: 1rem 0;
  margin-top: 0; }
  .bread-crumb-row p {
    margin: 0 !important;
    color: #292929; }
    .bread-crumb-row p span, .bread-crumb-row p a {
      color: #292929;
      letter-spacing: 1.4px;
      font-size: 18px;
      font-family: "Manrope", "Arial Narrow", "Verdana", sans-serif;
      text-transform: lowercase; }
      .bread-crumb-row p span.last, .bread-crumb-row p a.last {
        color: #FF675B; }
    .bread-crumb-row p a:hover {
      color: #3765A1; }

.faqs {
  padding: 100px 0;
  position: relative; }
  .faqs .bg-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1; }
    .faqs .bg-img img,
    .faqs .bg-img picture {
      max-height: 100% !important;
      height: 100% !important;
      width: 100% !important;
      max-width: 100% !important;
      object-fit: cover;
      object-position: bottom right; }
  .faqs hr {
    margin: 3rem 0;
    background: #D6D6D6;
    height: 1px;
    border-top: 1px solid #D6D6D6; }
