corrections updated

This commit is contained in:
Selvi 2025-09-03 17:22:43 +05:30
commit 575bc589bb
3 changed files with 4 additions and 3 deletions

View File

@ -9,7 +9,7 @@ export default function MobileServices() {
<div className="auto-container">
<div className="sec-title mb_50 centred">
<span className="sub-title">Our Services</span>
<h2>We Offer For You Medical & <br />Saving Lives</h2>
<h2 className="tex-color-1">We Offer For You Medical & <br />Saving Lives</h2>
</div>
<div className="row clearfix">
{

View File

@ -148,9 +148,9 @@
transition: all 500ms ease;
}
.feature-block-two .inner-box:hover .icon-box:before{
/* .feature-block-two .inner-box:hover .icon-box:before{
transform: scale(1,1);
}
} */
.feature-block-two .inner-box h3{
display: block;

View File

@ -537,6 +537,7 @@
position: relative;
display: inline-block;
padding: 24px 48px 22px 48px;
border: 1px solid #fff;
}
.theme-btn span:before {