

.main-text h1{
    color: #00356C;
    font-weight: 600;
    line-height: 1.25em;
    font-size: 24px;
    text-align: left;
}

.main-text p{
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    margin-block-start: 1.2em !important;
    line-height: 1.6;
    text-align: left;

}
.main-text .blue{color: #00356C;}

.main-text a {
    color: #00356C;
    transition: all .1s linear;
}

.main-text ul {
    list-style: disc;
    color: #212121;
    font-size: 16px;
}

.main-text ul, ol {
    margin: 0 0 1.5em 1.1em;
    padding: 0;
}
.main-text p, ul, li, a, ol, b, em, strong{
    font-size: 16px;
}

@media (min-width: 768px) and (max-width: 990px){
.main-text h1{
    font-size: 20px;
}

}

@media (max-width: 767px){
.main-text h1{
    font-size: 18px;
}

}

