        
.news_title {
    padding-top: 20px;
}
.news_title a {
    color: #162b40;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}
.bp_news_sub {
    padding: 15px 0;
}
.blog_description h2{
    font-size: 15px;
    font-weight: 300;
    line-height: 1.57em;
    color: rgba(22,43,64,0.6);
}
.bp_img_news img {
    height: 200px;
    object-fit: cover;
}
.blog_description ul {
    padding: 10px 0 25px 0;
}
.blog_description ul li i {
        color: #fb4f56;
    font-size: 15px;
    margin-right: 5px;
}
.bp_news_more {
        font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 13px;
    color: black;
    background: #fb4f56;
    padding: 10px 20px;
    transition: all 0.3s linear;
}
.bp_news_more:hover {
    background: black;
    color: #fb4f56 ;
}
.service__list {
    margin-top: -130px;
}
.bp_block_item {
    margin: 20px 0;
}
.brand__car {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.brand__new {
    padding: 70px 0;
}
.brand__car img {
    max-width: 120px;
}
.info__brand {
    text-align: center;
}
.info__brand h2 {
    font-size: 30px;
    font-weight: 400;
    text-transform: capitalize;
    font-style: italic;
    line-height: 1em;
}
.info__brand h2 span {
        font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1em;
    font-style: normal;
}
.info__brand p {
        font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 23px;
    color: rgba(22,43,64,0.6);
    margin: 20px 0;
}
.banner__home {
    background: #fb4f56;
    padding: 17px 0px 17px 0px;
}
.banner h3 {
    font-size: 23px;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: 0px;
}
.banner__second {
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
}
.banner__third {
    text-align: end;
}
.banner__third a {
        padding: 10px 20px;
    background: white;
    color: #162b40;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 13px;
    letter-spacing: 0.2px;
}

 
