.marketing-banner{
    background-image: url('./Assets/Group\ 339.png') !important;
    background-position: bottom;
    background-size: cover;
}
.marketing-four{
    background-color: #F9F9F9;
}
.service {
    margin: 50px 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;

    p {
        width: 65%;
        text-align: center;
    }
}

.solution {
    padding: 40px 40px;
    background-color: #141E3B;

    .container .four-left {

        h1,
        p {
            color: white;
        }

        p {
            width: 80%;
        }
    }
}

.solution-reverse {
    padding: 40px 40px;
    background-color: #FB0B0B;

    .container {
        display: flex;
        gap: 50px;

        .four-left {

            h1,
            p {
                color: white;
            }

            p {
                width: 80%;
            }
        }
    }
}

.help {
    background-image: url('../Assets/Group\ 328.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 80px;
    .help-container {
        width: 1150px;
        margin: auto;

        h1 {
            padding: 10px;
            color: white;
        }

        .help-list {
            color: white;

            ul li {
                list-style: none;
                display: flex;
                align-items: center;
                gap: 10px;
                padding: 10px;
            }
        }
    }
}