﻿.main-process {
    position: relative;
}

    .main-process:after {
        content: '';
        display: block;
        clear: both;
    }

    .main-process .process {
        width: 80%;
        padding: 0 30px 0 0;
        margin: 20px 0;
        float: left;
    }

    .main-process .process-content {
        background-color: #3f65d9;
        min-height: 133px;
        padding: 30px 95px 30px 130px;
        display: block;
        position: relative;
        z-index: 1;
    }

        .main-process .process-content:hover {
            text-decoration: none;
        }

        .main-process .process-content:before {
            content: '';
            background: #fff;
            border-radius: 100px 20px 20px 100px;
            position: absolute;
            left: 70px;
            top: 10px;
            bottom: 10px;
            right: -30px;
            z-index: -1;
        }

    .main-process .process-year {
        color: #fff;
        font-size: 45px;
        font-weight: 600;
        line-height: 45px;
        transform: translateY(-50%) rotate(-90deg);
        position: absolute;
        left: -15px;
        top: 50%;
    }

    .main-process .process-icon {
        color: #fff;
        background-color: #3f65d9;
        font-size: 60px;
        text-align: center;
        line-height: 100px;
        width: 100px;
        height: 100px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0,0,0,0.4);
        transform: translateY(-50%);
        position: absolute;
        right: -20px;
        top: 50%;
    }

    .main-process .process:nth-child(even) {
        padding: 0 0 0 30px;
        float: right;
    }

        .main-process .process:nth-child(even) .process-content {
            padding: 30px 130px 30px 95px;
            background-color: #6e8be3;
        }

            .main-process .process:nth-child(even) .process-content:before {
                border-radius: 20px 100px 100px 20px;
                left: -30px;
                right: 70px;
            }

        .main-process .process:nth-child(even) .process-year {
            right: -15px;
            left: auto;
        }

        .main-process .process:nth-child(even) .process-icon {
            right: auto;
            left: -20px;
            background-color: #6e8be3;
        }

   

@media screen and (max-width:767px) {
    .main-process .process,
    .main-process .process:nth-child(even) {
        text-align: center;
        width: 100%;
        padding: 0 0 30px 0;
        margin: 0 0 30px;
    }

        .main-process .process-content,
        .main-process .process:nth-child(even) .process-content {
            padding: 80px 25px;
        }

            .main-process .process-content:before,
            .main-process .process:nth-child(even) .process-content:before {
                border-radius: 50px 50px 20px 20px;
                bottom: -30px;
                top: 65px;
                left: 10px;
                right: 10px;
            }

        .main-process .process-year,
        .main-process .process:nth-child(even) .process-year {
            transform: translateX(-50%) translateY(0);
            top: 10px;
            left: 50%;
        }

        .main-process .process-icon,
        .main-process .process:nth-child(even) .process-icon {
            font-size: 50px;
            line-height: 85px;
            width: 85px;
            height: 85px;
            transform: translateX(-50%);
            top: auto;
            bottom: -20px;
            right: auto;
            left: 50%;
        }
}

@media screen and (max-width:576px) {
    .main-process .title {
        font-size: 18px;
    }
}
