:root {
  --color1: #1B65F9;
  --color2: #555555;
  --color3: #7E61E1;
  --textColor: #333333;
  --backgroundColor: #F2F2F2;
  --whiteColor: #FFFFFF;
  --blackColor: #000000;
  --bgCopyright: #333333;
}
@media (max-width: 767px) {
  .top-home-page {
    height: 500px;
  }
}
#content p > img {
 margin-bottom:0;
}
#content img {
 margin-bottom:15px;
}
#content a {
 font-weight:600;
   text-decoration: underline dotted;
}
#content a:hover {
 text-decoration:underline;
}