@media screen and (min-width: 300px){
    .Text-HShow{
        font-size: 1rem;
        margin-left: 1rem;
         font-weight: bold;
    }
    .text-A{
        font-size: 0.8rem;
    }
    .Text-HShow2{
        font-size: 0.5rem;
        margin-left: 1rem;
    }
    .Test-HDe{
        font-size: 0.8rem;
    }
    .imgEven{
        object-fit: contain; 
        max-width: 100%;
        max-height: 40rem;
    }
    .testEV{
        max-height: 100vw;
    }
    .btnMore{
        margin:0 0 0 33%;
    }
}
    

@media screen and (min-width: 768px) {
    .Text-HShow{
        font-size: 2rem;
        margin-left: 1rem;
         font-weight: bold;
    }
    .text-A{
        font-size: 1rem;
    }
    .Text-HShow2{
        font-size: 1rem;
        margin-left: 1rem;
    }
    .Test-HDe{
        font-size: 1.5rem;
    }

    .imgEven{
        object-fit: contain; 
        max-width: 100%;
        max-height: 20rem;
    }
    .testEV{
        max-height: 100vw;
    }
    .btnMore{
        margin:0 0 0 45%;
    }
}

@media screen and (min-width: 1200px) {
    .Text-HShow{
        font-size: 3rem;
        margin-left: 1rem;
         font-weight: bold;
    }
    .text-A{
        font-size: 1rem;
    }
    .Text-HShow2{
        font-size: 1rem;
        margin-left: 1rem;
    }
    .Test-HDe{
        font-size: 2.2rem;
    }
    .imgEven{
        object-fit: contain; 
        max-width: 100%;
        max-height: 40rem;
    }
    .testEV{
        max-height: 100vw;
    }
    .btnMore{
        margin:0 0 0 45%;
    }
}