:root {
    --primary-color: #2975FF;
}

.post,
.page {
    margin-bottom: 0;
}

.headline-color {
    color: var(--primary-color);
}

.main-title {
    font-size: 40px;
    color: #1E1E1E;
    font-weight: 500;
    line-height: 50px; /* 125% */
}
@media screen and (max-width:990px) {
    .main-title{
        font-size: 32px;
    }
}
@media screen and (max-width:768px) {
    .main-title{
        font-size: 28px;
    }
}