.aw-index-about {
  position: relative;
  height: 100%; }
  .aw-index-about ._box {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 30px; }
  @media all and (min-width: 1366px) {
    .aw-index-about h1 {
      text-align: center; } }

.aw-index-about > * {
  color: #6c7279 !important; }
.aw-index-about ._box {
  border: 1px solid #ccc;
  border-radius: 5px;
  background: white;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); }
.aw-index-about ._text-container {
  display: flex;
  flex-direction: column; }
  .aw-index-about ._text-container ._heading {
    flex-shrink: 0; }
  .aw-index-about ._text-container ._preview {
    flex-shrink: 1;
    overflow: hidden;
    text-overflow: ellipsis; }
  .aw-index-about ._text-container ._readmore {
    flex-shrink: 0; }
.aw-index-about ._logo {
  width: 100px; }
.aw-index-about h1 {
  margin: 0; }
.aw-index-about p {
  margin: 0; }
.aw-index-about ._link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
