.breadcrumb a { color: rgba(55, 52, 53, 0.30); }
  .breadcrumb a:hover { color: #f58634; }


.section-padding {
    padding: 5em 0 !important;
  }
  .top-banner {
    height: 360px;
    background-color: #F8F8F8;
    margin-top: 4em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 6em;
    position: relative;
}
.top-banner img.vector {
    position: absolute;
    right: 0;
}
.top-banner h2 {
    color: #373435;
    font-size: 34px;
    font-family: Lora;
    font-style: normal;
    font-weight: 400;
    line-height: 51px;
    letter-spacing: 0.5px;
}
.top-banner p {
    color: rgba(55, 52, 53, 0.30);
    font-size: 16px;
    font-family: Nunito;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-top: 15px;
}

section.media-list .card .card-body { padding-left: 0; }
section.media-list .card .card-body h4 {
    color: #373435;
    font-family: Nunito;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}


@media(max-width: 992px) {

  .top-banner {
    height: 250px;
    padding-left: 3em;
  }

  .top-banner img.vector {
    width: 300px;
  }

  .top-banner h2 {
    font-size: 28px;
    line-height: 43px;
  }
  .top-banner p {
    font-size: 14px;
    line-height: 18px;
  }
}

@media(max-width: 767px) {
  .section-padding {
    padding: 3em 0 !important;
  }
  section.section.ps-5.pe-5.top-banner {
    padding-left: 15px !important;
    padding-right: 15px !IMPORTANT;
    background-color: #f8f8f8;
  }
  .top-banner {
    height: auto;
    padding-left: 0;
  }
  .top-banner img.vector {
    width: 100%;
    position: relative;
  }
  .top-banner h2 {
    font-size: 24px;
    line-height: 38px;
    margin-top: 1em;
  }

}