.heading-wrapper .jdd-heading {
    margin-bottom: 30px;
    line-height: 1.5;
}
.heading-wrapper .subheader {
    font-size: var(--txt-regular);
    line-height: 36px;
    color: #427b8f;
    text-align: center;
    margin-bottom: 40px;
}
@media(max-width: 991px){
	.heading-wrapper .subheader {
        line-height: 1.5;
		font-size: var(--txt-tablet-regular);
	}
}
@media(max-width: 767px){
	.heading-wrapper .subheader {
        line-height: 1.5;
		font-size: var(--txt-mobile-regular);
	}
}
