.animatedStory{width:100%;display:flex;justify-content:center;align-items:center;padding:50px 0}.animatedStory .animatedStoryWrapper{box-shadow:0 0 10px rgba(0,0,0,.286);display:flex;align-items:center;justify-content:space-between;background:#222;padding:50px;border-radius:20px}@media(max-width:1000px){.animatedStory .animatedStoryWrapper{flex-direction:column}.animatedStory .animatedStoryWrapper .animatedArrow{margin:50px 0;transform:rotate(90deg)}.animatedStory .animatedStoryWrapper .animatedArrow h3,.animatedStory .animatedStoryWrapper .animatedArrow p{display:none}}.animatedStory .animatedItem{flex:1;display:flex;justify-content:center;align-items:center}.animatedStory .animatedIconWrapper{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.animatedStory .animatedArrow{flex:.5;display:flex;justify-content:center;align-items:center;flex-direction:column}.animatedStory .animatedArrow>div{width:100px!important;height:100px!important}.animatedStory .animatedArrow h3,.animatedStory .animatedArrow p{opacity:0;text-align:center}.animatedStory .animatedIcon{position:relative;width:200px;height:200px;border-radius:50%;overflow:hidden;border:3px solid #eab308;box-shadow:0 0 10px 10px rgba(0,0,0,.153);margin-bottom:30px;display:flex;justify-content:center;align-items:center;transition:.3s}.animatedStory .animatedIcon.active,.animatedStory .animatedIcon:hover{transform:scale(1.1);background:rgba(22,19,0,.329)}.animatedStory .animatedIcon>div{width:100px!important;height:100px!important}.animatedStory h3{font-size:22px;color:#fff;font-weight:600;margin-bottom:5px}.animatedStory p{font-size:16px;color:#adadad;font-weight:400;text-align:center}