.wrapper-news
{
box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
margin-bottom: 5px;
background-color: white;
padding-right: 18px;
padding-left: 18px;
padding-top: 18px;
padding-bottom: 18px;
border: 1px solid black;
width: 100%;
font-family: "Georgia",Times New Roman,Times,serif;
}
@media screen and (max-width: 1000px)
{
  .wrapper-news
  {
  border: 0px solid black;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.6);
  }
}
.mhfm-news
{
padding: 7px;
line-height: 1.3;
text-decoration: none;
width: 100%;
}
.mhfm-news a
{
text-decoration: none;
font-weight: bold;
color: #039;
}
.mhfm-news a:link
{
color:#039;
text-decoration:none;
}
.mhfm-news a:visited
{
color:#8C1E1E;
text-decoration:underline;
}
.mhfm-news a:hover
{
color:#039;
text-decoration:underline;
}
@media screen and (max-width: 480px)
{
  .wrapper-news
  {
  display: flex; display: -webkit-flex;
  flex-direction: column; -webkit-flex-direction: column;
  justify-content: flex-start; -webkit-justify-content: flex-start;
  align-items: flex-start; -webkit-align-items: flex-start;
  }
}
/* ################### */
/* ### FOR MOBILES ### */
/* ################### */
.mhfm-news-mobile
{
padding: 25px;
line-height: 1.3;
text-decoration: none;
border-bottom: 2px solid rgba(0, 0, 0, 0.2);
width: 100%;
}
.mhfm-news-mobile a
{
text-decoration: none;
font-weight: bold;
color: #039;
}
.mhfm-news-mobile a:hover
{
text-decoration: underline;
color: #8C3937;
}
.mhfm-news-mobile a:visited
{
text-decoration: none;
color: #8C3937;
}
/* ####################### */
/* ### END FOR MOBILES ### */
/* ####################### */
