#nav__menu_hypnotherapy {
    background-color: var(--color-active-menuitem_bg);
    color: var(--color-active-menuitem_fg);
}

.main__top-section__text {
    display: inline-block;
    width: 65%;
}


.main__top-section__picture {
    display: inline-block;
    margin: 0;
    width: 33%;
    vertical-align: top;
    margin-top: 2%;
}

.main__top-section__picture img {
    width: 100%;
    /* min-width: 275px; */
}



table {
    margin-top: 0.25rem;
    border-collapse: collapse;
}
thead {
    font-weight: 900;

}
td {
    /* background-color: aqua; */
    padding: 0.25rem;
    /* border: solid 1px lightgray; */
} 
 


@media (max-width: 767px) {
   
    .main__top-section__text {
        width: 100%;
    }

    .main__top-section__picture {
        width: 88%;
    }
    .main__bottom-section__text {
        width: 100%;
    }

    .main__bottom-section__picture {
        width: 88%;
    }
}