.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: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;
}
.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;
}
.grid .box img {
    width: 45px;
    margin-right: 10px;
}
.grid .uk-width-medium-1-5 {
    margin-bottom: 30px;
}