h2, h3, .h2, .h3 {
    margin-block: 4rem 2rem;
}

h3, .h3 {
    text-transform: initial;
}

@media (width <= 767.98px) {
    h2, h3, .h2, .h3 {
        margin-block: 2rem 1rem;
    }
}

.b-an__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.b-an__item {
    position: relative;
    min-height: 380px;
    padding: 20px 20px 0;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.b-an__item-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.b-an__item-img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.b-an__item-bottom {
    /* min-height: 160px; */
    padding-bottom: 20px;
    overflow: hidden;
}
.b-an__item-title {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
}
.b-an__item-text {
    position: relative;
    z-index: 1;
    
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;

    font-size: 14px;
    font-weight: 300;
    line-height: 1.13;
    color: #fff;
}
.b-an__item-text a {
    color: inherit;
}
@media (max-width: 991.98px) {
    .b-an__item {
        flex-basis: calc(33.33% - 18px);
    }
}
@media (max-width: 767.98px) {
    .b-an__item {
        flex-basis: calc(50% - 18px);
        padding-inline: 10px;
    }
    .b-an__item-text {
        font-size: 14px;
    }
}

.b-an-list {
    margin: 0;
    padding-left: 60px;
}
.b-an-list li {
    position: relative;
    list-style: none;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
}
.b-an-list li::before {
    content: "";
    position: absolute;
    left: -60px;
    top: 0;
    width: 28px;
    height: 26px;
    background: no-repeat url(/images/money_site_real_agency/home.png);
}

.integ-row {
    display: flex;
}
.integ-row img {
    flex: 1;
    display: block;
}