

/* Start:/local/templates/main/assets/css/block-css/we-offer.css?17757611191096*/
.we-offer__list {
    display: flex;
    gap: 15px;
    flex-wrap: wrap; 
    justify-content: center;
    margin-bottom: 15px;
}

.we-offer__item {
    width: calc(1/5*100% - (1 - 1/5)*15px);
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: center;
    align-items: center;
}

.we-offer__item-icon img {
    height: 120px;
    max-width: 100%;
}

.we-offer__item-text {
    font-size: 16px;
    background: var(--gray-silver);
    padding: 10px;
    border-radius: 10px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.we-offer__item-title {
    font-size: 18px;
    font-weight: 500;
}

.we-offer__item-text span.small {
    font-size: 10px;
    display: block;
    margin-top: 10px;
}

.we-offer__item-text span.small a {
    color: var(--accent-red);
}

@media(max-width: 991px) {
    .we-offer__item {
		width: calc(1/3*100% - (1 - 1/3)*15px);
	}
}

@media(max-width: 576px) {
    .we-offer__item,
    .trust-block .block-col.third {
		width: 100%;
	}
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/reviews__team/style.css?1773842220342*/
.reviews__team-block .reviews-block__image {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reviews__team .page__title {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.reviews__team .slider__nav {
    margin-left: auto;
}
/* End */
/* /local/templates/main/assets/css/block-css/we-offer.css?17757611191096 */
/* /local/templates/main/components/bitrix/news.list/reviews__team/style.css?1773842220342 */
