.gradient-border-pseudo {
  position: relative;
  padding: 10px 20px;
  background: #fff;
  margin: 20px 40px;
  border-radius: 5px;
  width: 238px;
  height: 238px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gradient-border-pseudo::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -3px;
  border-radius: inherit;
  background-image: linear-gradient(45deg, #2C7BD2, #103688);
}
.otherservice-main {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.border-bottom-blue {
  border-bottom: 2px solid #256abf !IMPORTANT;
  width: 70px;
}
/* .container {
    text-align: center;
    margin-top: 80px;
  } */
.wi_50 {
  width: 50px;
}
.mt-100 {
  margin-top: 100px;
}
@media(max-width:768px) {
  .card-other-service {
    width: 100%;
  }
}