/* Start custom CSS for html, class: .elementor-element-ed7cc72 */.about-founder{

    display:grid;

    grid-template-columns:50% 50%;

    gap:80px;

    align-items:center;

    padding:90px 8%;

    background:#050505;

    color:#fff;

}

.founder-image{

    min-height:900px;
    width:100%;
    border-radius:18px;

    background:url("https://healtouchwellness.com/wp-content/uploads/2026/07/AA9F2892-B138-4FDB-A0D5-40F6681614BB.png") center top/cover no-repeat;

    box-shadow:0 20px 50px rgba(0,0,0,.45);

}

.founder-content{

    max-width:700px;

}

.founder-content .eyebrow{

    color:#b05ac5;

    font-size:12px;

    letter-spacing:4px;

    text-transform:uppercase;

    margin-bottom:14px;

}

.founder-content h2{

    font-size:48px;

    margin:0;

    line-height:1.1;

    color:#fff;

}

.founder-content h3{

    color:#d6a84f;

    font-size:34px;

    margin:8px 0 30px;

    font-weight:400;

}

.founder-content p{

    font-size:17px;

    line-height:1.85;

    color:#dddddd;

    margin-bottom:20px;

}

blockquote{

    margin:40px 0;

    padding-left:22px;

    border-left:5px solid #d6a84f;

    color:#b05ac5;

    font-size:28px;

    font-style:italic;

    line-height:1.6;

}

.credentials{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:14px;

    margin:35px 0;

    padding:0;

    list-style:none;

}

.credentials li{

    position:relative;

    padding-left:22px;

    color:#eeeeee;

    line-height:1.6;

}

.credentials li:before{

    content:"•";

    color:#d6a84f;

    position:absolute;

    left:0;

}

.btn{

    display:inline-block;

    margin-top:18px;

    padding:16px 34px;

    background:#3b0f4f;

    color:#fff;

    text-decoration:none;

    border:1px solid #d6a84f;

    transition:.3s;

}

.btn:hover{

    background:#52206b;

}

@media(max-width:900px){

.about-founder{

grid-template-columns:1fr;

padding:60px 7%;

}

.founder-image{

min-height:500px;

}

.credentials{

grid-template-columns:1fr;

}

.founder-content h2{

font-size:40px;

}

blockquote{

font-size:24px;

}

}/* End custom CSS */