/* 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;
  padding-top: 156px;
  padding-bottom: 100px;
  color: white; }
  @media screen and (min-width: 769px) {
    #banner {
      padding-top: 186px; } }
  @media screen and (min-width: 1025px) {
    #banner {
      padding-bottom: 138px; } }
  @media screen and (min-width: 1141px) {
    #banner {
      padding-top: 196px;
      padding-bottom: 100px; } }
  #banner h1 {
    position: relative;
    padding-bottom: 1.75rem; }
    #banner h1:after {
      content: "";
      position: absolute;
      bottom: 0;
      height: 4px;
      background-color: #7dd449;
      width: 62px;
      left: 0; }

#breadcrumb {
  background-color: #f3f3f3;
  padding: 12px 0; }
  #breadcrumb nav {
    line-height: normal; }
    #breadcrumb nav p {
      line-height: normal;
      font-family: "Vend Sans", sans-serif;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 700;
      margin: 0 !important;
      padding: 0 0;
      color: #7dd449; }
      #breadcrumb nav p a {
        color: #292828; }
        #breadcrumb nav p a:hover {
          color: #7dd449; }
      #breadcrumb nav p .breadcrumb-separator {
        padding: 0 8px; }
        #breadcrumb nav p .breadcrumb-separator i {
          color: #292828;
          line-height: normal;
          font-size: 10px; }

#intro {
  background-color: #f9f9f9;
  position: relative; }
  #intro .h4 {
    margin-bottom: 1rem; }
  #intro h2 {
    max-width: 615px; }
  #intro .left-steps-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    z-index: 0; }
    @media screen and (min-width: 641px) {
      #intro .left-steps-img {
        bottom: -15px; } }
    @media screen and (min-width: 769px) {
      #intro .left-steps-img {
        position: absolute;
        right: 30%; } }
    @media screen and (min-width: 1025px) {
      #intro .left-steps-img {
        position: absolute;
        left: 0;
        right: 30%;
        bottom: -15px; } }
    @media screen and (min-width: 1141px) {
      #intro .left-steps-img {
        position: absolute;
        left: 0;
        right: 50%;
        bottom: -15px; } }

#products .top .h4 {
  margin-bottom: 1rem; }

#products .product-card .img-link {
  display: block; }
  #products .product-card .img-link img,
  #products .product-card .img-link picture {
    transition: all 0.2s linear; }
  #products .product-card .img-link:hover {
    overflow: hidden; }
    #products .product-card .img-link:hover picture,
    #products .product-card .img-link:hover img {
      transform: scale(1.051, 1.05);
      transition: all 0.2s linear; }

#products .product-card .h4 {
  margin-bottom: 1rem;
  font-size: 28px; }
  @media screen and (min-width: 1025px) {
    #products .product-card .h4 {
      font-size: 36px; } }

#products .right-steps-img {
  position: absolute;
  right: 0;
  bottom: -10px;
  z-index: 0;
  width: 100%; }
  @media screen and (min-width: 641px) {
    #products .right-steps-img {
      bottom: -15px;
      width: 70%; } }
  @media screen and (min-width: 769px) {
    #products .right-steps-img {
      position: absolute;
      width: 50%;
      bottom: -20px; } }
  @media screen and (min-width: 1025px) {
    #products .right-steps-img {
      position: absolute;
      right: 0;
      tbottomop: -20px;
      width: 50%; } }
  @media screen and (min-width: 1141px) {
    #products .right-steps-img {
      position: absolute;
      right: 0;
      bottom: -20px;
      width: 50%; } }

#about {
  background-color: #f9f9f9; }
  #about .top .h4 {
    margin-bottom: 1rem; }
  #about .img-row {
    position: absolute;
    position: absolute;
    width: 100%;
    top: 165px;
    left: 0;
    right: 0; }
    @media screen and (min-width: 394px) {
      #about .img-row {
        top: 185px; } }
    @media screen and (min-width: 641px) {
      #about .img-row {
        top: 0; } }
  #about .features .feature-card {
    position: relative;
    z-index: 1;
    height: 100%;
    background-color: white;
    border-radius: 10px; }
    #about .features .feature-card .icon {
      background-color: #2a4c79;
      height: 47px;
      width: 47px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%; }
    #about .features .feature-card .h4 {
      max-width: 235px;
      margin-bottom: 1rem; }
  #about .btns {
    position: relative;
    z-index: 2; }
