.red-about .lay-screen {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 180px);
}

.red-about .lay-screen .container {
  display: flex;
  align-items: center;
}

.are-about-title {
  padding: 60px 0 20px;
  font-size: 20px;
  font-weight: bold;
}

.are-about-img {
  flex: 1 0 auto;
  width: 70%;
  height: 0;
  padding-top: 39.375%;
  background: url('../img/about.jpg') no-repeat;
  background-size: contain
}

.are-about-txt {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blk-about-txt {
  padding: 20px 0 20px 10px;
  margin-left: 10px;
  letter-spacing: -.3px;
  border-bottom: 1px solid #aaa;
  font-size: 16px;
}

.blk-about-txt:nth-child(1) {
  border-top: 1px solid #aaa;
}

@media (max-width:1200px) {
  .are-about-img {
    width: 75%;
    padding-top: 42.1875%;
  }
  .blk-about-txt {
    padding-top: 10px;
    padding-bottom:10px;
  }
}

@media (max-width: 1024px) {
  .red-about .lay-screen .container {
    flex-wrap: wrap;
  }
  .are-about-img {
    width: 100%;
    padding-top: 56.25%;
  }
  .are-about-txt {
    padding-bottom: 20px;
  }
  .blk-about-txt {
    margin: 0;
  }
}