#clinica{
    width: 100%;
    margin-top: 90px;
    display: flex;
    padding: 10px;
    align-items: center;

    
    
    
    
}

#img-atendimento{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    
}
#icons-container{
    width: 100%;
    display: grid;
    grid-template-columns: repeat( 2,1fr);
    justify-content: space-around;
    gap: 40px;
    padding: 30px;
    color: #230f41c2;
    justify-content: center;
    
    
    
}



#icons-container i{
    font-size: 1.5rem;
    color: #fff;
    width: 60px;
    height: 60px;
    align-items: center;
    padding: 10px;
    background: linear-gradient(to bottom,#64ceaf, #3465df);
    border-radius: 10px;
    
}


.clinica_container{
    padding: 30px;
    
    
}


.clinica-text{
    width: 100%;
    height: 100%;
    align-items: center;
    text-align: center;
    font-size: 1rem;
    padding: 5px;
    border-radius: 10px;
  
    
    
}

.clinica-text h2{
    font-size: 1.2rem;

}



.clinica-text button{
    margin-top: 10px;
    border: 1px solid white;
    background: #dc385e;
    box-shadow: 0 0 1.5px #fff, 0 0 10px #dc385e;
    width: 50%;
    height: 80px;
    border-radius: 20px;
    font-size: 1.25rem;
    transition: ease 0.7s;
}

.clinica-text button:hover{
    background: #ff416d;
    box-shadow: 0 0 2px #fff, 0 0 10px #e7584d, 0 0 20px #ff416d;
}



/* localização petcare */
#localizacao{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    
    
}
 

@media screen and (max-width: 500px) {
    #clinica{
        display: flex;
        flex-direction: column;
    }

    
}