.what {
  background: #fffaf6 !important;
}
.what-info {
  background: rgba(255, 233, 217, 0.4);
  border-radius: 12px 12px 12px 12px;
  display: flex;
  align-items: center;
}
.what-info .info {
  padding: 0 50px 0 20px;
  color: #65310d;
  font-size: 16px;
  max-width: 700px;
  line-height: 40px;
}

.btns {
  display: flex;
  grid-gap: 20px;
  margin-top: 40px;
  justify-content: center;
}
.btns .btn {
  width: 120px;
  height: 40px;
  background: #ff6a00;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #ff6a00;
  text-align: center;
  line-height: 40px;
  color: #fff;
}
.btns .btn a {
  text-decoration: none;
  height: 40px;
  display: block;
  width: 100%;
}
.btns .btn:nth-child(2) {
  background: none;
  color: #ff6a00;
}

.adv > .head .title {
  height: auto;
  line-height: normal;
}
.adv > .head .desc {
  color: #ffffff;
  font-size: 14px;
}
.adv > .content .title {
  font-size: 30px !important;
  font-style: italic;
  line-height: 1.5em;
}
.adv > .content .desc {
  font-size: 18px !important;
  font-style: italic;
}
.adv-other {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.adv-other > div {
  display: flex;
  align-items: center;
}
.adv-other > div:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  margin: 0 10px;
}

.grid {
  background: linear-gradient(180deg, #fff7f2 0%, #ffffff 100%) !important;
}
.grid .box {
  background: #ffffff;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #ff6a00;
  padding: 20px;
}
.grid .box h4 {
  font-size: 24px;
  font-weight: bold;
}
.grid .box img {
  width: 45px;
  margin-right: 10px;
}
.grid .uk-width-medium-1-5 {
  margin-bottom: 30px;
}
