/******************************************************************************

    lsi-section-business.css
    LaserSoft Imaging Website

    Created by Rexhep Hamiti on 4/24/18.
    Copyright © 2018 LaserSoft Imaging AG. All rights reserved.

******************************************************************************/

    .sf-business-bg {
        background-image: url(../img/bg/business-bg.jpg);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .sf-business-cont {
        margin: 60px 0;
        padding: 100px;
        background: rgba(0, 68, 103, 0.9);
    }

    .sf-business-cont h1 {
        color: #216eae;
        text-align: center;
        font-size: 60px;
        font-weight: 700;
    }

    .sf-business-cont p {
        color: #fff;
        /* text-align: center; */
        font-size: 30px;
        font-weight: 200;
    }

    .sf-business-cont p span{
        padding-left: 30px;
    }


    .sf-business-cont button {
        background: #fff;
        color: #216eae;
        margin-top: 50px;
        margin-left: 10px;
        margin-right: 10px;
        text-align: center;
    }

    .sf-business-cont button:hover {
        background: #216eae;
        color: #fff;
    }

    @media (max-width: 575px) {
        .sf-business-cont h1 { font-size: 44px; }
        .sf-business-cont p { font-size: 20px; }
    }
