       .footercol1 .social-media-icons a {
        display: inline-block;
      }

      .footercol1 .icon {
        width: 46px;
        height: 67px;
        background-position: -21px -6px;
        background-repeat: no-repeat;
        background-size: 182%;
      }

      .footercol1 .icon:hover {
        transform: scale(1.1);  
      }
      
      .footersection .heading {
        font-size: 1.4rem !important;
        font-weight: bold;
      }
      .footersection .paragraph {
        font-size: 1rem;
      }
      .footersection a {
        text-decoration: none;
        color: black;
      }
            
      /* Socail icons */
      .icon.facebook {
        background-image: url('https://web.safetywallet.co.za/templates/sw/assets/icons/5. Socials/1. Facebook.png');
      }

      .icon.instagram {
        background-image: url('https://web.safetywallet.co.za/templates/sw/assets/icons/5. Socials/2. Instagram.png');
      }

      .icon.linkedin {
        background-image: url('https://web.safetywallet.co.za/templates/sw/assets/icons/5. Socials/3. LinkedIn.png');
      }

      .icon.twitter {
        background-image: url('https://web.safetywallet.co.za/templates/sw/assets/icons/5. Socials/4. X.png');
      }

      .icon.whatsapp {
        background-image: url('https://web.safetywallet.co.za/templates/sw/assets/icons/5. Socials/5. Whatsapp.png');
      }
      .italic-text {
        font-style: italic;
      }
      @media (max-width: 1023px) {
        .footerflex .row {
          flex-wrap: wrap !important;
        }
        .footercol1 {
          border: none !important;
        }
        .fttextright {
          text-align: left !important;
        }
        .footersection .cell {
          min-height: 32px !important;
        }
      }