@media (max-width:767px)
{
  .nav-landing-item
  {
    font-size: 4rem !important;
    margin-bottom: 3rem !important;
  }
  .theme-footer__social .logos>li {
    width: 25%;
}
.theme-footer__social .logos>li img {
    width:100% !important;
}
.theme-footer__social .logos>li:last-child img {
        height: 8rem !important;
 }
.theme-footer__social .logos>li img {
        height: 4.9rem !important;
 }
}
.article-overview {
    margin-top: 130px !important;
}
@media (min-width: 960px)
{
.photo-grid__6 {
    left: -40px !important;
}
}
@media (max-width:860px)
{
.photo-grid__6
{
  left:0 !important;
  margin-left:24px !important;
}
}
@media (max-width:959px) and (min-width:861px)
{
.photo-grid__6
{
  left:-35px !important;
}
}
@media (max-width:401px)
{
.theme-footer__social .logos>li img {
    width:100% !important;
    height: 2.9rem !important;
}
.theme-footer__social .logos>li:last-child img {
    height:6rem !important;
}
}
@media (min-width: 768px) and (max-width:991px) {
    .theme-footer__social .logos {
        margin-left: 2.5rem !important;
    }
}
@media (min-width: 992px) {
    .theme-footer__social .logos {
        margin-left: 6.5rem !important;
    }
}
