@media (max-width:780px){
    .row3 {
        --bs-gutter-x: -0.5rem;
        --bs-gutter-y: 0;
        display: flex;
        margin-top: calc(-1* var(--bs-gutter-y));
        margin-right: calc(-.5* var(--bs-gutter-x));
        margin-left: calc(-.5* var(--bs-gutter-x));
        align-content: flex-start;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap}

        .col-7{
            width: 100%;
        }
        .col-5{
            width: 100%;
        }
        .midel{
            font-size: 11px;
        }
        .card {
            padding-top: 42px;
        }
        h5{
            font-size: 16px;
        }
        span{
            font-size: 13px;
        }
        .sizimg{
            width: 500px;
        }
        .text3 {
            text-align: center;
            position: absolute;
            bottom: 45%;
        }
}

@media (max-width:500px){
    .row3 {
        --bs-gutter-x: -0.5rem;
        --bs-gutter-y: 0;
        display: flex;
        margin-top: calc(-1* var(--bs-gutter-y));
        margin-right: calc(-.5* var(--bs-gutter-x));
        margin-left: calc(-.5* var(--bs-gutter-x));
        align-content: flex-start;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap}

        .col-7{
            width: 100%;
        }
        .col-5{
            width: 100%;
        }
        .midel{
            font-size: 11px;
        }
        .card {
            padding-top: 42px;
        }
        h5{
            font-size: 16px;
        }
        span{
            font-size: 13px;
        }
        .sizimg{
            width: 325px;
        }
        .bebas-neue-regular {
            font-size: 54px;
        }
        .blaka-hollow-regular{
            font-size: 54px;
        }

}

@media (max-width:1080px){
    .text3 {
        text-align: center;
        position: absolute;
        bottom: 54%;
    }
}

@media (max-width:320px){
    .bebas-neue-regular {
        font-size: 34px;
    }
    .blaka-hollow-regular{
        font-size: 34px;
    }
    .text3 {
        text-align: center;
        position: absolute;
        bottom: 25%;
    }
    
}

@media(max-height: 600px) {
    .text3 {
        text-align: center;
        position: absolute;
        bottom: 10%;
    }
}

