.sec-title2{
    margin-top: 80px;
}
.sec-title2 .sub-text {
    margin: 0 0 10px;
    display: block;
    line-height: 28px;
    font-family: 'Livvic',sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #196AB3;
    text-transform: uppercase;
}

.sec-title2 .title.testi-title {
    max-width: unset;
}

.sec-title2 .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
    color: #0a0a0a;
    max-width: 490px;
    margin: 0 auto;
    font-family: "Montserrat", sans-serif;   
}
.services-points{
    margin-top: 80px;
}
@media only screen and (min-width:992px) {
    .services-point{
        width:29%;
        box-shadow: 0 6px 25px rgb(12 89 219 / 9%);
    }    
}
.services-point{
    box-shadow: 0 6px 25px rgb(12 89 219 / 9%);
    transition: all 500ms ease;
}
.services-point:hover{
    transform: translateY(-10px);
}
.services-point-category{
    border-radius: 30px;
    color: #fff;
    background: #196AB3;
    background: -moz-linear-gradient(left,#196AB3 0,#196AB3 0,#196AB3 26%,#8ab1d4 100%,#8ab1d4 100%,#8ab1d4 100%,#8ab1d4 100%);
    background: -webkit-linear-gradient(left,#196AB3 0,#196AB3 0,#196AB3 26%,#8ab1d4 100%,#8ab1d4 100%,#8ab1d4 100%,#8ab1d4 100%);
    background: linear-gradient(to right,#196AB3 0,#196AB3 0,#196AB3 26%,#8ab1d4 100%,#8ab1d4 100%,#8ab1d4 100%,#8ab1d4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#196AB3',endColorstr='#0b70e1',GradientType=1);
    transition: .4s;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 20px;
    display: block;
}
.service-point-content h3{
    font-size: 19px !important;
    font-weight: 600;
}

.service-point-content h3:hover{
    color:#196AB3;
}

@media screen and (min-width:1200px){
    .services-point{
        margin: 25px;
        border-radius: 0 0 100px 0;
    }    
}

@media screen and (min-width:992px) and (max-width:1199px){
    .services-point{
        margin: 20px;
        border-radius: 0 0 100px 0;
    }    
}

@media screen and (min-width:768px) and (max-width:991px){
    .services-point{
        width:30%;
        margin:10px;
        border-radius: 0 0 100px 0;
    }    
    .first-service .service-point-content h3{
        display: inline;
    }
}

@media screen and (max-width:767px){
    .services-point{
        margin-bottom: 80px;
        padding-bottom: 30px;
    }    
}



