.style_card_container__r61B3 {
  font-family: Poppins, sans-serif;
  flex: 6 1;
  min-width: 45%;
  margin: 2rem 1rem 1rem;
}
.style_card_container__r61B3 > h2 > span {
  font-weight: 400;
  font-size: 27px;
  color: #2f0095;
}
.style_card_container__r61B3 > h2 {
  color: #000;
  padding-bottom: 0.5rem;
}
.style_card_container__r61B3 > p {
  font-size: 1rem;
  line-height: 35px;
  color: #676767;
}
.style_card_container__r61B3 > p:hover {
  color: #2f0095;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .style_card_container__r61B3 {
    min-width: 100%;
  }
}
@media screen and (max-wdith: 768px) {
  .style_card_container__r61B3 {
    padding-right: 0;
    min-width: 100%;
    margin: 0;
  }
  .style_card_container__r61B3 > h2 {
    text-align: center;
  }
}
.style_nav__mhziF {
  background-color: #ffffce86;

  min-height: 30vh;
}
.style_withBackground__tMv_r {
  /* background-color: #f5f5f5; */
  background-color: #ffffce86;

}
.style_logo__Cj1J6 {
  border: 1px solid #000;
}
.style_nav_content__z0bHD {
  display: flex;
  padding: 5rem 0 0 5rem;
  color: #555;
  font-weight: var(--fontweight_bold);
  justify-content: space-between;
}
.style_pageLink__jhScr {
  font-size: var(--fontsize_mediumLarge);
}
.style_pageDescription__z8Rp7 {
  max-width: 56%;
}
.style_longDesc__uBywf {
  font-size: 1.4rem;
  padding-right: 4rem;
}
.style_shortDesc__84O0h {
  display: none;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .style_nav_content__z0bHD {
    padding: 3rem 0 4rem 4rem;
    font-weight: var(--fontweight_bold);
  }
  .style_pageLink__jhScr {
    font-size: 3.5rem;
  }
  .style_pageDescription__z8Rp7 {
    max-width: 60%;
  }
  .style_longDesc__uBywf {
    font-size: 1.15rem;
  }
}
@media screen and (min-width: 939px) and (max-width: 1023px) {
  .style_nav_content__z0bHD {
    padding: 5rem 0 0 3rem;
  }
  .style_longDesc__uBywf {
    font-size: 1.15rem;
  }
  .style_pageDescription__z8Rp7 {
    max-width: 60%;
  }
  .style_pageLink__jhScr {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .style_shortDesc__84O0h {
    font-size: 1.2rem;
    display: block;
    padding-right: 0;
    margin-top: 0;
  }
  .style_logo__Cj1J6 {
    font-size: 1rem;
    margin-top: 1rem;
    margin-left: 0;
  }
  .style_nav_content__z0bHD {
    padding: 1rem 2rem 3rem;
    flex-direction: column;
  }
  .style_pageLink__jhScr {
    font-size: 3.5rem;
    text-align: center;
    padding-bottom: 1.2rem;
  }
  .style_nav_content__z0bHD div {
    max-width: 100%;
  }
  .style_longDesc__uBywf {
    display: none;
  }
}
.style_img__a9_0D {
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
}
.style_practice_cards__xgBdx {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0;
  padding: 1rem 2rem 1rem 6rem;
}
.style_card__PUe1O {
  max-width: 80%;
  position: relative;
  padding: 10px;
}
.style_card__PUe1O:hover {
  border-bottom: 1px solid #2f0095;
  transition: border-bottom 0.3s ease-in-out;
}
.style_card__PUe1O:after {
  content: " \2192";
  color: #950019;
  font-size: 1.4rem;
  font-weight: bolder;
  position: absolute;
  top: 10%;
  right: -25px;
  transform: translateX(-50%) scale(0);
  transition: transform 0.2s ease-in-out;
}
.style_card__PUe1O:hover:after {
  transform: translateX(-50%) scale(1);
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .style_practice_cards__xgBdx {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0;
    padding: 1rem 2rem 1rem 3rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1360px) {
  .style_practice_cards__xgBdx {
    padding: 1rem 4rem;
  }
  .style_card__PUe1O {
    max-width: 100%;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .style_img__a9_0D {
    width: 100vw;
    object-fit: cover;
    min-height: 34vh;
  }
  .style_practice_cards__xgBdx {
    display: block;
    padding: 0;
  }
  .style_card__PUe1O {
    padding: 20px;
    max-width: 100%;
  }
}
