body .section3 .service-box {
  display: flex;
  flex-direction: column;
  border-radius: 0px 0px 40px 0px;
}

body .section3 .service-box {
  border-style: solid;
  border: 1px solid;
  border-color: #2e496d;
}

body .section3 .service-box .info-icon {
  margin-bottom: 15px;
}

body .section3 .service-box .info-box-title {
  margin-bottom: 40px;
}

body .section3 .service-box:hover .info-box-icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(214deg) brightness(103%) contrast(103%);
}

body .section3 .service-box:hover a {
  color: #fff;
}

body .section3 .service-box::after {
  background: linear-gradient(
    122.93deg,
    rgba(46, 73, 109, 0.95) 37.33%,
    rgba(46, 73, 109, 0) 173.4%
  );
}

body .section3 .service-box a {
  color: #2e496d;
}

body .section3 .service-box:hover .info-btn-wrapper::before {
  content: "";
  position: absolute;
  right: -100px;
  top: -15px;
  width: 57px;
  height: 57px;
}

body .section3 .service-box .info-btn-wrapper {
  width: max-content;
  position: relative;
}
