/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 1 version
*/

.service {
    margin: 0;
    padding: 0;
}

.service__left {
    position: relative;
    height: 128px;
    width: 100%;
    margin-bottom: 10px;
    z-index: 1;
}

.service__left__img01,
.service__left__img02,
.service__left__img03,
.service__left__img04,
.service__left__img05 {
    position: absolute;
    width: 28%;
    height: 109px;
}

.service__left img {
    border-radius: 10px;
    -o-object-position: top;
       object-position: top;
}

.service__left__img01 {
    opacity: 0.5;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}

.service__left__img02 {
    right: 16px;
    top: 19px;
    opacity: 0.6;
    z-index: 2;
}

.service__left__img03 {
    opacity: 0.55;
    left: 16px;
    top: 19px;
    z-index: 2;
}

.service__left__img04 {
    left: -53px;
    top: 0;
    background: rgba(196, 234, 195, 0.25);
    border-radius: 10px;
}

.service__left__img05 {
    right: -53px;
    top: 0;
    background: rgba(145, 166, 186, 0.15);
    border-radius: 10px;
}

.service__content {
    background: linear-gradient(to bottom,  #ffffff 0%,#edf4fa 30%,#edf4fa 70%,#ffffff 100%);
}

.service__content__wrap {
    padding: 0 22px 20px;
}

.service__item {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px;
    justify-content: center;
    text-align: center;
    margin-bottom: 14px;
}
  
.service__item__col {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: auto;
    padding-right: 5px;
    padding-left: 5px;
    height: 150px;
    margin: 12px 16px;
    width: calc(50% - 32px);
    background: linear-gradient(to bottom,  #144c81 0%,#003262 100%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: -2px 5px 5px rgba(145, 166, 186, 1);
    border-radius: 10px;
}

.service__item__col i {
    font-size: 21px;
    font-weight: normal;
    color: #45A041;
    margin-bottom: 10px;
}

.service__item__col h3 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 1.22em;
    font-weight: 600;
    color: #FFFFFF;
}

.service__right {
    position: relative;
    height: 128px;
    width: 100%;
    z-index: 1;
}

.service__right__img01,
.service__right__img02,
.service__right__img03,
.service__right__img04,
.service__right__img05 {
    position: absolute;
    width: 28%;
    height: 109px;
}

.service__right img {
    border-radius: 10px;
}

.service__right__img01 {
    opacity: 0.55;
    left: 16px;
    top: 0;
}

.service__right__img02 {
    z-index: 2;
    opacity: 0.5;
    left: 50%;
    top: 19px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}

.service__right__img03 {
    z-index: 2;
    right: 16px;
    top: 0;
    opacity: 0.6;
}

.service__right__img04 {
    left: -53px;
    top: 19px;
    background: rgba(196, 234, 195, 0.25);
    border-radius: 10px;
}

.service__right__img05 {
    right: -53px;
    top: 19px;
    background: rgba(145, 166, 186, 0.15);
    border-radius: 10px;
}

@media (min-width: 768px) {
    .service__left {
        height: 240px;
        margin-bottom: 0;
    }
    
    .service__left__img01,
    .service__left__img02,
    .service__left__img03,
    .service__left__img04,
    .service__left__img05 {
        width: 24%;
        height: 188px;
    }
    
    .service__left__img01 {
        left: 50%;
    }
    
    .service__left__img02 {
        right: 68px;
        top: 50px;
    }
    
    .service__left__img03 {
        left: 68px;
        top: 50px;
    }
    
    .service__left__img04 {
        left: -50px;
    }
    
    .service__left__img05 {
        right: -50px;
    }

    .service__content__wrap {
        padding: 0 52px 0;
    }
    
    .service__item {
        margin-right: -13px;
        margin-left: -13px;
        margin-bottom: 14px;
    }
      
    .service__item__col {
        padding-right: 5px;
        padding-left: 5px;
        height: 150px;
        margin: 12px 13px;
        width: calc(25% - 26px);
    }
    
    .service__right {
        height: 240px;
        margin-bottom: 0;
    }
    
    .service__right__img01,
    .service__right__img02,
    .service__right__img03,
    .service__right__img04,
    .service__right__img05 {
        width: 24%;
        height: 188px;
    }
    
    .service__right img {
        border-radius: 10px;
    }
    
    .service__right__img01 {
        left: 68px;
    }
    
    .service__right__img02 {
        top: 50px;
    }
    
    .service__right__img03 {
        right: 68px;
    }
    
    .service__right__img04 {
        left: -50px;
        top: 50px;
    }
    
    .service__right__img05 {
        right: -50px;
        top: 50px;
    }

}


@media (min-width: 990px) {
    .service__left,
    .service__right {
        height: 310px;
    }
    
    .service__left__img01,
    .service__left__img02,
    .service__left__img03,
    .service__left__img04,
    .service__left__img05,
    .service__right__img01,
    .service__right__img02,
    .service__right__img03,
    .service__right__img04,
    .service__right__img05 {
        width: 26%;
        height: 258px;
    }
}

@media (min-width: 1200px) {
    .service {
        display: flex;
        flex-wrap: wrap;
        background: linear-gradient(to bottom,  #ffffff 0%,#edf4fa 30%,#edf4fa 70%,#ffffff 100%);
    }

    .service__content {
        background: transparent;
    }

    .service__left,
    .service__right {
        width: 300px;
        height: 696px;
    }

    .service__content {
        width: calc(100% - 600px);
    }

    .service__left__img01,
    .service__left__img02,
    .service__left__img03,
    .service__left__img04,
    .service__left__img05,
    .service__right__img01,
    .service__right__img02,
    .service__right__img03,
    .service__right__img04,
    .service__right__img05 {
        width: 45%;
        height: 158px;
    }

    .service__left__img01 {
        left: 0;
        top: 254px;
        -webkit-transform: none;
                transform: none;
    }

    .service__left__img02 {
        right: 0;
        left: auto;
        top: 128px;
    }

    .service__left__img03 {
        right: 0;
        left: auto;
        top: auto;
        bottom: 128px;
    }

    .service__left__img04 {
        right: auto;
        left: 0;
        bottom: 0;
        top: auto;
    }

    .service__left__img05 {
        right: auto;
        left: 0;
    }

    .service__right__img01 {
        left: 0;
        top: 128px;
    }

    .service__right__img02 {
        left: auto;
        top: 254px;
        -webkit-transform: none;
                transform: none;
        right: 0;
    }

    .service__right__img03 {
        right: auto;
        left: 0;
        top: auto;
        bottom: 128px;
    }

    .service__right__img04 {
        left: auto;
        top: auto;
        right: 0;
        bottom: 0;
    }

    .service__right__img05 {
        right: 0;
        top: 0;
    }


}

@media (min-width: 1900px) {
    .service__left,
    .service__right {
        width: 406px;
        height: 696px;
        margin-top: 35px;
    }

    .service__content {
        width: calc(100% - 812px);
    }

    .service__left__img01,
    .service__left__img02,
    .service__left__img03,
    .service__left__img04,
    .service__left__img05,
    .service__right__img01,
    .service__right__img02,
    .service__right__img03,
    .service__right__img04,
    .service__right__img05 {
        width: 184px;
        height: 188px;
    }

    .service__content {
        padding: 0 98px;
    }

    .service__content__wrap {
        padding: 0;
    }

    .service__item {
        margin-right: -16px;
        margin-left: -16px;
        margin-bottom: 25px;
        margin-top: 40px;
        padding: 0 29px;
    }
    
    .service__item__col {
        height: 188px;
        margin: 12px 16px;
        width: calc(25% - 32px);
        padding-right: 15px;
        padding-left: 15px;
    }

    .service__item__col i {
        font-size: 27px;
        margin-bottom: 13px;
    }

    .service__item__col h3 {
        font-size: 20px;
    }
}