.tracking-couriers__info {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.tracking-couriers__text {
    font-size: 1.2vw;
}

@media screen and (max-width: 414px) {
    .tracking-couriers__title {
        margin-top: 0;
        font-size: 8vw;
    }
    .tracking-couriers__info {
        flex-wrap: wrap;
        text-align: center;
    }
    .tracking-couriers__text {
        font-size: 6.2vw;
    }
    .tracking-couriers__base-info {
        margin-bottom: 25vw;
    }
    .banner-qr-go-app {
        margin-top: 5vw;
    }
    .banner-qr-go-app img{
        width: 70vw;
        height: 70vw;
    }
}