.t-slds__container {border-radius: 10px;}

.tn-atom.tl-btn {
    color: #ffffff !important;
    font-size: 18px;
    font-family: 'Gordita',Arial,sans-serif;
    font-weight: 500;
    border-width: 2px;
    padding: 12px;
    border-radius: 10px;
    background-color: #3c618d;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.tn-atom.tl-btn:hover {
    background-color: #ffffff;
    background-image: none;
    border-color: #4f6e92;
    color: #3c618d !important;
}