.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f5f1ed;
  background-color: #f0e0c5;
  border-top: 6px solid #d8b082;
  border-bottom: 6px solid #d8b082;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.about .about-content {
  width: 1400px;
}

.about .about-content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 20px;
  padding-top: 80px;
}

.about .about-content .row .col {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  text-align: center;
}

.about .about-content .row .col h1 {
  color: #2b2a28;
  font-size: 60px;
  opacity: 70%;
  margin-top: 20px;
}

.about .about-content .row .col p {
  margin-top: 20px;
  color: #2b2a28;
  font-size: 22px;
  opacity: 60%;
}

.about .about-content .row .col a {
  text-decoration: none;
  position: relative;
  top: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.about .about-content .row .col a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: drop-shadow(0px 0px 4px black);
  filter: drop-shadow(0px 0px 4px black);
}

.about .about-content .row .col a img {
  width: 200px;
}

.about .about-content .row .one {
  padding: 60px 0;
  background-image: url("../images/symbol.png");
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: center;
}

.about .about-content .row .two {
  background-image: none !important;
}

.about .about-content .row .two img {
  margin-top: 130px;
  width: 100%;
}

@media (min-width: 1922px) {
  .about .about-content {
    width: 1600px !important;
  }
  .about .about-content .row .two img {
    margin-top: 90px !important;
  }
}

@media (max-width: 1350px) {
  .about .row {
    display: inline-block !important;
  }
  .about .row .one {
    padding: 0;
  }
  .about .row .two img {
    margin-top: 10px !important;
  }
}

@media (max-width: 500px) {
  .about .about-content .row {
    padding: 100px 20px !important;
    padding-top: 0 !important;
  }
  .about .about-content .row .col {
    background-size: 350px;
  }
  .about .about-content .row .col h1 {
    font-size: 35px !important;
  }
  .about .about-content .row .col p {
    font-size: 20px !important;
  }
}

@media (max-width: 470px) {
  .about .about-content h1 {
    font-size: 35px !important;
  }
  .about .about-content p {
    font-size: 20px !important;
  }
}

@media (max-width: 400px) {
  .about .about-content {
    background-size: 300px;
  }
}
