.row.services {
    justify-content: center;
}
.tv-plus.large-offset-1{
    margin-left:0;
}
.row.list-nobullet{
    justify-content: center;
}
@media only screen and (max-width: 734px) {
   .row.list-nobullet{
       padding-top:50px;
   }
}
.section-entertained .section-content{
   width:1098px;
}
@media only screen and (max-width: 1068px) {
   .section-entertained .section-content{
   width:756px;
}
}
@media only screen and (max-width: 734px){
   .section-entertained .section-content{
   width:87.5%;
   }
}

.section-entertained .section-content.row{
   width:980px;
}
@media only screen and (max-width: 1068px) {
.section-entertained .section-content.row{
   width:692px;
}
}
@media only screen and (max-width: 734px){
  .section-entertained .section-content.row{
   width:87.5%;
   }
}

/* redesign fix style */
.section-setup .scroll-gallery .paddlenav {
   display: none;
}

@media only screen and (min-width: 1235px) {
   .scroll-gallery .scroll-container {
      overflow: hidden;
   }
}

@media only screen and (max-width: 1235px) {
   .section-setup .scroll-gallery .paddlenav {
      display: flex;
   }
}

.section-headline:not(.no-gradient), .section .gradient-text:not(.no-gradient) {
   -webkit-background-clip: text;
}

/* redesign fix style */