.google-shopping .integration-benefits__inner > .integration-benefit:is(:first-child, :nth-child(3)) .integration-benefit__solution {
    padding: 0;
    position: relative;
}

.google-shopping .integration-benefits__inner > .integration-benefit:is(:first-child, :nth-child(3)) .integration-benefit__solution img {
    position: relative;
    bottom: -6px;
    overflow: hidden;
    margin-top: 0;
}

.google-shopping .integration-benefits__inner > .integration-benefit:is(:first-child, :nth-child(3)) .integration-benefit__solution-text {
    padding: 35px 40px 0;
}

.google-shopping .integration-benefits__inner > .integration-benefit:nth-child(even) .integration-benefit__solution {
    padding: 35px 40px;
    position: initial;
}

.google-shopping .integration-benefits__inner > .integration-benefit:nth-child(even) .integration-benefit__solution img {
    position: initial;
    bottom: auto;
    overflow: visible;
    margin-top: 20px;
}

.google-shopping .integration-benefits__inner > .integration-benefit:nth-child(even) .integration-benefit__solution-text {
    padding: initial;
}

.google-shopping .integration-benefits__inner>.integration-benefit:nth-child(4) .integration-benefit__solution {
   padding-bottom: 0
}