.cl-ethos-button {
    display:inline-block;
    width: 100%;
}

.cl-ethos-button a {
    display:inline-flex;
    justify-content: center;
    align-items: center;
}

.cl-ethos-button img {
    width:80px;
    position: relative;
    background-color: white;
    z-index: 100;
    border-radius: 50% !important;
    border: solid 5px white !important;
}

.cl-ethos-button a div {
    position: relative;
    z-index: 90;
    color:white;
    background-color: #809D87;
    padding: 15px 20px 13px 25px;
    overflow: hidden;
    border-radius: 0 25px 25px 0;
    margin-left:-15px;
    border:solid thin #809D87;
    transition: all 0.25s ease-in;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    line-height: 1em;
}

.cl-ethos-button a:hover div {
    background-color: white;
    color: #809D87;
}