@media screen and (min-width: 768px) {
    .campaign {
        height: 150px;
        display: grid;
        grid-template-columns: 1fr 2fr;
        
       
    }
    .campaign__image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin: auto;
    max-width:unset;
	}
}