.card-atuacao{
    align-items: center;
    border-radius: 10%;
    box-shadow: 5px 5px 15px rgb(46, 46, 46);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 270px;
    padding: 1rem 2rem;
    width: 300px;
}