.listAnimals {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}


.animalCategory {

    height: 220px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    border-radius: 25px;
    margin-bottom: 5px;
    filter: brightness(100%);
    padding: 5px;
}

@media only screen and (max-width: 600px) {
     .animalCategory{
         height: 150px!important;
     }
         
 }
 .animalPage a{
     color: #25314C;
    text-wrap: nowrap;
    font-weight: regular;
        font-size: 14px !important;
 }
.animalPage a:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #0750A4;
    border-radius: 25px;
    padding-right:5px;
    padding-left:5px;
      margin-right:-5px;
    margin-left:-5px;
    text-wrap: wrap;
    
}


#title {
padding-top: 10px;
    line-height: 1.0;
   
    padding-right: 182px;
    font-size: 28px;
    font-weight: 600;
    color: white;
    text-wrap: wrap;
   
}
@media only screen and (max-width: 800px) {
     .animalCategory{
         height: 150px!important;
     }
     #title {
         text-wrap:wrap;
         font-size:20px!important;
         padding-right:0px;
     }
         
 }

.infoMore {
    display: flex;
    justify-content: center;
    height: 30px;
    border-radius: 25px;
    border: 1px solid white;
    text-wrap: nowrap;
    color: white !important;
    font-weight: 700;
    margin:10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 800px) {
     .animalCategory{
         height: 150px!important;
     }
     #title {
         text-wrap:wrap;
         font-size:20px!important;
         padding-right:0px;
     }
     .infoMore {
          height: 25px;
     }
         
 }



.infoMore:hover{
    color:#25314C !important;
     background: #E0E1E2;
}

.titleBaner {
    color: #0082F3;
    font-size: 31px;
    font-weight: 700;
    
}
@media only screen and (min-width: 1440px) 
{
     .titleBaner{
         font-size: 31px !important;
     }
         
 }
@media only screen and (max-width: 600px) 
{
     .titleBaner{
             line-height: 1.4;
    color: #93CDFF;
    text-wrap: pretty !important;
    font-size: 19px !important;
     }
         
 }


.banerDoctor {
   border: 12px solid white;
    padding: 0px;
    overflow: hidden;
    border-radius: 35px;
    box-sizing: border-box;
    background: linear-gradient(90deg, rgba(0, 152, 74, 1) 0%, rgba(7, 80, 164, 1) 100%);
}

.banerDoctor div>p {
        line-height: 1.5;
        margin: 0px;
    padding: 2px;
    box-sizing: border-box;
    color: white;
    font-size: 18px;
  text-align: left !important;
}

.banerDoctor div>p span {

    font-family: Poppins, sans-serif !important;
}
@media only screen and (max-width: 600px) 
{
     .banerDoctor div>p span {
         font-size: 16px !important;
         
     }
         
 }


.banerDoctor div>a {
     width: 160px;
    display: flex;
   
    justify-content: center;
    height: 45px;
    border-radius: 25px;
    border: 1px solid white;
    text-wrap: nowrap;
    color: white !important;
}
@media only screen and (max-width: 600px) 
{
     .banerDoctor div>p span {
         font-size: 16px !important;
     }
     .banerDoctor div>a{
           height: 30px;
     }
         
 }
.veziprods {
    width: 140px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00894F;
    border-radius: 25px;
        z-index: 1;
    color: white !important;
}
.veziprods:hover{
    background: #344875 !important;
}
    
