#mymain-form{
    padding: 50px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
    background-color: #fff;
}

 .second-portion {
        margin-top: 50px;
    }


    .cbox>.icon {
        text-align: center;
        position: relative;
    }

    .cbox>.icon>.image {
        position: relative;
        z-index: 2;
        margin: auto;
        width: 88px;
        height: 88px;
        border: 8px solid white;
        line-height: 88px;
        border-radius: 50%;
        background: #e81621;
        vertical-align: middle;
    }

    .cbox>.icon:hover>.image {
        background: #333;
    }

    .cbox>.icon>.image>i {
        font-size: 36px !important;
        color: #fff !important;
    }

    .cbox>.icon:hover>.image>i {
        color: white !important;
    }

    .cbox>.icon>.info {
        margin-top: -24px;
        background: rgba(0, 0, 0, 0.04);
        border: 1px solid #e0e0e0;
        padding: 15px 0 10px 0;
        min-height: 163px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    }

    .cbox>.icon:hover>.info {
        background: rgba(0, 0, 0, 0.04);
        border-color: #e0e0e0;
        color: white;
    }

    .cbox>.icon>.info>h3.title {
        font-family: "Robot", sans-serif !important;
        font-size: 16px;
        color: #000;
        font-weight: 700;
    }

    .cbox>.icon>.info>p {
        font-family: "Robot", sans-serif !important;
        font-size: 13px;
        color: #000;
        line-height: 1.5em;
        margin: 20px;
    }

    .cbox>.icon:hover>.info>h3.title,
    .cbox>.icon:hover>.info>p,
    .cbox>.icon:hover>.info>.more>a {
        color: #000;
    }

    .cbox>.icon>.info>.more a {
        font-family: "Robot", sans-serif !important;
        font-size: 12px;
        color: #000;
        line-height: 12px;
        text-transform: uppercase;
        text-decoration: none;
    }

    .cbox>.icon:hover>.info>.more>a {
        color: #fff;
        padding: 6px 8px;
        background-color: #63B76C;
    }

    .cbox .space {
        height: 30px;
    }

    @media only screen and (max-width: 768px) {
        .second-portion {
            margin-top: 25px;
        }
    }
