


h2{
    font-size: 17px !important;
}
.btn-visit a , .btn-delete {
    display: flex ;
    gap: 4px ;
    align-items: center ;
}



/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    button.btn.btn-delete.text-white {
        margin-inline: auto;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    h2{
    font-size: 25px !important;
}
.btn-visit a , .btn-delete {
  display: block;
 
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}


