.container-title{
    color: #14478A;
    text-align: left;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 40.976px;
}
.container-blog h2{
    color: #14478A;
    text-align: left;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 40.976px;
}
.container-blog p{

    font-size: 1rem;

}
.container-blog li{
    list-style: unset;
}
@media screen and (max-width: 600px) {
    .container-title{
        line-height: 30.976px;
        font-size: 1.5rem;
      
    }
    .container-blog h2{

      
        font-size: 1.5rem;

    }
    .container-blog p{
    
        font-size: 1rem;
    
    }
}