.static-content__infopop .sc-infopop__btn {
    float: right;
    text-align: center;
    line-height: 20px;
    font-weight: 600;
    color: #47749b;
    padding: 10px 15px 10px;
    border: 0;
    margin: 13px -20px 0 0;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.1);
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}