article.ipsContained section{
  font-size: 125%;
}

article.ipsContained section .wp-block-button a{
  text-decoration: none;
  padding: 15px;
  color: #fff;
  font-weight: bold;
}

article.ipsContained section a.wp-block-button{
  text-decoration: none;
  padding: 15px;
  color: #fff;
  font-weight: bold;
  margin: 5px;
  display: block;
  background: green;
}

article.ipsContained section .wp-block-button{
  text-align: center;
}

article.ipsContained section .wp-block-button a:hover{
  background-color: #444 !important;
}

article.ipsContained section a{
  text-decoration: none;
  color: #0c9022;
}

article.ipsContained section a:hover{
  text-decoration: underline !important;
}

.article-image-custom{
  max-width: fit-content;
  max-height: 500px;
  overflow: hidden;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.article-image-custom img{
  max-width: 100%;
  max-height: 100%;
}

.grey-block-shortcut{
 	margin: auto;
    max-width: fit-content;
    padding: 5px 40px 30px 40px;
    background: #eeeeee;
 	margin: 20px 0;
  border-radius: 10px;
}

.grey-block-shortcut a{
  color: #000 !important;
  font-weight: normal;
  font-size: 14px;
  text-decoration: none;
  max-width: 325px;
}

.grey-block-shortcut a:hover{
  text-decoration: underline;
  transition: 0.3s;
}