.treatment-client img {
    height: auto;
}
/*-----
tag
-----*/
section#product-intro .sppb-addon.sppb-addon-button-group a.sppb-btn {
    border-radius:45px;
    background-color:#53585a;
    border:none;
}
section#product-intro .sppb-addon.sppb-addon-button-group a.sppb-btn:hover {
    background-color:#fd8205;
}

/*----
feature
----*/
.caption-1 span {
    font-size: 24px;
    color: #fd8205;
    background: #53585a;
    border-radius: 30px;
    padding: 3px 20px;
}

section#feature-row a.sppb-btn{
    background:transparent !important;
    color:white !important;
    border-color:white !Important;
}
section#feature-row a.sppb-btn:after{
    width:140px;margin-left:-6.2em;
    border-color:white !Important;
}
section#feature-row a.sppb-btn:hover{
    color:#fd8205 !important;
    border-color:#fd8205 !Important;
}
section#feature-row a.sppb-btn:hover:after{
    border-color:#fd8205 !Important;
}