.demo-bg h2 {
    font-size: 2.5rem;
    line-height: 1.3em;
    text-align: left;
}
@media only screen and (max-width: 980px) {
    .demo-bg h2 {
        font-size: 2rem;
    }
    .demo-bg p {
    font-size: 1.3rem;
    }
}

@media only screen and (max-width: 980px) {
    .demo-bg p {
        font-size: 1.1rem;
    }
}
.demo-bg-white {
    padding-right: 20px;
    padding-left: 20px;
}
.view-demo-bg {
    background: url(../images/global/footer-demo-bg.jpg), linear-gradient(269.61deg, rgba(0, 0, 0, 0.4) 17.05%, rgba(128, 128, 128, 0) 71.3%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    max-width: 1440px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}
@media only screen and (max-width: 980px) {
    .demo-bg-white {
        background-color: #F2F2F2;
        margin: 20px;
        padding-right: 0;
        padding-left: 0;
        border-radius: 15px;
    }
    .view-demo-bg {
        min-height: 400px;
        background-size: cover;
        background-position: right center;
        margin: 0 20px;
        border-radius: 10px;
    }
    .demo-mobile-title {
        padding: 20px;
    }
    .demo-mobile-title h2 {
        font-size: 28px;
        line-height: 1.3em;
        text-align: left;
    }
    .demo-mobile-content p {
        font-size: 1.2rem;
        padding: 20px 20px 10px;
    }
    .demo-mobile-content .redOutlineButton {
        color: #fff;
        padding: 10px 30px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
        cursor: pointer;
        border-radius: 5px;
        background-color: #b9243c;
        border: 3px solid #b9243c;
        margin: 0 20px 20px;
    }
}
@media only screen and (min-width: 980px) {
    
    .demo-mobile-title {
        display: none;
    }
    .demo-mobile-content {
        display: none;
    }
}
.view-demo-bg .demo-bg {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    justify-content: space-between;
    padding: 50px 40px;
    margin: 70px 100px;
    position: relative;
    max-width: 620px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}
@media only screen and (max-width: 980px) {
    .view-demo-bg .demo-bg {
        display: none;
    }
}
.view-demo-bg .demo-bg .redOutlineButton {
    color: #fff;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 5px;
    background-color: #b9243c;
    border: 3px solid #b9243c;
}

.industry-insight {
    background-color: #b9243c;
    padding: 50px;
}
@media only screen and (max-width: 980px) {
    .industry-insight {
    background-color: #b9243c;
    padding: 50px 20px;
    }
    .industry-insight br {
        display: none;
    }
}
.industry-insight .container {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    flex-direction: column;
    align-items: center;
}
.industry-insight h2 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
@media only screen and (max-width: 980px) {
    .industry-insight h2 {
        font-size: 1.7rem;
    }
}
.industry-insight p {
    color: #fff;
    text-align: center;
}
@media only screen and (max-width: 1024px) {
    .industry-insight p {
        font-size: 1.1rem;
        padding: 0;
    }
    
}
.button-subscribe {
    background-color: #fff;
    padding: 10px 30px;
    color: #ba243d;
    border-radius: 3px;
    text-decoration: none;
    
}
.button-subscribe:hover {
    background-color: rgba(255, 255, 255, 0);
    padding: 10px 30px;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none !important;
}