.about_hero {
    padding: 75px 0;
    background-color: #F2F5FA;
}
.benefit_textwrap .h3 {
    font-size: clamp(18px, 2vw, 24px);
    margin: 15px 0;
}
.grow_your_practice_image {
    border: 15px solid #123456;
}
.grow_your_practice_text .h2 {
    font-size: clamp(22px, 2.5vw, 32px);
}
.about_hero_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center
}
.about_hero_bottom .h1 {
    font-size: clamp(24px, 3vw, 34px);
}
.about_hero_image {
    border: 15px solid #123456;
}
p {
    font-size: clamp(16px, 2vw, 18px);
}

@media only screen and (max-width:767px) {
.about_hero_content, .grow_your_practice_content {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
}
.about_hero, .benefit_patients {
    padding: 40px 0;
}  
    
    
}