.icon-element-md {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
}

.icon-element {
    color: #233d63;
    font-size: 40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(14, 16, 48, 0.07);
    -moz-box-shadow: 0 0 40px rgba(14, 16, 48, 0.07);
    box-shadow: 0 0 40px rgba(14, 16, 48, 0.07);
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
}

.me-3 {
    margin-right: 1rem !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.hero-feature-wrap {
    margin-top: 150px;
    position: relative;
}
.overflow-hidden {
    overflow: hidden !important;
}
 

/*-----*/


 