.treatment-page-block.headerWithButton {
    
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100%;

}

.treatment-page-block.headerWithButton table {
    
    position: absolute;
    top:0;
    left:8%;
    height: auto;
    min-height: 100%;
    width:50%;

}

.treatment-page-block.headerWithButton a {

    color: #ffffff!important; 
    background-color: #47b062!important; 
    border-color: #47b062!important;
    border-radius: 20px;
    outline: 0;
    padding-top: 8px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 8px;
    display: inline-block;
    line-height: normal;
    font-size: 18px;
    text-decoration: none;
    font-family: agenda, sans-serif;
    font-weight: 500;
    font-style: normal;

}

.treatment-page-block.headerWithButton a:hover {

    text-decoration: none;

}

.treatment-page-block.headerWithButton a::after {

    content: "  →";

}

@media only screen and (max-width: 1900px) {



}

@media only screen and (max-width: 1550px) {



}

@media only screen and (max-width: 1023px) {
 
    .treatment-page-block.headerWithButton table {

        position: relative;
        top:auto;
        left:auto;
        width:80%;
        margin-left: 10%;

    }

    .treatment-page-block.headerWithButton a {

        padding-left: 24px;
        padding-right: 24px;
        width: calc( 100% - 48px);
        text-align: center;

    }

   
}