.block-info__wrapper{margin-top:50px;display:flex;flex-direction:column;gap:70px}@media screen and (max-width:576px){.block-info__wrapper{margin-top:30px;gap:25px}}.block-info__desc{display:flex;align-items:center;gap:40px}.block-info__desc:nth-child(2){flex-direction:row-reverse}@media screen and (max-width:992px){.block-info__desc{gap:30px}}@media screen and (max-width:768px){.block-info__desc{flex-direction:column!important}}@media screen and (max-width:576px){.block-info__desc{gap:20px}}.block-info__img{position:relative;flex:0 1 55%;width:100%;border-radius:5px;overflow:hidden;box-shadow:var(--shadow-img);max-height:500px;aspect-ratio:4/3}.block-info__img.aspectRatio{aspect-ratio:3.5/3}@media screen and (min-width:576px){.block-info__img.animation{opacity:0;transform:translate3d(0,150px,0);transition:all .6s ease}.block-info__img.animation.in-view{opacity:1;transform:translateZ(0);transition-delay:.1s}}.block-info__img img{width:100%;height:100%;object-fit:cover}@media screen and (max-width:768px){.block-info__img{max-height:600px}}.block-info__text{flex:0 1 45%;font-size:16px;line-height:1.7}@media screen and (min-width:576px){.block-info__text.animation{opacity:0;transform:translate3d(0,150px,0);transition:all .6s ease}.block-info__text.animation.in-view{opacity:1;transform:translateZ(0);transition-delay:.3s}}.block-info__text p:not(:last-child){margin:0 0 10px}@media screen and (min-width:576px){.block-info .title.animation{opacity:0;transform:translate3d(0,150px,0);transition:all .6s ease}.block-info .title.animation.in-view{opacity:1;transform:translateZ(0)}}