body {
    padding: 0;
    margin: 0;
}

body * {
    /* border: 1px solid red !important;  */
}

.ce-features-v3 {
    background-color: white;
    font-family: "Open Sans";
    font-size: 16px;
    display: flex;
    flex-direction: column;            
    background-color: white;
    color: dimgray;     
    justify-content: flex-start;   
    margin-left: auto;
    margin-right: auto;  
    align-items: center;
    width: 100%;      
}

.ce-features-v3 .features-header {
    text-align: center;            
    color: dimgray;                        
    padding-bottom: 50px;                    
}        

.ce-features-v3 h2 {        
    color: #00b0ea;
    font-weight: 600 !important;            
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 15px
}


.ce-features-v3 .features-header .feature-desc {
    margin: 0 10px 0 0;            
    padding: 0 25px;    
    margin-top: -25px;
}

.ce-features-v3 .features-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 45px 25px;
    margin-bottom: 25px;
}


.ce-features-v3 .feature {
    width: 300px;
    background-color: #F2F2F2;
    text-align: center;
    padding: 40px 10px 15px 10px;
    position: relative;
    border-radius: 8px;
    min-height: 120px;
    cursor: pointer;
}

.ce-features-v3 .feature:hover {
    transform: scale(1.05);
    
}

.ce-features-v3 .feature h3 {
    font-weight: normal;
    color: dimgray;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 22px;
}

.ce-features-v3 .feature:last-of-type {
    margin-bottom: 25px;
}

.ce-features-v3 .feature span {
    position: absolute;
    top: -33px;
    left: 117px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 66px;
    height: 66px;
}

.ce-features-v3 .feature i:first-of-type {
    font-size: 65px;
    background: linear-gradient(90deg, rgba(0,176,234,1) 0%, rgba(0,209,234,1) 35%, rgba(0,233,234,1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ce-features-v3 .feature i:last-of-type {
    color: white;
    font-size: 30px;
}

.ce-features-v3 .featuresBtn {
    border: 2px solid #00B0F0;
    border-radius: 6px;
    background-color: white;
    color: #00B0F0;
    padding: 15px;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
}

.ce-features-v3 .featuresBtn:hover {
    background-color: #F2F2F2;
    border: 2px solid #F2F2F2;
}