main hr{
    border: none;
    background-color: #EDB405;
    width: clamp(150px,50%,400px);
    height: 3px;
}
/* 
.card-long img{
    width: clamp(18rem,90vw,);
} */
h2::before{
    color: #6A6A6A;
}

.card-long:nth-of-type(1) h2::before{
    content: "Lifestyle coaching";
}

.card-long:nth-of-type(2) h2::before{
    content: "Corporate events";
}

.card-long:nth-of-type(3) h2::before{
    content: "Health and fitness";
}

.card-long:nth-of-type(4) h2::before{
    content: "Wellness centre";
}

.card-long .consult-btn{
    margin: 2rem 0 0.5rem;
    width: clamp(15.5rem,17vw,20rem);
    height: clamp(2.5rem,4vw,3rem);
}
