/* .section-title {
    text-align: left;
} */
.section-title p{
    letter-spacing: 0px;
    margin-bottom: 5px;
    color: #707070;
    /* text-transform: capitalize; */
    font-weight: 400;
}
.section-title h2{
    font-size: 35px;
    color: #232323;
    width: 80%;
    margin: 0 auto;
}
.blog-description p {
    color: #423F3F;
    font-weight: 500;
    font-size: 16px;
    /* text-transform: capitalize; */
}

.blog-description {
    margin-bottom: 0px;
    margin-top: 50px;
}
.blog-txt h3{
    font-weight: 600;
}
.blog-txt p {
    margin-bottom: 0;
    font-size: 16px;
    /* text-transform: capitalize; */
    font-weight: 500;
}
.tips-list ul{
    margin-bottom: 0;
}
.tips-list ul li{
    width: 50%;
    float: left;
    font-size: 20px;
    line-height: 2;
    font-weight: 500;
}
.tips-list li::marker{
    color: #004A76;
}
.tips-heading h2 {
    color: #000;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 0;
}
.section-title p{
    margin-bottom: 30px;
}