

.locale_grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* grid-template-rows: repeat(3, 1fr); */
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  max-width: 400px;
  margin-top: 3rem;
  /* "Empowering Your Pregnancy Journey, Step by Glowing Step" */

}


.language_title {
  margin-top: 1.5rem;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  display: flex;
  align-items: center;
  text-align: center;

  color: #e44672;
}
/* “Choose Your Preferred Language, and Feel Free to Adjust It Anytime to Suit Your Journey." */

.language_desc {
  margin-top: 3rem;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;

  color: #000000;
}

.language_wrapper {
  margin: auto;
  display: grid;
  place-content: center;
  width: 126px;
  height: 131px;
  background: #f1f1f1;
  box-shadow: inset 2px 2px 4px #ffffff,
    inset -2px -2px 4px rgba(191, 184, 184, 0.25);
  border-radius: 5px;
}

.language_select {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 38px;
  color: #000000;
}

.selected_language{
    /* Rectangle 23711 */

background: #F1F1F1;
border: 1px solid #E44672;
border-radius: 5px;
color: #E44672;
   h4 {
    color: #E44672;
   }
}

.next_btn{
position: absolute;
width: 54px;
height: 54px;
right: 1rem;
bottom: 1rem;
border-radius: 100%;
background: #E44672;
box-shadow: inset 4px 4px 4px rgba(255, 255, 255, 0.24), inset -4px -4px 4px rgba(0, 0, 0, 0.22);
display: grid;
place-content: center;

svg {
  @apply m-0 w-16;
}
}