

.fg
{

background-repeat: no-repeat;
background-size: cover;   
height: 82px;
border-color: white;
border-style: solid;
border-width: 1px;
    
    
}


.man
{

background-repeat: no-repeat;
background-size: cover;   

border-color: white;
border-style: solid;
border-width: 1px;
    
    
}


.man1 img {
    width: 100%;        /* Image fills the width of the container */
    height: 118px;      /* Fixed height to prevent stretching */
    object-fit: cover;  /* Ensures the image covers the container without stretching */
    display: block;     /* Removes extra space below the image */
    border-color: white;
    border-style: solid;
    border-width: 1px;
}


@media (max-width:1199px) {
  .fg
{

background-repeat: no-repeat;
background-size: cover;   
height: 67px;
border-color: white;
border-style: solid;
border-width: 1px;
    
    
}




}

@media (max-width:991px) {
    
    
    
  .fg
{

background-repeat: no-repeat;
background-size: cover;   
height: 75px;
border-color: white;
border-style: solid;
border-width: 1px;
    
    
}

.man1 img {
    width: 100%;        /* Image fills the width of the container */
    height: 118px;      /* Fixed height to prevent stretching */
    object-fit: cover;  /* Ensures the image covers the container without stretching */
    display: block;     /* Removes extra space below the image */
    border-color: white;
    border-style: solid;
    border-width: 1px;
}



}

@media (max-width:635px) {
    .fg
{

background-repeat: no-repeat;
background-size: cover;   
height: 57px;
border-color: white;
border-style: solid;
border-width: 1px;
    
} 
}  

@media (max-width:503px) {
    .fg
{

background-repeat: no-repeat;
background-size: cover;   
height: 45px;
border-color: white;
border-style: solid;
border-width: 1px;
    
} 
} 

@media (max-width:443px) {
    .fg
{

background-repeat: no-repeat;
background-size: cover;   
height: 35px;
border-color: white;
border-style: solid;
border-width: 1px;
    
} 
} 










