.tbi_button_container {
    display: inline-block;
    margin:10px 100px 10px 10px;
}

.tbi_button_line {
    font-family: 'Inter',open-sans;
    font-weight: 400;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 3px 10px;
    text-align: center;
    line-height: 20px;
}

#tbi_button_logo1 {
    max-height:40px;
    width:auto;
}

.tbi_button_container1 {
    position:relative;
    display:inline-block;
}

#tbi_button1 {
    text-decoration:none !important;
    outline:0 !important;
    display: inline-block;
    min-width:280px;
    max-width:100%;
}

#tbi_button_body1 {
    border-radius: 8px;
    height: 50px;
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 40%);
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 40%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    background:#f4f4f4;
    color:#000;
    padding: 3px 10px;
    align-items: center;
}

.text-orange {
    color: #ff6600;
}
