.scroll-position:not(#sales-dialer){
    display: inline-flex !important;
    position: relative!important;
    margin-top: -80px!important;
    padding-top: 80px!important;
  }
  .performance-body .container-bg{
    height: 578px;
    min-height: 578px;
  }
  .grid.performance-grid {
    margin: 0;
  }
  
  .hero-video-thumbnail{
    width: 566px;
  }


    .performance-body .container-bg:before{
    background: url(/assets/images/contacto/performance/performance-section-bg.svg)  no-repeat;
    content: '';
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -50px;
    left: 0;
    z-index: -1;
        }


  .performance-body .container-bg.zendesk:before{
    background: url(/assets/images/performance/section-3-bg.svg)  no-repeat;
    top:59px;
    background-size: cover;
  }
  
  .news-img-mob{
    display: none;
  }
     
  .performance-body .container-bg.feature:before{
    background: url(/assets/images/contacto/performance/performance-section-bg.svg)  no-repeat;
    content: '';
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -10px;
    left: 0;
    z-index: -1;
  }
  .performance-h1{
    margin-bottom: 92px;
  }
  .performance-h1  h1{
    font-size: 28px;
   
  }

  .performance-body .blog-h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 22px;
  }
  .performance-body .blog-detail-list .tag span {
    color: #0040e4;
  }
 
  .blog-detail-list .tag {
    background-color: #e2e8fb;
  }
  @media (min-width: 1024px) {
    .ml-30 {
      margin-left: 30px;
    }
  }
  @media (min-width: 1450px) {
    .performance-body .container-bg{
    height: 578px;
  }

  }

  @media (max-width: 768px){
    .container-bg:before{
   display: none;
     }
     .performance-body .container-bg.feature:before{
       display: none;
     }
     .performance-body .container-bg{
       height: auto !important;
     }


  .hero-video-thumbnail{
    width: 100%;
  }
  .news-img-mob{
    display: block;
  }
  .news-img-desk{
    display: none;
  }

    }

