.card-oferecemos {
    padding: 35px;
    box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.15);
    border-radius: 40px;
    top: -13%;
    background-color: #FFF;
}

.text-entregas {
    width: 320px;
}

.content-oferecemos {
    height: 560px;
}

@media (max-width: 468px) {
    .card-oferecemos {
        left: 0;
        top: -30px;
    }

    .text-entregas {
        width: 100%;
    }

    .content-entregas {
        box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.15);
        border-radius: 40px;
        padding: 35px;
    }

    .content-oferecemos {
        height: 1500px;
    }
}