@media only screen and (min-width: 768px) {
    .site_logo h1.elementor-heading-title::first-line {
        font-size: 31px;
    }
}

@media only screen and (min-width: 1025px) {
    .site_logo h1.elementor-heading-title::first-line {
        font-size: 41px;
    }
}


@media only screen and (max-width: 400px) {
    .site_logo h1.elementor-heading-title {
        font-size: 17px !important;
    }
}