@charset "utf-8";
/* CSS Document */

.treatment-page-block.simpleButton {
    
    position: relative;
    width: 100%;
    height: auto;

}

.treatment-page-block.simpleButton .container {
    
    position:relative;
    height: auto;
    width:84%;
    margin-left: 8%;
    margin-top: 30px;
    margin-bottom: 30px;

}

.treatment-page-block.simpleButton 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.simpleButton a:hover {

    text-decoration: none;

}

.treatment-page-block.simpleButton 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.simpleButton .container {

        width:80%;
        margin-left: 10%;
        margin-top: 0;
        margin-bottom: 0;

    }
   
}

