.text-image-split-holder {position: relative;}.text-image-split {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding: 50px 0;border-bottom: 1px solid #262626;-webkit-transform: translateY(20px);-ms-transform: translateY(20px);transform: translateY(20px);opacity: 0;-webkit-transition: all ease 1s;-o-transition: all ease 1s;transition: all ease 1s;position: relative;}.text-image-split.visible,.elementor-element-edit-mode .text-image-split {-webkit-transform: translateY(0px);-ms-transform: translateY(0px);transform: translateY(0px);opacity: 1;-webkit-transition: all ease 1s;-o-transition: all ease 1s;transition: all ease 1s;}.text-image-split:first-child{padding-top: 0;}.text-image-split:first-child:before{content: "";background-image: url(../images/sinister-icon-full-colour.png);width: 400px;bottom: 0;top: 0;display: block;background-repeat: no-repeat;background-size: contain;background-position: 50% 50%;position: absolute;left: -200px;z-index: 1;-webkit-animation: bob infinite 10s;animation: bob infinite 10s;}.text-image-split:nth-child(4):before{content: "";background-image: url(../images/sinister-icon-full-colour.png);width: 300px;height: 300px;display: block;background-repeat: no-repeat;background-size: contain;background-position: 50% 50%;position: absolute;right: -150px;z-index: 1;-webkit-animation: bob infinite 10s;animation: bob infinite 10s;}.text-image-split:last-child:before{content: "";background-image: url(../images/sinister-icon-full-colour.png);width: 400px;bottom: -200px;top: 50%;display: block;background-repeat: no-repeat;background-size: contain;background-position: 50% 50%;position: absolute;left: -200px;z-index: 1;-webkit-animation: bob infinite 10s;animation: bob infinite 10s;}.text-image-split:last-child{padding-bottom: 0;border-bottom: 0;}.text-image-split .image {width: 30%;position: relative;z-index: 2;-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;}.text-image-split .image img { position: relative;z-index: 2;border-radius: 20px;overflow: hidden;}.text-image-split:nth-child(2) .image:before{content: "";background-image: url(../images/sinister-icon-full-colour.png);top: 50%;left: 50%;display: block;background-size: contain;background-position: 50% 50%;position: absolute;background-repeat: no-repeat;bottom: -50px;right: -50px;z-index: 0;opacity: .2;-webkit-animation: bob infinite 10s;animation: bob infinite 10s;}.text-image-split .text {width: 65%;position: relative;z-index: 2;-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;}.text-image-split .text h3,.text-image-split .text p {color: #fff;}.text-image-split:nth-child(2n) .image {-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;}.text-image-split:nth-child(2n) .text { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2;}@media only screen and (max-width:800px){.text-image-split {display: block;}.text-image-split .image {width: 100%;max-width: 200px;margin: 0 auto 20px;-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;}.text-image-split .text{width: 100%;-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;}}@-webkit-keyframes bob {0%,100% {-webkit-transform: scale(1);transform: scale(1);}50% {-webkit-transform: scale(1.1);transform: scale(1.1);}}@keyframes bob {0%,100% {-webkit-transform: scale(1);transform: scale(1);}50% {-webkit-transform: scale(1.1);transform: scale(1.1);}}