.blog {
    padding:50px 0;
    background-color: #f9f9f9;
}

.blog h1 {
    font-size: 45px; 
    font-weight: bold;
}

.blog h2 {
    font-size: 24px; 
    font-weight: bold;
    margin:40px 0 20px 0;
}

.blog h2.first {
    margin-top:0px;
}

.blog-description {
    padding:20px 0;
    font-size: 22px;
    color:#333;
    line-height: 26px;
}

.article-block {
    background-color: #EFEFF9;
    border-radius: 20px;
    padding:20px;
}

.article-block.white {
    background-color: #fff;
}

.article-block.white .head {height:200px; border-bottom:1px solid #f0f0f0}
.article-block .head {height:200px; border-bottom:1px solid #fff}
.article-block h2{font-size:24px; font-weight: 500; line-height: 28px; margin:0 0 10px 0;}
.article-block h2 a {color:#000;}
.article-block h2 a:hover {color:#4748ED;}
.article-block .tags {height:40px; margin-top:auto}
.article-block .tags a {background-color: #4748ED; padding:5px 10px; color:#ffffff; border-radius: 10px;}

.article-block .author {
    display: flex;
    padding:20px 0;
}

.article-block .avatar {margin-right:20px}
.article-block .name {margin:10px 0 10px 0; font-weight: bold;}

.margin-row {margin-top:30px}


.blog-article, .blog-article-header {
    max-width: 768px;
    border-radius: 20px;
    background-color: #fff;
    padding:20px;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    line-height: 26px;
    color:#000;
    margin-bottom:40px;
}

.blog-article-header .bread-crumbs {font-size:14px; margin-bottom:20px}
.blog-article-header h1 {font-size:40px; line-height: 56px;}
.blog-article-header  .head { border-bottom:1px solid #fff}

.blog-article-header  .tags a {background-color: #4748ED; padding:5px 10px; color:#ffffff; border-radius: 10px; font-size:12px}
.blog-article-header .author {
    display: flex;
    margin-top:20px;
}
.blog-article-header .avatar {margin-right:20px}
.blog-article-header .name {font-weight: bold;}

.blog-article h3{
    font-weight: 600;
    font-size: 26px;
    line-height: 28px;
    margin-bottom:18px;
}

.blog-article .img {
    height: 400px;
    border-radius: 20px;
    background-color: #333;
    background-size:cover !important;   
    background-repeat:   no-repeat !important;
    background-position: center center !important; 
    margin-bottom:20px;
}

.blog-article h2{
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
}

.blog-article b, .blog-article strong{
    font-weight: 600;
}

.blog-article .quote{
    border-left:4px solid #4748ED;    
    padding-left:20px;
}

.blog-article ul {
    margin:0 0 20px 40px;
    padding:0;
    list-style-type: disc;
}

.blog-article li {
    margin-bottom:10px;
}

.blog-area  {
    display: flex;
    justify-content: space-around;
    flex-wrap:wrap;
}

.blog-article p{
    margin-bottom:17px;
}

.blog-article .CTA {
    padding:20px;
    border-radius: 15px;
    background-color: #EFEFF9;
}


.ADV-sidebar {
    padding:40px 20px;
    border-radius: 15px;
    background-color: #EFEFF9;
    margin-left:10px;    
    max-width:300px;
    text-align: center;
}

.ADV-sidebar .header {
    font-size: 26px;
    font-weight: 500;
}

.ADV-sidebar .text {
    font-size: 16px;
    color:#666;
    line-height: 22px;
    margin:10px 0 40px 0;
}

.ADV-sidebar .button {
    margin:20px 0;
}

.ADV-sidebar .button button {
    background-color: #4748ED;
    color:#fff;
    font-size:18px;
    font-weight: 500;
    padding:10px 15px;
    border:none;
    border-radius: 20px;
}

.ADV-sidebar .club {
    margin-top:20px;
}

.ADV-sidebar .club a {color:#333; text-decoration: underline;}

.name-table {margin:40px auto;}
.name-table td, .name-table th{padding:10px; border:1px solid silver; text-align: center;}
.name-table th {font-weight: bold;}


.table {margin:20px auto;}
.table td, .table th {padding:10px; border:1px solid silver;}
.table th {font-weight: bold;}

.table.number-mini-descriptions td:nth-child(1) {text-align: center; vertical-align: middle;}
.table.number-mini-descriptions th:nth-child(1) {text-align: center; vertical-align: middle;}

