@media only screen and (max-width: 767px) and (orientation: portrait) {
        .logo img {
    
        width: 26% !important;
    }
.yellow-bg{
        margin-right: 7px;
    }
    .facebook iframe {
        display: block;
        margin: 0 auto;
    }

.news-img img{
        position: relative;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    width: auto;
    height: 100%;
}
.copyright p {
    text-align: center;
}
    #chat {
        right: 0 !important;
        width: 50%;
    }

  .we-are img {
    width: 147px;
}  
   
}