.customFooter {
    background-color: black; 
    /* position: fixed;
    bottom: 0;
    width: 100%; */
}

  @media screen and (max-width: 700px) {
   .dispplayHandler {
      display:flex;
      flex-direction:column;
   }
   .layoutItem {
      padding:around-small;
      size:12;
      align-self:center;
      text-align:center;
      width: 70% !important;
      small-device-size:12; 
      medium-device-size:4;
    }
    ul {
      display:flex;
    }
    .topBlock {
      margin-left:auto;
   }
}

.topBlock {
      margin-left:1.5%;
   }

.dispplayHandler {
      display:flex;
      justify-content: space-between;
   }

.layoutItem {
      padding:around-small;
      padding: 
      size:12;
      width: 33%;
      small-device-size:12; 
      medium-device-size:4;
    }

.headingColour {
	color:white;
}

.paraColour {
	color:white;
}

.removeAnchor {
	color: white;
	font-size:24px
}

li {
  display:inline;
}

.supportText{
	color: white;
}

.supportText:hover{
	text-decoration: none;
	color: var(--lwc-dxpGBrand,rgb(128, 90, 214));
}


/* .footer {
    bottom: 0;
    position: fixed;
    width: 100%;
} */


/* @media only screen and (max-height: 820px) {
    .footer {
       bottom: 0;
       position: inherit;
       width: 100%;
   }
} */