.wrapper__best .h1{text-align:center}
.wrapper__best{background:#fff; position:relative}
.wrapper__best::before{
	z-index:3; position:absolute; top:0; left:0; right:0; height:500px; content:""; background: linear-gradient(to bottom,  rgba(251,251,251,1) 0%,rgba(251,251,251,0.75) 25%,rgba(251,251,251,0.5) 50%,rgba(251,251,251,0.25) 75%,rgba(255,255,255,0) 100%);}
.wrapper__best::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	z-index:2;
    bottom: 0;
    background: url(/templates/myata/images/leaf-screen.png) repeat 0 0;
    pointer-events: none;
    opacity: 0.04;
}
.wrapper__best .container{position:relative; z-index:4}


.wrapper__best{font-size:18px; color:#333}
.best-icon{border: 2px solid #fff;box-shadow: 0 0 0 5px rgb(79 45 92 / 20%), 0 0 50px 0 rgb(255 255 255 / 100%) inset;width: 190px;height: 190px;display: flex;align-items: center;justify-content: center;border-radius: 100%;margin: 0 auto 20px}
.best-title{color:#4f2d5c; font-size:24px; line-height:28px; font-weight:700; padding-bottom:10px}
@media(max-width:1229px){
	.wrapper__best{font-size: 14px;line-height: 18px;}
	.best-icon{width: 150px;height: 150px;margin: 0 auto 15px;}
	.best-icon img{width:70px}
	.best-title{font-size: 18px;line-height: 24px;padding-bottom:10px;}
}