/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* For Home Page Only */
/* 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  :)  */
#sec-intro {
  padding: 202px 0 64px;
  background: #1D1D1D; }
  #sec-intro .content {
    border-radius: 5px;
    background-color: #1D1D1D;
    z-index: 5;
    position: relative;
    padding: 52px 25px 0 0; }
  #sec-intro h1 {
    font-family: "Source Sans Pro", "SpaceX", "Oxanium", "Roboto", sans-serif;
    font-weight: 400;
    margin-top: 0; }
  #sec-intro p {
    color: #C9C9C9; }
  #sec-intro .side-img {
    position: absolute;
    max-width: 91%;
    right: 0;
    top: 38px; }
    #sec-intro .side-img picture,
    #sec-intro .side-img img {
      max-width: 100% !important;
      max-height: 100% !important;
      width: 100% !important;
      object-fit: cover;
      height: 100% !important;
      border-radius: 5px 0px 0px 5px; }
  @media screen and (min-width: 1025px) {
    #sec-intro {
      padding: 46px 0 198px; }
      #sec-intro .side-img {
        max-width: 66%;
        bottom: -105px; }
        #sec-intro .side-img picture,
        #sec-intro .side-img img {
          border-radius: 5px; }
      #sec-intro .content {
        padding: 129px 55px 13px 0; }
        #sec-intro .content p {
          max-width: 674px; } }
  @media screen and (min-width: 769px) and (max-width: 1025px) {
    #sec-intro .content {
      padding-bottom: 50px; } }
  @media screen and (max-width: 641px) {
    #sec-intro .side-img {
      height: 315px; } }

#sec-products {
  background-color: #2B2B2B; }
  #sec-products h4 {
    text-transform: uppercase; }
  #sec-products .card picture,
  #sec-products .card img {
    border-radius: 5px; }
  #sec-products .card h4 {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 50px 0 25px; }
  #sec-products .card p {
    color: #C9C9C9;
    margin-bottom: 18px;
    font-size: 16px; }
  #sec-products .card a {
    margin-top: auto;
    width: fit-content; }
  @media screen and (min-width: 1025px) {
    #sec-products {
      padding: 123px 0 20px; } }

#sec-callout {
  padding: 255px 0 220px;
  background-color: #1D1D1D;
  overflow: hidden; }
  #sec-callout .bg-img {
    position: absolute;
    inset: 0;
    bottom: unset;
    height: 432px !important;
    width: 100% !important;
    z-index: 0; }
    #sec-callout .bg-img picture,
    #sec-callout .bg-img img {
      position: relative;
      object-fit: cover;
      max-height: 100% !important;
      max-width: 100% !important;
      height: 100% !important;
      width: 100% !important; }
  #sec-callout .content {
    position: relative;
    z-index: 1; }
  #sec-callout h2 span {
    font-family: "Source Sans Pro", "SpaceX", "Oxanium", "Roboto", sans-serif !important;
    font-weight: 400 !important;
    line-height: 1.2; }
  #sec-callout p {
    color: #C9C9C9; }
  @media screen and (min-width: 1025px) {
    #sec-callout .bg-img {
      inset: 0;
      height: 100% !important; } }
  @media screen and (max-width: 1025px) {
    #sec-callout {
      padding: 295px 0 66px; }
      #sec-callout .content {
        padding: 52px 21px 0 0;
        background-color: #1D1D1D;
        border-radius: 5px;
        position: relative; }
        #sec-callout .content::before {
          background-color: #1D1D1D;
          position: absolute;
          inset: 0;
          right: unset;
          content: '';
          left: -100%;
          width: 100% !important;
          height: 100% !important; } }

#sec-callout p {
  color: white; }
