h1 {
    font-size: clamp(1.25rem, 2.8169vw + 0.5898rem, 3.125rem);
    line-height: 1.15;
}
.blog-content iframe{
    max-width: 100%;
}
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
    font-weight: 600;
    color: #0063A6;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}
.featuredImage{
	object-position: bottom;
}
.blog-content h2 {
    font-size: clamp(1.125rem, 2.2527vw + 0.5978rem, 2.625rem);
    line-height: 1.2;
}

.blog-content h3 {
    font-size: clamp(1.0625rem, 1.689vw + 0.666rem, 2.1875rem);
    line-height: 1.25;
}

.blog-content h4 {
    font-size: clamp(1rem, 1.3136vw + 0.6923rem, 1.875rem);
    line-height: 1.3;
}

.blog-content h5 {
    font-size: clamp(0.9375rem, 0.939vw + 0.7175rem, 1.5625rem);
    line-height: 1.35;
}

.blog-content h6 {
    font-size: clamp(0.9375rem, 0.5634vw + 0.8055rem, 1.3125rem);
    line-height: 1.4;
}

.blog-content>p,
.blog-content>h2,
.blog-content>h3,
.blog-content>h4,
.blog-content>h5,
.blog-content>h6 {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
}

.blog-content>p,
.blog-content>ul,
.blog-content>ol,
.blog-content>a, .blog-content>pre {
    font-weight: 400;
    font-size: clamp(0.9375rem, 0.8451vw + 0.7394rem, 1.5rem);
    line-height: 1.46;
    margin-bottom: 28px;
    letter-spacing: 0.5px;
}
.blog-content hr{
    margin-bottom: 10px;
}
.blog-content blockquote {
    margin-bottom: 28px;
    font-size: clamp(0.9375rem, 0.8451vw + 0.7394rem, 1.5rem);
    line-height: 1.46;
    padding-block: 10px;
    padding-left: 20px;
    border-left: 5px solid #0063A6;
    background-color: #F5F5F5;
}

.blog-content>ol {
    list-style-type: number;
    padding-left: 35px;
}

.blog-content>ul {
    list-style-type: disc;
    padding-left: 35px;
}

.blog-content a {
    color: #0063A6;
    text-decoration: underline;
}

@media (max-width: 23.4375rem) {
    h1 {
        line-height: 1.06;
    }
}