.block.block-47 {
    opacity: 1;
    padding: 40px 0 30px
}

.block.block-47 .block-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #111
}

@media (max-width:991px) {
    .block.block-47 .block-title {
        font-size: 26px
    }
}

.block.block-47 .block-intro {
    max-width: 820px;
    margin-bottom: 25px
}

.block.block-47 .intro-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #111
}

@media (max-width:991px) {
    .block.block-47 .intro-title {
        font-size: 20px
    }
}

.block.block-47 .intro-text {
    font-size: 16px;
    line-height: 1.6;
    color: #444
}

.block.block-47 .intro-text p {
    margin-bottom: 16px
}

.block.block-47 .block-cards {
    margin-top: 10px
}

.block.block-47 .block-cards>div {
    margin-bottom: 20px
}

.block.block-47 .card-item {
    height: 100%;
    background: #FEF4ED;
    border-radius: 8px;
    padding: 28px 22px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: space-between;
}

.block.block-47 .card-icon {
    height: 60px;
    margin-bottom: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.block.block-47 .card-icon img {
    max-height: 50px;
    width: auto;
    height: auto
}

.block.block-47 .card-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #111
}

.block.block-47 .card-text {
    font-size: 14px;
    line-height: 1.5;
    color: #444
}

.block.block-47 .card-text p {
    margin-bottom: 10px
}

.block.block-47 .card-text ul,
.block.block-47 .card-text ol {
    margin: 0;
    padding-left: 18px;
    text-align: left
}

.block.block-47 .card-text li {
    margin-bottom: 6px
}

.block.block-47 .card-button {
    margin-top: 14px
}

.block.block-47 .card-button a {
    display: inline-block;
    padding: 8px 18px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #111;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.block.block-47 .card-button a:hover {
    border-color: #d9b287;
    color: #d9b287
}