.breadcrumb{
    background-image: url(../img/banner-news.jpg) ;    
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-text h1{
    margin-bottom:70px;
    color: #00356C;
    font-size: 2.5em;
    font-weight: 600;
    text-align: center;
}
.main-text h2{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    margin-top:35px;
    filter: brightness(1);
}
.main-text h3{
    color:#11C1AC;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    filter: brightness(1);
    margin-bottom:35px;
    margin-top: 20px;

}

.main-text p{
    margin-block-start: 1.2em !important;
    color: #222222;
    font-size: 20px;
    font-weight: 400;
}

.main-text a{
    color: #00356C;
    transition: all .1s linear;
    background-color: transparent;
    font-weight: 600;
}

.main-text div{
    border-bottom: 1px solid #00356C;
}

.main-text div:last-child {
    border-bottom: 0;
}
.main-text hr{
    background-color:#11C1AC;
    filter: brightness(1.3);
}



@media (max-width: 990px){

    .main-text h1 {font-size:26px;margin-bottom:50px;}
    .main-text h2 {font-size:18px;margin-bottom: 15px;}
    .main-text h3 {margin-top: 15px;font-size:18px;}
}
@media (max-width: 767px){
.sample-text-area {
    padding-top: 30px;
}    
    .main-text h1 {font-size:20px;margin-bottom:30px;}
    .main-text h2 {font-size:16px;}
    .main-text h3 {font-size:12px;font-size:16px;}
    .main-text p {font-size:14px;margin-bottom: 0;}
}