@media (max-width:380px){
    h1{
    margin-top:3px !important;}
    .container1{
    width:299px !important;
    height:auto;
    margin-left:49px !important;
    display:flex;
    flex-direction:column;
    gap:5px;
    }

    .trainer img{
    width:217px;
    height:180px;
    margin-left:33px !important;
    }

    .name{
    font-size:22px !important;
    margin-left:12px !important;
    }
    .description{
    margin-left:12px !important;
    }
}