

.grid-item-growing.full h3 {
    max-width: 354px;
}
@media only screen and (max-width: 1068px)
{
.anz-margin-fix img{
    margin-left: -24px !important;
}
.grid-item-growing.full h3 {
    margin-left: -24px;
}
}
.anz-margin-top-fix{
    margin-top: 54px !important;
}
@media only screen and (max-width: 734px){
    .anz-margin-top-fix{
        margin-top: 0px !important;
    }   
    .anz-margin-fix img {
        margin-left: 0px !important;
    }
    .grid-item-growing.full h3 {
        margin-left: 0px;
    }
}