.about {
  background-color: #BC9585;
}
.about-container {
  margin: 0 auto;
  text-align: center;
}
.about-top {
  width: 80%;
  display: inline-block;
}
.about-mid {
  margin-right: 10%;
  margin-top: 300px;
}
.about-mid-container {
  display: flex;
}
.about-mid-col {
  flex: 1;
  padding: 20px;
}
.about-line {
  height: 5px;
  background-color: #fff;
}
.about-header {
  margin-top: 60px;
  color: #fff;
  font-size: 96px;
}
.about-subtitle {
  color: #3A3A3A;
  font-size: 64px;
}
.about-text {
  font-size: 32px;
  color: #fff;
  margin-top: 60px;
}
.about-list {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding: 0;
}
.about-list li {
  display: flex;
}
.about-list li:nth-child(odd) {
  justify-content: flex-start;
}
.about-list li:nth-child(even) {
  justify-content: flex-end;
}
.about-list p {
  font-size: 32px;
  color: #3A3A3A;
}
.about-list h1 {
  font-size: 48px;
  color: #fff;
  margin: 15px 0 15px 0;
}
.about-img {
  max-width: 100%;
  height: auto;
  transform: translateY(35%) translateX(10%);
}
.about-footer {
  height: 300px;
}

.smooth-rectangle {
  width: 90%;
  height: 140px;
  background-color: #D9D9D9;
  border-radius: 10px;
  padding: 20px;
  margin: auto;
  text-align: center;
  line-height: 100px;
}

@media (max-width: 1505px) {
  .about-list li {
    flex-direction: column;
    margin: 15px 0;
  }
  .about-mid {
    margin: auto;
  }
  .about-mid-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .about-img {
    transform: translateY(0%) translateX(0%);
  }
  .smooth-rectangle {
    display: none;
  }
}
@media (max-width: 960px) {
  .about-list li {
    flex-direction: column;
    margin: 15px 0;
  }
  .about-mid {
    margin: auto;
  }
  .about-mid-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .about-img {
    transform: translateY(0%) translateX(0%);
  }
  .smooth-rectangle {
    display: none;
  }
}

/*# sourceMappingURL=about.css.map */
