.services-web-view .second-section {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 16px;
    font-family: "Effra Regular";
    color: #1d1d1f;
    text-align: center;
}

.mbl-service-card {
    background: #ffffff !important;
    margin: unset !important;
}
.mbl-service-card a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
}

    .mbl-service-card {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 100%;
    }
.services-mbl-row {
    display: block;
}
.mbl-service-card-details 
 {
    background-color: white;
    border: 1px solid #eee;
    border-radius: 0 0 16px 16px;
    color: #000;
    position: unset;
}

.mbl-service-card-details h3, .mbl-service-card-details p {
    color: #000;
    -webkit-line-clamp: none;
    text-align: justify !important;
    height: unset !important;
}


.hm.services p, .hm.services h2 {
    display: none;
}


.service-row p {
    display: block !important;
}

@media only screen and (max-width: 767px)

 {
 	
 	.hia-video-section video{
	      height: 100% !important;
	}
	
	
	.hm.services-mbl-view p, .hm.services-mbl-view h2 {
    display: none;
}

.mbl-service-card-details p {
    display: block !important;
}


 	
 }
