.our_box figure img {
  border:
10px solid white;
cursor: pointer;
}
.servicerow .col-md-6:hover .our_box figure img {
  border:
10px solid #6dbcf1;
cursor: pointer !important;
}
.servicerow .col-md-6{
    cursor: pointer !important;
}
.send_btn {
  cursor: pointer;
  border:
1px solid #fff !important;
}
html {
  scroll-behavior: smooth;
}
