.header-content {
    width: 100%;
    height: 35vh;
    min-height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-content .action-call {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.2;
    background: linear-gradient(90deg, #0A70BA 36.06%, #0081C1 38.31%, #0091C0 40.56%, #009EB7 42.74%, #00ABA9 45.21%, #00B598 47.46%, #5BBE87 49.78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#searchTendencies h3,
#searchTendencies p {
    font-size: 1rem !important;
}