.mod_article:not(.fullwidth) > .container {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mod_socials.color i.fa-instagram, .mod_socials .social-FontAwesome.color i.fa-instagram, .mod_socials i.fa-instagram:hover {
  background: 
    radial-gradient(
      circle at 30% 85%,
      rgba(255, 255, 255, 0.7) 0%,
      rgba(255, 255, 255, 0) 60%
    ),
    radial-gradient(
      circle farthest-corner at 35% 90%,
      #fdf497 0%,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285AEB 100%
    ) !important;
}

.mod_socials.color i.fa-facebook, .mod_socials .social-FontAwesome.color i.fa-facebook, .mod_socials i.fa-facebook:hover {
    background: linear-gradient(
    135deg,
    #4c669f 0%,
    #3b5998 50%,
    #192f6a 100%
  ) !important;
}

.newslist-v4 .info {
    border: 0 none;
    padding-top: 0;
    margin-top: 0;
}

.newslist-v4 .content {
    border-top: 0;
    padding: 20px;
}