.banner-img{
    height:350px;
    object-fit: cover;
    width: 100%;
}
.banner h2{
    word-wrap:break-word;
    font-size: 47px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.banner h1{
    word-wrap:break-word;
    font-size: 47px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.title{
    word-wrap:break-word;
    font-size: 47px;
}
.banner .col-md-4{
    margin:15px 0;
}
.banner .row{
    display: flex;
    align-items:  center;
}
.banner {
    background: rgb(233 236 239);
    border-radius: 1px;
}
.fs-22{
    font-size: 22px;
}
.fs-25{
    font-size: 25px;
}
.fs-28{
    font-size: 28px;
}
.banner span{
    font-family: 'Maharlika', sans-serif;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 17px;
    color: #d70b03;
    text-shadow: 1px 2px #818181;
}
.news-img{
    height: 400px;
    border-radius: 6px;
    margin:15px 0;
    object-fit: cover;
    width: 100%;
}
.br-0{
    border-radius: 0px;
}
.item-pt-pb{
    padding: 40px 0;
}
.card-footer{
    background: #28292c;
    color: white;
    border-radius: 0px 0px 6px 6px;
}
.card-footer a {
    color: white;
}
strong{
    font-weight: 900;
    font-size: 18px;
    color: #28292c;
}
.qrt-lang{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
.qrt-lang a {
    color: #d9d9d9;
    border-left: 1px solid #999595;
    padding-left: 1em;
}
.qrt-lang img{
    width: 30px;
    height: 30px;
}
@media(max-width: 768px){
   .qrt-lang img{
       width: 25px!important;;
            height: 25px!important;
        }
}