.slider-section .flickity-button {
  display: none;
}

.section2 .practices-menu ul#menu-practices-menu {
  display: grid;
  text-transform: uppercase;
  grid-template-columns: repeat(2, 1fr);
}

body .section2 {
  position: relative;
  z-index: 2;
  background-color: #fff;
}

body .section3 .text1 {
  color: #535c69;
  font-size: 18px;
  /* width: 85%; */
}

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;
  background-image: url("/wp-content/uploads/2023/05/arrow.png");
  background-repeat: no-repeat;
}

body .section3 .service-box .info-btn-wrapper {
  width: max-content;
  position: relative;
}

/* 
body .section3 .service-box .info-btn-wrapper::before {
  content: "";
  position: absolute;
  right: -100px;
  top: -15px;
  width: 57px;
  height: 57px;
  background-image: url("/wp-content/uploads/2023/05/arrow.png");
  background-repeat: no-repeat;
} */
