.post-title-widget .post-title {
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 100px;
    color: #ffffff; 
    font-weight: 300; 
    line-height: 1.1;
}

.post-title-widget .post-title .green-dot {
    color: var(--e-global-color-secondary);
    position: relative;
    left: -0.2em;
    width: 0;
    display: inline-block;
}

@media (max-width: 768px) {
    .post-title-widget .post-title {
        font-size: 50px;
    }
}