#c1 {
    background-image: url('https://wilsonprintingusa.com/wp-content/uploads/2021/07/5a501523140943000185d62e_CK-mobile.png');
    background-size: cover;
    position: relative;
    padding: 100px 0 125px;
    background-position: center;
}

#c1 .screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

#c1 .title {
    position: relative;
    z-index: 2;
    color: #FFF;
}

#c1 h1 {
    text-transform: uppercase;
    margin: unset;
    line-height: 1em;
    margin-bottom: 15px;
}

#c1 a {
    background-color: #41BC07;
    color: #FFF;
    padding: 10px 25px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
}

#c3 .right a:hover,
#c3 .right a:focus,
#c1 a:hover,
#c1 a:focus {
    background-color: #FFF;
    color: #41BC07;
}

#c2 {
    background-color: #41BC07;
    min-height: 150px;
    padding-bottom: 50px;

}

#c2 .flex {
    position: relative;
    margin-top: -40px;
    z-index: 3;
    justify-content: space-between;
}

#c2 .item {
    background-color: #f9f9f9;
    width: 22%;
    padding: 25px;
    border-radius: 30px;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 260px;
    transition: 1s ease all;
}

#c2 .item:hover {
    transform: scale(1.1);
}

#c2 .item h2 {
    line-height: 1.25em;
}

#c2 .item span {
    color: #41BC07;
    display: block;
    font-size: 2.2em;
    /*    margin: 10px 0;*/
    line-height: 1em;
}

#c2 .item.i2 span,
#c2 .item.i3 span {
    font-size: 3em;
}

#c2 .item.i4 span {
    font-size: 1.5em;
}

#c3 {
    background-color: #FFF;
    padding: 100px 0;
}

#c3 .flex {
    align-items: center;
}

#c3 .l {
    width: 600px;
    margin-right: 100px;
}

#c3 .left {
    background-color: #f9f9f9;
    border-radius: 30px;
    padding: 50px;
    width: 600px;

}

#c3 .right a {
    color: #FFF;
    background-color: #41BC07;
    padding: 10px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #41BC07;
    cursor: pointer;
}

#c3 .d {
    font-size: 13px;
    padding: 0 25px;
    margin-top: 15px;
}

#c3 .row:hover h3 {
    color: #41BC07;
    transition: 1s ease all;
}

@media only screen and (max-width:1150px) {
    #c2 .flex {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: -70px;
    }

    #c2 .flex .item {
        margin: 25px;
    }

}

@media only screen and (max-width:950px) {
    #c3 .flex {
        flex-direction: column;
    }

    #c3 .l,
    #c3 .left {
        margin: 0 0 50px 0;
        width: 100%;
        max-width: unset;
    }

    #c1 h1 {
        font-size: 30px;
    }
}

@media only screen and (max-width:650px) {
    #c2 .item {
        width: 100%;
    }
}

@media only screen and (max-width:450px) {
    #c1 {
        padding: 70px 0 100px;
        text-align: center;
    }

    #c1 h1 {
        font-size: 25px;
    }

    #c1 a {
        font-size: 16px;
    }

    #c2 .flex .item {
        font-size: 16px;
        margin: 12px;
    }

    #c3 {
        padding: 50px 0;
    }

    #c3 .maxWidth {
        padding: unset;
    }

    #c3 .left {
        background-color: unset;
        border-radius: unset;
        padding: 25px;

    }

    #c3 .left h3 {
        color: #41BC07;
    }

    #c3 .right {
        background-color: #f9f9f9;
        width: 100%;
        padding: 25px;
    }

    #c3 .d {
        margin: unset;
    }
}



















/*End*/
