.about-review-top {
    background:url(/template/01404cc6/snippet-images/ARbg.jpg) no-repeat center;
    background-size: cover;
}
.about-review-top .about-rcontent{
    padding: 127px 0 325px;
    background: linear-gradient(-261.51deg, rgba(251, 247, 240, 0) 30.21%, rgba(251, 247, 240, 0.75) 46.27%, #F9F4F1 55.66%);
}
.about-main-content .about-list-content li {
    font-family: Reckless Neue;
    font-weight: 400;
    font-size: 21px;
    leading-trim: Cap height;
    line-height: 27px;
    letter-spacing: 1%;
    padding: 0px 0 14px 20px;
}
.about-main-content .about-list-content ul li::after {
    display:none;
}
.about-main-content .about-list-content ul li::before {
    content: "";
    background: url(/template/01404cc6/images/li-bg.svg) no-repeat;
    height: 20px;
    width: 20px;
    left: -22px;
    top: 6px;
    position: absolute;
    display: block;
}

#webcommander-page .about-main-content .about-btn-content a {
    background-color: var(--bk-btn-fill, var(--bk-color-primary, #C47766));
    color: var(--bk-btn-text, #ffffff);
    border-style: solid;
    border-width: var(--bk-btn-border-width, 2px);
    border-color: var(--bk-btn-border-color, #C47766);
    font-family: var(--bk-btn-font-family, "Manrope");
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
    min-width: 190px;
    padding: 6px 15px;
    text-align: center;
    position: relative;
    text-decoration: none !important;
    transition: all 300ms ease-out 0s;
    border-radius: 30px;
}
#webcommander-page .about-main-content .about-subhed {
    font-family: var(--bk-h2-family, var(--bk-font-heading, "Reckless Neue"));
    font-weight: 400;
    font-size: 46px;
    line-height: 57px;
    letter-spacing: 1%;
    margin: 0 0 30px;
}
#webcommander-page .about-main-content p{
    font-family: var(--bk-p-family, var(--bk-font-base, Manrope));
    font-weight: 400;
    font-size: 15px;
    leading-trim: Cap height;
    line-height: 28px;
    letter-spacing: 0%;
    color: var(--bk-p-color, var(--bk-color-ink, #000000));
}
.about-review-top .about-rcontent .about-main-content {
    max-width: 545px;
    margin-left: auto;
    margin-right: 250px;
}
.about-review-top .about-rcontent .about-main-content .about-btn-content {
    margin-top: 25px;
}
.about-main-content .about-btn-content a:empty{
    margin: 0;
}
.about-main-content .about-btn-content a:last-child {
    margin-left: 10px;
    background: #282E2C;
    border-color: #282E2C;
}
.about-main-content .about-btn-content a:hover {
    background: #000;
    border-color: #000;
}
