#sp-footer1 div.sp-column{
  text-align: center;
}

.text-over-image::after {
  content: "";
  clear: both;
  display: table;
}

.noDecoration {
   color: inherit !important;
    text-decoration: none !important;
}
.noDecoration:hov {
   color: inherit !important;
   text-decoration: none !important;
}

.bottom-heading{
  height:70px;
}


.bottom-content{
  height:130px;
}
@media screen and (max-width: 1199px){
  .bottom-content{
     height:170px;
   }
}
@media screen and (max-width: 991px){
  .bottom-content{
     height:auto;
   }
}

