﻿.locked-articles-preview {
  background-color: #F8F8F8;
  padding: 30px 0px;
}
.locked-articles-preview__header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.locked-articles-preview__header-text {
  margin-left: 20px;
  margin-bottom: 0px;
}
.locked-articles-preview__header-img {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #EAEAEA;
}
.locked-articles-preview__header-img img {
  height: 30px;
}
.locked-articles-preview__body {
  display: flex;
  align-items: center;
  width: 700px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .locked-articles-preview__header {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .locked-articles-preview__header-text {
    margin-left: 0px;
    margin-top: 20px;
    padding: 0px 30px;
  }
  .locked-articles-preview__body {
    width: 100%;
    align-items: normal;
    flex-direction: column;
    padding: 0px 30px;
  }
}
