.article__image-wrapper{
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}
@media screen and (min-width: 641px) {
  .blog-post .article__image-wrapper {
    margin-top: 35px;
  }
}
.page__header h1 {
  font-size: 48px;
}
@media (max-width: 640px){
  .page__header h1 {
    font-size: 38px;
  }
}