.sectionHeading{
    display: flex;
    justify-content: space-between;
    margin-bottom:40px;
}
.headingLeftWrapper h2{
    font-size:40px;
    font-family: 'Smiling Rain';
    font-weight: 600;
    color:var(--primary);
}
.headingLeftWrapper p{
    font-size:20px;
    line-height: 24px;
    font-family: 'Georama';
    margin-top:10px;
    font-weight: 300;
}
.headingRightWrapper button{
    background:var(--primary);
    color:var(--white);
    display: flex;
    align-items: center;
    border:0px;
    padding:8px 15px;
    border-radius: 6px;
    column-gap: 5px;
    font-family: 'Poppins';
}