.nrsc-twitter-block{padding-top:3rem;padding-bottom:3rem;}
.tweet{color:#fff;box-shadow:inset 0 0 0 1px rgba(0,0,0,0.1);display:flex;padding:30px;height:100%;align-items:center;margin-bottom:20px;position:relative;}
.tweet a{color:#fff;text-decoration:underline;}
.tweet__media{flex:0 0 120px;margin-left:20px;}
.tweet__media img{display:block;max-width:auto;height:120px;width:120px;object-fit:cover;}

.twitter-user__link{display:flex;align-items:center;}
.twitter-user__link *{color:#fff;}
.twitter-user__image{border-radius:50px;margin-right:20px;}

.tweet .label a{color:#203442;text-decoration:none;}

.tweet__avatar{border-radius:24px;position:absolute;left:-24px;transform:translateY(-12px);}

@media(max-width:480px) {
  .tweet{flex-direction:column;}
  .tweet__media{margin:1em 0 0;}
}