.memo-hero {
    position: relative;
    background: linear-gradient(0deg,#f7f7f7,#eff2ff);
    padding-top: 40px
}

.aboutbox {
    color: #000;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 12px;
    border: 1px solid #959595;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.memo-title {
    margin: 0;
    font-size: 21px
}

.about-contnet {
    width: 74%;
    margin-right: 15px
}

.memo-value {
    font-weight: 900;
    font-size: 30px
}

.shape {
    overflow: hidden
}

.serve-content {
    padding-right: 28px
}

.memo-hero h1 {
    color: #1476D7
}

.services {
    background: linear-gradient(#cbe5ff,#e5f0fb,#fff)
}

.bottom-border-right {
    border-bottom: 3px solid #d29d34;
    display: inline-block;
    padding-bottom: 7px;
    margin-bottom: 23px
}

.bottom-border {
    display: block;
    padding-bottom: 7px;
    margin-bottom: 23px;
    text-decoration: none
}

.bottom-border:after {
    content: " ";
    background: #c79734;
    height: 4px;
    width: 18%;
    display: block;
    margin: 11px auto auto auto
}

.memo-mb-60 {
    margin-bottom: 60px
}

.serve-box {
    text-align: right;
    margin-bottom: 30px;
    padding: 30px;
    background: linear-gradient(180deg,#ffffff78,#ffffff57);
    border: 2px solid #e4e8fb;
    border-radius: 10px;
    background: linear-gradient(180deg,#ffffff78,#ffffff57);
    text-align: center;
}

.faqs-box {
    margin-bottom: 17px
}

.faqs-title {
    font-size: 21px;
    color: #262525;
    font-weight: 900;
    display: block;
    padding: 15px;
    cursor: pointer;
    position: relative;
    width: 100%;
    text-align: right;
    background-color: #fff;
    box-shadow: 0 2px 5px #00000024;
    border-radius: 23px
}

.faqs-title:after {
    content: "\002B";
    position: absolute;
    left: 23px
}

.faqs-box.active .faqs-title:after {
    content: "\002D";
    color: #ffde00
}

.faqs-answer {
    display: none;
    padding: 16px 19px;
    background: #fff;
    box-shadow: 0 2px 5px #00000024;
    color: #262525;
    border-radius: 16px;
    cursor: pointer;
    display: none;
    margin: 9px 0
}

.faqs-box.active .faqs-answer {
    display: block
}

.faqs-box.active .faqs-title {
    color: #fff;
    background-color: #1476D7
}

.serve-box a {
    text-decoration: none
}

.serve-box h3 a {
    display: inline-block;
    color: #000;
    font-size: 23px
}

@media (min-width: 992px) {
    .memo-hero {
        padding:54px 0 0 0
    }
}
