body.widget-snippet .data-driven-area .content .left-part .inner-text {
  padding: 0;
  margin: 30px;
}
.widget-snippet .data-driven-area {
  width: 100%;
}
.widget-snippet .data-driven-area  .content {
  display: flex;
  flex-wrap: wrap;
  max-width: 
}
.widget-snippet .data-driven-area  .content .left-part {
  width:57%;
  background:#0F1E32;
  position: relative;
}
.widget-snippet .data-driven-area  .content .left-part:after{
position: absolute;
content: '';
right: 0;
bottom: 0;
background: url(/template/2066438a/images/data-driven-shape.png) no-repeat;
height: 615px;
width:1081px;
}
body.widget-snippet .data-driven-area  .content .left-part:after{
display: none;
}
.widget-snippet .data-driven-area  .content .left-part .inner-text{
  max-width: 833px;
  margin-left: auto;
  padding: 75px 0 0 0;
}
.widget-snippet .data-driven-area  .content .left-part .inner-text h3 {
font-size: 110px;
line-height: 120px;
font-weight: 500;
font-family: 'Work Sans';
color: #fff;
}
.widget-snippet .data-driven-area  .content .right-part {
  width:43%;
}
@media (max-width: 1500px) {
.widget-snippet .data-driven-area .content .left-part .inner-text {
    max-width: 833px;
    padding: 95px 0 0 77px;

}
.widget-snippet .data-driven-area .content .left-part .inner-text h3 {
  font-size: 75px;
  line-height: 80px;
}
}
@media (max-width: 1400px){
.widget-snippet .data-driven-area .content .left-part .inner-text {
  padding: 85px 0 0 41px;
}
.widget-snippet .data-driven-area .content .left-part .inner-text h3 {
  font-size: 80px;
  line-height: 85px;
}
}
@media (max-width: 1200px){
.widget-snippet .data-driven-area .content .left-part::after {
  height: 382px;
  width: 690px;
  background-size: 690px;
}
.widget-snippet .data-driven-area .content .left-part .inner-text {
  padding: 45px 0 0 20px;
}
.widget-snippet .data-driven-area .content .left-part .inner-text h3 {
  font-size: 65px;
  line-height: 70px;
}
}
@media (max-width: 1300px){
  .widget-snippet .data-driven-area .content .left-part .inner-text {
  padding: 85px 0 0 36px;
}
.widget-snippet .data-driven-area .content .left-part::after {
  height: 478px;
  width: 850px;
  background-size: 850px;
}
}
  @media (max-width: 1200px){
.widget-snippet .data-driven-area .content .left-part::after {
  height: 382px;
  width: 690px;
  background-size: 690px;
}
.widget-snippet .data-driven-area .content .left-part .inner-text {
  padding: 45px 0 0 20px;
}
.widget-snippet .data-driven-area .content .left-part .inner-text h3 {
  font-size: 65px;
  line-height: 70px;
}
}
@media (max-width: 991px){
.widget-snippet .data-driven-area .content .left-part .inner-text h3 {
  font-size: 50px;
  line-height: 49px;
}
.widget-snippet .data-driven-area .content .left-part::after {
  height: 287px;
  width: 515px;
  background-size: 515px;
}
}
@media (max-width: 767px){
.widget-snippet .data-driven-area  .content:last-child{
  max-width: 100%;
    padding: 0;
}
.widget-snippet .data-driven-area .content:last-child .left-part  {
  width: 100%;
  height: 200px
}
.widget-snippet .data-driven-area .content:last-child .left-part h3{
  font-size: 30px;
  line-height: 30px;
  padding-left: 50px
}
.widget-snippet .data-driven-area .content:last-child .right-part {
  width: 100%;
}
  .widget-snippet .data-driven-area .content .left-part::after {
  height: 210px;
  width: 100%;
  background-size:cover;
}
}
