.adsenseside{
    width: 100%;
    height: 300px;
    background-color: #fff4c6;

    display: flex;
    justify-content: center;
    align-items: center;
}
.adsenseside img{
    width: 50%;
    height: 50%;
    object-fit: contain;
}