.twoUpWithAnimation{display:flex;flex-direction:column-reverse;position:relative;min-height:430px;align-items:center}.twoUpWithAnimation:hover .twoUpWithAnimation__rightImage:nth-child(1){rotate:15deg;translate:120px}.twoUpWithAnimation:hover .twoUpWithAnimation__rightImage:nth-child(2){rotate:5deg;translate:15px}.twoUpWithAnimation:hover .twoUpWithAnimation__rightImage:nth-child(3){rotate:-15deg;translate:-120px}.twoUpWithAnimation__left{width:100%}.twoUpWithAnimation__title{color:#414042;text-align:center}.twoUpWithAnimation__text{color:#414042;padding-right:40px;text-align:center}.twoUpWithAnimation__buttonCover{display:flex;justify-content:center}.twoUpWithAnimation__right{width:100%;top:0;left:0;position:relative;height:100%}.twoUpWithAnimation__rightImages{width:200px;height:200px;position:relative;margin:0 auto}.twoUpWithAnimation__rightImage{position:absolute;width:500px;height:auto;transition:all 1s ease}.twoUpWithAnimation__rightImage:nth-child(1){rotate:-15deg}.twoUpWithAnimation__rightImage:nth-child(2){rotate:0deg}.twoUpWithAnimation__rightImage:nth-child(3){rotate:15deg}.twoUpWithAnimation__button{width:100%;max-width:300px}@media only screen and (min-width: 901px){.twoUpWithAnimation{flex-direction:row}.twoUpWithAnimation__left{width:60%}.twoUpWithAnimation__right{width:40%;top:0;left:60%;position:absolute;height:100%}.twoUpWithAnimation__rightImages{width:100%;height:100%}.twoUpWithAnimation__title{text-align:left}.twoUpWithAnimation__text{text-align:left}.twoUpWithAnimation__buttonCover{display:flex;justify-content:flex-start}.twoUpWithAnimation__button{width:auto;max-width:none}}