.hero-caption2{
    & span{
        color: #B4CCd0;
        font-size: 16px;
        display: block;
        margin-bottom: 24px;
        font-weight: 600;
        padding-left: 95px;
        position: relative;
        &::before{
            position: absolute;
            content: "";
            width: 75px;
            height: 3px;
            background: #2D5D66;
            left: 0;
            top: 52%;
            transform: translateY(-50%);
        }
    }
    & h2{
        color: #fff;
        font-size: 50px;
        font-weight: 700;
    }
}

.section-padding10{
    padding-top: 100px;

}

.single-services2{
        border: 1px solid transparent;
        background: #B4CCd0;
        border-radius: 6px;
        padding: 79px 33px;
        
        
       
        &:hover {
            box-shadow: 0px 10px 30px 0px rgba(133, 66, 189, 0.1);
        }
        .services-ion2{
            span{
                font-size: 60px;
                margin-bottom: 13px;
                color: #B4CCd0;
               
                font-size: 50px;
                margin-bottom: 30px;
                display: block;
                margin-bottom: 50px;
                width: 100px;
                height: 100px;
                background: #2D5D66;
                line-height: 100px;
                text-align: center;
                border-radius: 50px;
                display: inline-block;
            }
        }
        .services-cap2{
            padding: 0 16px;

            h5{
                a{
                    font-weight: 600;
                    font-size: 18px;
                    color: #001f38;
                    line-height: 1.4;
                    margin-bottom: 20px;
                }
            }
        }
        &:hover{
            border: 1px solid #2D5D66;
            background: #fff;
            
        }
    }