
.content {
    width: 100%;
    padding: 0 30px;
}

.slider {
    width: 100%;
}

#vs .text-image-flex {
    padding: 0;
}

#introducing h2 {
    font-size: 11vw;
    font-weight: 400;
}

.text-simple {
    padding-top: 30px;
}

.text-80 p,
.text-80 h2,
.text-80 h3,
.text-80 h4,
.p-80 p {
    width: 100%;
}

br.mobile-only {
    display: inherit;
}

header .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    background-position: top;
    background-size: 80%;
    padding: 30px;
}

header #page-title {
    width: 100%;
}

header #page-title .blue {
    display: inline;
    font-size: 8vw;
}

header h1 {
    width: inherit;
    font-size: 4vw;
}

header h3 {
    margin-bottom: 0;
    text-align: left;
}

header #video {
    position: static;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80vw;
    height: 45vw;
    margin-bottom: 20px;
}
#video-container{
    width: 80vw;
}

#video-container.fixed-video {
    right: auto;
    left: 0;
}

#bullets  {
    margin-top: 0;
}
#bullets > .content ul {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
}

#bullets > .content ul:first-child {
    margin-right: 10px;
}

#bullets > .content ul:last-child {
    margin-left: 10px;
}


#bullets > .content {
    padding: 0 30px;
}

.testimonials-blue {
    margin: 30px 0;
}

.testimonials-blue h2,
.testimonials-blue h2.withbg {
    text-align: center;
    font-size: 6vw;
}

.testimonial-money {
    margin: 0 0 20px 0;
}

.case-study-item h3 {
    font-size: 20px;
}

.table-icons-item {
    width: calc(50% - 40px);
}

.table-icons-item:nth-child(3n - 1) {
    margin: 0;
}

.table-icons-item:nth-child(2n) {
    margin-left: 20px;
}

.table-icons-item:nth-child(2n + 1) {
    margin-right: 20px;
}

.table-icons-item:last-child {
    display: block;
}

.table-icons-item:nth-child(4n) .icon,
.table-icons-item:nth-child(4n - 1) .icon {
    background-color: #94bcff;
}

.table-icons-item:nth-child(4n - 2) .icon,
.table-icons-item:nth-child(4n - 3) .icon {
    background-color: #2979ff;
}

#video-button-container {
    margin-top: 20px;
    width:100%;
}
#new-title .content{
    background: url(img/rocket@2x.png) no-repeat;
    background-size: contain;
    background-position: top right;
}
#new-title .content *{
    text-align: left;
}
#new-title .content h1{
    width: 50%;
}
   
header .content{
    background: white;
}