/* 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  :)  */
#sec-save-time {
  padding: 100px 0 117px; }
  #sec-save-time h4 {
    line-height: 2rem; }
  @media screen and (max-width: 1025px) {
    #sec-save-time {
      padding: 50px 0 80px; }
      #sec-save-time h4 {
        margin-top: 45px; }
        #sec-save-time h4:first {
          margin-top: 0; } }

#sec-products {
  padding-bottom: 80px; }
  #sec-products .card picture, #sec-products .card img {
    margin-bottom: 40px; }
  #sec-products .card a {
    color: white; }
    #sec-products .card a:hover {
      color: #0076BE; }

#sec-versatile {
  padding-bottom: 135px; }
  #sec-versatile h2 {
    margin-bottom: 48px; }
  #sec-versatile .services {
    background-color: #0076BE;
    padding: 41px 0; }
    #sec-versatile .services .card {
      padding: 30px 24px;
      border-right: 1px solid rgba(255, 255, 255, 0.45); }
      #sec-versatile .services .card h3 {
        margin-bottom: 30px;
        color: white;
        font-weight: 700; }
    #sec-versatile .services .card-2 {
      border-right: none; }
  @media screen and (max-width: 1025px) {
    #sec-versatile .services {
      padding: 41px 48px; }
      #sec-versatile .services .card {
        padding: 0;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.45); }
        #sec-versatile .services .card h3 {
          margin-bottom: 30px;
          color: white;
          font-weight: 700; }
      #sec-versatile .services .card-2 {
        border: none; } }

h3 {
  color: #0076BE; }

@media screen and (max-width: 1025px) {
  .mobile-padding {
    padding: 0 !important;
    padding-bottom: 80px !important; }
  h3 {
    margin-bottom: 5px; }
  h2 {
    margin-bottom: 43px; }
  p {
    margin-bottom: 30px; } }
