﻿body {
    overflow-x: hidden;
}
.feature-item {
    text-align: center;
    border-radius: 20px;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
    z-index:100;
}
.feature-item h4 {
    font-size: 20px;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 30px;
    line-height: 30px;
}

    .feature-item .icon-bg {
        padding: 15px;
        border-radius: 50%;
        width: 85px;
        height: 85px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 15px;
        font-size: 40px;
    }

.feature-item p {
    margin-top: 35px;
    padding-top: 30px;
    border-top: 1px solid #eee;
    text-align: justify;
}
