.text-usps .row {
    align-items: center;
}

.text-usps .usps-container {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.text-usps .usps-container .usp-item {
    flex: 0 0 50%;
}

@media screen and (min-width: 40rem) {

    .text-usps .usps-container .usp-item:first-of-type .usp-wrapper,
    .text-usps .usps-container .usp-item:nth-of-type(2) .usp-wrapper {
        margin: 0;
    }
}

.text-usps .usps-container .usp-item .usp-wrapper {
    margin: 2rem 0 0;
}

@media screen and (min-width: 64rem) {
    .text-usps .usps-container .usp-item .usp-wrapper {
        margin: 4rem 0 0;
    }
}