.wise_demo_section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.demo_section_wise_profile{
    padding-top: 10rem !important;
}
.wise_demo_section h2{
    font-weight: 600;
}
.theme-btn{
    margin-top: 1rem;
    border: 1px solid var(--primery-color);
    border-radius: 50px;
    padding: 7px 20px;
    background-color: var(--primery-color);
    color: white;
    font-weight: 600;
}
.theme-btn:hover{
    background-color: transparent;
    color: var(--primery-color);
}
.wise_demo_section .text{
    font-weight: 600;
    font-size: 18px;
}

@media (max-width: 770px) {
    .wise_demo_section .image-column{
        margin-top: 2rem;
    }
}