.activities__items{display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;color:#000;flex-wrap:wrap}@media screen and (min-width:576px){.activities__items{flex-direction:row}}.activities__item{width:calc(100%);box-sizing:border-box;margin:0 auto 30px;padding:20px;position:relative}@media screen and (min-width:576px){.activities__item{width:calc(100%/2 - 20px);max-width:initial;margin:10px}}@media screen and (min-width:992px){.activities__item{width:calc(100%/3 - 20px)}}.activities__item:first-child{display:flex;flex-direction:column;align-items:flex-start;position:relative}.activities__item:first-child:before,.activities__item:first-child:after{display:none;content:''}.activities__item:first-child div:first-child{width:100%;padding:30px 0 0;box-sizing:border-box;position:relative;top:0;left:0;transform:translateY(0) translateX(0)}@media screen and (min-width:576px){.activities__item:first-child div:first-child{padding:66px 20px 20px;position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%)}}.activities__item:first-child strong{color:#1c1c1c;font-size:1.125rem;width:100%;display:block;letter-spacing:.3rem;line-height:160%}.activities__item div:nth-of-type(2){display:flex;justify-content:center;align-items:center;width:100%;height:100%}.activities__item:nth-of-type(n+2):before,.activities__item:nth-of-type(n+2):after{display:none;position:absolute;top:30px;left:30px}.activities__item:nth-of-type(n+2):before{content:'';z-index:2;width:50px;height:50px;text-align:center;line-height:50px;color:#fff;font-size:1.125rem}.activities__item:nth-of-type(n+2):after{content:'';z-index:1;width:50px;height:50px;background-color:#ff3131;border-radius:50px}.activities__item:nth-of-type(2):before{content:'1'}.activities__item:nth-of-type(3):before{content:'2'}.activities__item:nth-of-type(4):before{content:'3'}.activities__item:nth-of-type(5):before{content:'4'}.activities__item:nth-of-type(6):before{content:'5'}.activities__item a{display:block;overflow:hidden}.activities__item a img{transition:1s all;height:auto}.activities__item a img:hover{transform:scale(1.2,1.2);transition:1s all}