.section-title .sub-title {
    color: #c49c70!important;
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.features__icon-two {
    align-items: center;
    background: #1c535a!important;
    border-radius: 8px;
    color: aliceblue!important;
    display: flex;
    flex: 0 0 auto;
    font-size: 50px;
    height: 70px;
    justify-content: center;
    line-height: 0;
    width: 70px;
}
.services__item-four {
    align-items: center;
    background: var(--tg-color-white-default);
    border-radius: 15px;
    display: flex;
    gap: 50px;
    padding: 30px 80px 30px 30px;
    border: 7px solid #1c535a;
}
.about__img-wrap-six img:first-child {
    border-radius: 15px;
    border: 6px solid #1c535a;
}
.blog-post-item {
    background: var(--tg-color-white-default);
    border: 5px solid var(--tg-border-1);
    border-radius: 15px;
    margin-bottom: 30px;
    padding: 30px;
}