.serviceBORDER{
    transition: 0.3s ease !important; 
  box-shadow: 0px 0px 20px 2px rgb(0 0 0 / 15%)  !important;
        border: white;
    border-width: 6px;
    border-style: solid;
  transition: 0.3s ease !important;
}



.serviceBORDER:hover{
    transform: scale(1.04) !important;
    transition: 0.3s ease !important;
   box-shadow: 0 0 20px 0px #00000014 !important;
      border: #a30d1d;
    border-width: 6px;
    border-style: solid;
  transition: 0.3s ease !important;

}


.serviceBORDER2{
    transition: 0.3s ease !important; 
  box-shadow: 0px 0px 20px 2px rgb(0 0 0 / 15%)  !important;
        border: white;
    border-width: 6px;
    border-style: solid;
  transition: 0.3s ease !important;
}



.serviceBORDER2:hover{
    transform: scale(1.04) !important;
    transition: 0.3s ease !important;
   box-shadow: 0 0 20px 0px #00000014 !important;
      border: black !important;
    border-width: 6px;
    border-style: solid;
  transition: 0.3s ease !important;

}

/*
.serviceBORDER:after {
    content: '';
    background-color: #D80000;
    width: 100%;
    height: 12px;
    position: relative;
    top: 0px;
    transition: 0.3s ease !important;
} */


/*
.serviceBORDER:hover:after {
    content: '';
 background-color: #FF0606;
    width: 100%;
    height: 12px;
    position: relative;
    top: 0px;
    transition: 0.3s ease !important;
} */


@media screen and (min-width: 991px){
  
.CENTER2 .sppb-row{
    JUSTIFY-CONTENT: CENTER !IMPORTANT;
}
  
  
}