.assistant-letstalk {
    font-size: 0 !important;
}
.assistant-letstalk:after {
    content: 'Vamos conversar?';
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    font-size: 11px;
    line-height: 13px;
    text-shadow: 0px 2px 10px #000;
}
.tvideo__author-name {
    padding-top: 10px;
}

@media(max-width:768px) {
    .testimonial-panel {
        max-height: 560px;
    }
    .steps .steps__header h2 br,
    .cases .cases__header h2 br {
        display: none;
    }
    .trusted-video {
        padding-top: 90px;
    }
    .faq .faq__header .faq__title br {
        display: none;
    }
}

@media(min-width:769px) {
    .testimonial-panel__content h2 {
        font-size: 1.8rem;
    }
    .steps__header {
        max-width: 100%;
    }
    .trusted-video__header {
        padding: 0 0;
    }
    .trusted-video__header p {
        padding: 0 150px;
    }
    .pricing__header {
        max-width: 800px;
    }
    .global-talent__header,
    .global-talent__subtitle {
        max-width: 1000px;
    }
    .pricing__disclaimer > small {
        width: 70%;
    }

}



