.services-style-two {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.services-style-two .item {
    padding: 30px 20px;
    border-radius: 10px;
    height: 100%;
    transition: 0.3s;
    color: #fff;
}

.services-style-two .item i {
    font-size: 40px;
    margin-bottom: 15px;
    display: inline-block;
}

.services-style-two .item p {
    min-height: 130px;
}

.bg1 { background: #1abc9c; }
.bg2 { background: #3498db; }
.bg3 { background: #9b59b6; }
.bg4 { background: #e67e22; }
.bg5 { background: #2ecc71; }
.bg6 { background: #e74c3c; }
.bg7 { background: #34495e; }
.bg8 { background: #f39c12; }