.abt-hero{
    height: 60vh;
    width: 100%;
    margin:0%;
    display: block;
    position: relative;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-image: url(Dr.img/IMG-20250313-WA0025.jpg);

}
.abt-hero p{
    position: absolute;
    font-size: 3.5rem;
    letter-spacing: 4px;
    color: white;
    top: 35%;
    left: 12%;
}
.who-we-are{
    padding: 2vw 7vw 3vw 7vw;
}
.free-consultancy{
    background-color: rgba(60, 46, 66, 0.634);
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.free-c-txt{
    font-size: 16px;
    color:rgb(48, 190, 88);
}
.ask-Q{
    font-size: 45px;
    color: white;

}
.free-consultancy a{
    text-decoration: none;
    padding: 1vh 3vh 1vh 3vh;
    border: white solid 1px;
    background-color: rgb(48, 190, 88);
    color: white;
    border-radius: 5px;
    font-size: 26px;
}