@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(-1rem)}}.text-image{margin:5vh 0 0;position:relative}.text-image .bg{height:100%}.text-image .bg .left{background:#e5e5e5;height:100%}.text-image .bg .right{height:100%}.text-image .content{left:0;padding:10vh 20px;position:absolute;right:0;top:0}.text-image .content h1,.text-image .content h2{color:#000;font-size:25px;font-weight:500;line-height:1.5;margin:0}.text-image .content p{color:#000;margin-top:30px}.text-image .content a{color:#000;text-decoration:underline}.text-image .content ul li{color:#000}@media only screen and (max-width:992px){.text-image .bg .right{display:none}.text-image .content{padding:5vh 20px}}