.basic-content-new {
    font-family: 'Mulish';
}

.basic-content-new .container {
    max-width: 760px;
}

.basic-content-new .headline {
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1.15;
    padding-bottom: 3px;
    text-align: center;
}

.basic-content-new h2.headline {
    font-size: 2rem;
}

.basic-content-new h3.headline {
    font-size: 1.87rem;
  }

.basic-content-new .new-brand-title {
    background-color: #ffffff;
    background-image: linear-gradient(135deg, #004580 20%, #00A1E9 80%);
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 1px solid transparent;
}

.basic-content-new .content p,
.basic-content-new .content li {
    font-family: 'Mulish';
    font-size: 1.25rem;
    color: #1e2122;
    line-height: 1.5;
    
}

.basic-content-new .content li:before {
    background: #1e2122;
}

.basic-content-new .content p {
    margin-bottom: 25px;
}

.basic-content-new .content h1, 
.basic-content-new .content h2, 
.basic-content-new .content h3, 
.basic-content-new .content h4, 
.basic-content-new .content h5, 
.basic-content-new .content h6, 
.basic-content-new .content strong {
    font-weight: 700;
}

.basic-content-new .content p ~ h1, 
.basic-content-new .content p ~ h2, 
.basic-content-new .content p ~ h3, 
.basic-content-new .content p ~ h4, 
.basic-content-new .content p ~ h5, 
.basic-content-new .content p ~ h6, 
.basic-content-new .content p ~ strong {
    margin-top: 0;
}

.basic-content-new .content ul{
    margin-top: 10px;
}

.basic-content-new .content ul li {
    margin-bottom: 7px;
}

.basic-content-new.redesign-questions{
    padding-bottom: 60px;
}

.basic-content-new.redesign-questions .headline{
    color: #1e2122;
    font-size: 48px;
    font-weight: 400;
    text-align: center;
}



.single-post .basic-content-new.chess-post-bottom-text{
    text-align: center;
    width: 900px;
    margin-left: calc( (100% - 900px)/2 );
    margin-bottom: 100px;
}

.single-post .basic-content-new.chess-post-bottom-text p{
    font-size: 19px;
}

@media (min-width: 1024px) {
    .basic-content-new h2.headline {
      font-size: 2.5rem;
    }
  
    .basic-content-new h3.headline {
      font-size: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .basic-content-new br {
        display: none;
    }
}