/* 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  :)  */
/* 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 {
  position: relative;
  overflow: hidden;
  border-bottom: solid 18px #1a4e74;
  padding-top: 200px;
  padding-bottom: 100px; }
  @media (min-width: 769px) {
    #banner {
      padding-top: 250px;
      padding-bottom: 175px; } }
  @media (min-width: 1025px) {
    #banner {
      padding-top: 250px;
      padding-bottom: 175px; } }
  #banner .bg-cover {
    object-position: center bottom;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover; }
    @media (min-width: 769px) {
      #banner .bg-cover {
        object-position: center bottom; } }
  #banner .banner-content h1 {
    color: #3e3d3b;
    position: relative;
    padding-bottom: 1.5rem;
    margin-bottom: 0; }
    #banner .banner-content h1::after {
      content: "";
      height: 8px;
      width: 107px;
      background-color: #ffb000;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0 auto; }

.testimonials {
  background-color: #fbfbfb; }
  .testimonials .testimonial-card {
    background-color: white;
    padding: 2rem 1.5rem 2rem 1.5rem;
    border-radius: 20px;
    height: 100%; }
    .testimonials .testimonial-card .icon-quote-top {
      color: #eceded;
      display: block;
      text-align: left;
      font-size: 50px; }
    .testimonials .testimonial-card .stars i {
      color: #ffb000;
      font-size: 20px;
      margin-right: 2px; }
      .testimonials .testimonial-card .stars i:last-of-type {
        margin-right: 0; }
    .testimonials .testimonial-card p {
      font-size: 20px; }
      .testimonials .testimonial-card p.name {
        margin-bottom: 1rem;
        font-size: 16px; }
      .testimonials .testimonial-card p:last-of-type {
        color: #3e3d3b;
        margin-bottom: 0;
        letter-spacing: -0.4px;
        font-size: 16px; }
    .testimonials .testimonial-card strong {
      color: #3e3d3b;
      font-size: 16px; }

.platforms {
  background-color: #f4f4f4;
  border-top: solid 18px #eceded; }
  .platforms .logo-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: white;
    border: 1px solid #eceded;
    border-radius: 10px;
    padding: 2rem; }
