div.we_home
{
  margin-left: 1em;
  font-size: 0.9em;
  line-height: 1.5em;
  margin-bottom: 1.2em;
}

div.dictionary_news.kids 
{
  display: grid;
  /*grid-template-columns: auto auto;*/
  /*column-gap: 2.5em;*/
  grid-template-columns: 48% 48%;
  column-gap: 4%;
}


div.we_home div.title
{
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

div.we_home div.subtitle
{
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
}

div.we_home div.childrens_block
{
  padding-bottom: 0.5em;
}

div.we_home div.vocabulary_learning_block
{
  padding-bottom: 1em;
}

div.we_home div.image_block
{
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
}

div.we_home span.bold
, div.we_home a.bold
{
  font-weight: bold;
}

div.we_home a.home_link
{
  color: #004B97;
}

div.we_home div.image_block img
{
  max-width: 100%;
}

div.woty_2024
{
  padding-top: 375px;
  text-align: center;
  background-image: url(../images/woty_2024.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 2em;
}

div.shop_link
{
  background-image: url(../images/wordsmyth_store_bg2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; /*contain;*/
  width: 100%;
  /*margin-bottom: 2em;*/
  /*cursor: pointer;*/
}

div.shop_link_spacer
{
  /*padding-top: 56%;*/
  /*padding-top: 25%;*/
  padding-top: 55%;
}