[data-elem-type="button"] {
    cursor: pointer;
}

/*Letter Spacing*/
h1,
[data-elem-type="button"] .tn-atom{
    letter-spacing: -.04em;
}
h2,h3 {
    letter-spacing: -.025em;
}


/*Accordion*/
.t668__accordion {
    box-shadow: 0px 0px 0px 1px #D0D4D9;
    border-radius: 0px;
}
.t668__wrapper {
    background: none !important;
}
.t668 > div > div:first-child > div {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}
.t668 > div > div:last-child > div {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

/*Testimonials*/
.custom-testimonials {
    max-height: 500px;
    margin-bottom: -250px;
    overflow-y: hidden;
}
.t827__grid-item_mb-10 {
    border-radius: 40px;
    overflow: hidden;
} 