.e-features{
    padding: 5% 7% 0% 4%;
    /* padding: 28% 0% 25% 0%;
    text-align: center;
    height:150px;
    color:black;
    border-radius: 6px;
    font-weight: 500;
    font-size: 18px; */
    -webkit-animation: action 1s infinite  alternate;
    animation: action 1s infinite  alternate;
}

.icon1 {

    width: 50px;
    height: 50px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: #f5f7fd;
    border-radius: 50%;
    margin-bottom: 20px;
    pointer-events: none;

}

.feature-box-03{

    text-align: center;
    padding: 20% 4%;
    position: relative;
    -moz-transition: ease all 0.5s;
    -o-transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    transition: ease all 0.5s;
    top: 0;
    border-radius: 5px;
    background: #ffffff;

}

.feature-box-03.active {

    background: #303389;
   color:white !important;
}
.bg1{
    background-image: linear-gradient(to bottom right, #fdead2, #ec5627);
    /* background-color: #ec5627; */
}

.bg{
    background-image: linear-gradient(to bottom right, #d5e8f5, #303389);
}

.bg2{
    background-image: linear-gradient(to bottom right, #cdeddc, #07a652);
}
.bg4{
    background-image: linear-gradient(to bottom right, #cfd0f4, #5a6767);
}
.font-40{
    font-size: 28px;
}


@-webkit-keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

.quote{
    font-size: 34px;
}