/* RUNNING NUMBERS */
/*
.runningNUM{
 transition: 0.5s;
 box-shadow: 0 0 20px 1px #000000a3 !important;
  
}

.runningNUM:hover{
   transform: scale(1.05);
      box-shadow: 0 0 5px 1px #000000 !important;
}

.runningNUM:after{
      content: '';
    background-color: #D80000;
    width: 100%;
    height: 12px;
    position: relative;
    top: 30px;
   transition: 0.5s;
}



.runningNUM:hover:after{
      content: '';
    background-color: #FF0606;
    width: 100%;
    height: 12px;
    position: relative;
    top: 30px;
} */


.yourTRUST{
 transition: 0.5s;
 box-shadow: 0 0 20px 1px #000000a3 !important;
  
}

.yourTRUST:hover{
   transform: scale(1.05);
      box-shadow: 0 0 5px 1px #000000 !important;
}

.yourTRUST:hover:after{
    content: '';
    background-color: #FF0606;
    width: 100%;
    height: 11px;
    position: relative;
    top: 30px;
}


.yourTRUST:after {
    content: '';
    background-color: #D80000;
    width: 100%;
    height: 11px;
    position: relative;
    top: 30px;
      background-position: center bottom;
}



/* END OF RUNNING NUMBERS */



/* LICENSE AND INSURANCE */




.CENTER .sppb-row {
    JUSTIFY-CONTENT: CENTER !IMPORTANT;
}



@media screen and (min-width: 991px){

.licenseBG{
     background-image: linear-gradient(180deg, #CC1025 0%, #660813 100%) !IMPORTANT;
    BACKGROUND-SIZE: 90% !IMPORTANT;
    BACKGROUND-REPEAT: NO-REPEAT !IMPORTANT;
    BACKGROUND-POSITION: 300% 400% !IMPORTANT;
}
  
}


@media screen and (max-width: 767px){
  
  .licenseBG{
     background-image: linear-gradient(180deg, #CC1025 0%, #660813 100%) !IMPORTANT;
    BACKGROUND-SIZE: 100% !IMPORTANT;
    BACKGROUND-REPEAT: NO-REPEAT !IMPORTANT;
    BACKGROUND-POSITION: 300% 400% !IMPORTANT;
}
  
  
  div#column-wrap-id-1640828702673{
    
    padding: 0px !Important;
  
}
}

/* END OF LICENSE AND INSURANCE */


