
.blog-container {
    color: #485673;
}

.blog-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
}

h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
}

h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
}

.blog-container p, .blog-container ul, .blog-container ol {
    color: #485673;
    font-weight: 400;
    font-size: 19px;
    line-height: 29px;
}

.blog-container li {
    padding-bottom: 5px;
}


.blog-link, .blog-container a {
    font-weight: 500;
    font-size: 19px;
    line-height: 29px;
    color: #9352b3;
}

.blog-link:hover, .blog-container a:hover {
    text-decoration: underline !important;
}


