.wrapper__best{position: relative;margin-top: -80px;z-index: 10}
.best__row{width: 100%;display: flex;gap:24px;align-items: stretch;justify-content: space-between}
.best__block{border-radius: 24px;padding: 35px;width: 33.33%;display: flex;background:#FFFFFF;align-items: center;justify-content: space-between;box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.08)}
.best__img{width: 105px;height: 105px;display: flex;align-items: center;justify-content: center;transform: rotate(-45deg);border-radius: 26px;background:#EFF4F9}
.best__img img{width: 45px; height: 45px;object-fit: contain;transform: rotate(45deg)}
.best__info{text-align: left;padding-left: 16px;max-width: 61%}
.best__name{font-size: 16px;font-weight: 500;margin-bottom: 15px}
.best__text{font-size: 16px;line-height: 125%;color: #666666}
.our-values .wrapper__best{margin:0 !important}
@media(max-width: 1229px) { 
	.wrapper__best{margin-top: -75px;}
	.best__row{gap: 20px;}
	.best__block{padding: 25px;}
	.best__img{width: 80px;height: 80px;}
	.best__img img{width: 40px;height: 40px;}
	.best__info{padding-left: 12px;max-width: 65%;}
	.best__name{font-size: 15px;margin-bottom: 10px;}
	.best__text{font-size: 14px;}
}
@media(max-width: 991px) { 
	.wrapper__best{margin-top: 0;padding: 30px 0;}
	.best__row{gap: 20px;}
	.best__block{padding: 25px 15px 15px;}
	.best__img{width: 60px;height: 60px;border-radius: 15px;}
	.best__img img{width: 35px;height: 35px;}
	.best__name{font-size: 14px;margin-bottom: 5px;}
	.best__text{font-size: 14px;}
}
@media(max-width: 991px) and (min-width:576px) { 
	.best__block{display: block;}
	.best__img{margin: 0 auto 20px;}
	.best__info{padding-left: 0;max-width: 100%;text-align: center;}
}
@media(max-width: 767px) { 
	.best__row{gap: 15px;}
	.best__block{padding: 20px 10px 15px}
	.best__name{font-size: 14px;}
	.best__text{font-size: 13px;}
}
@media(max-width: 575px) { 
	.best__row{flex-wrap:wrap; gap:10px}
	.best__block{width:100%;padding:20px;justify-content: start;}
	.wrapper__best{padding: 20px 0;}
	.best__info{padding-left: 20px;max-width: calc(100% - 70px);}
}